/* CSS Document */

<style type="text/css">


a:link {color: #000000} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 
li {color: #666666; list-style-type: square} 
ul {color: #666666; list-style-type: square} 
ol {color: #666666} 
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666697;
	padding: 5px;
	list-style-type: circle;

} 
.bluetext a:link {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
} 
.bluetext a:visited {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
} 
.bluetext a:hover {color: #000000; text-decoration: none} 
.bluetext a:active {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
} 
.bluetext ul {color: #666666; list-style-type: square}

.bluetext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC} 
.bluetext2 a:link {color: #99CC66; text-decoration: none} 
.bluetext2 a:visited {color: #99CC66; text-decoration: none} 
.bluetext2 a:hover {color: #CCCCCC; text-decoration: none} 
.bluetext2 a:active {color: #99CC66; text-decoration: none} 
.bluetext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8282AA;
	padding: 5px;
} 
.bluetext3 a:link {color: #666666; text-decoration: none} 
.bluetext3 a:visited {color: #666666; text-decoration: none} 
.bluetext3 a:hover {color: #6666CC; text-decoration: underline} 
.bluetext3 a:active {color: #666666; text-decoration: none}

</style>
