@charset "ISO-8859-1";
body {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #7C878B;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 20px 0 30px 0;
}
#text p {
	width: 80%;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 15px;
}
a:link {
	color: #8E1C33;
	text-decoration: none;
}
a:visited {
	color: #8E1C33;
	text-decoration: none;
}
a:hover {
	color: #8E1C33;
	text-decoration: underline;
}
iframe {
	border: 1px solid #8E1C33;
}
.lite {
	color: #999999;
}
.tagLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

