/* CSS Document */

body {
	background-color: #CCCCCC;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

.style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000;}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 600;}
