@charset "utf-8";
.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
}

a:link {
	font-weight: bold;
	color: #3FBEBE;
}
.whitefont {
	color: #FFF;
	text-decoration: none;
	font-size: small;
}


a:active {
	font-weight: bold;
	color: 3fbebe;
}



a:visited {
	font-weight: bold;
	color: 3fbebe;
	text-decoration: underline;
}



/* CSS Document */

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	text-align: left;
}
.quote {
	color: #3fbebe;
	font-weight: bolder;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



a:hover {
	font-weight: bold;
	color: #508AC5;
}
.whitefont .whitefont {
	color: #FFF;
}
a.one {
	color:#FFF;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a.one:hover {
	color:#69C;
	text-decoration: underline;
}
.subhead {
	color: #8C8C8C;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
}
.border2 {
	border: thin dotted #CCC;
}
.dottedline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.solidline {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
a.highlight { font-weight: bold; color: red; }
.bodytext table tr td p {
	font-size: medium;
}
.gradation {
	background-image: url(images/gradation.png);
	background-repeat: repeat-x;
}

