@charset "utf-8";
/* CSS Document */
body{
	background-color: #87AEC5;
	font-family:Arial, Helvetica, sans-serif;
	color:#5C5A14;
	font-size:12px;
	margin: 4px;
	padding: 0px;
	background-image: url(../img/bggrad.gif);
	background-repeat: repeat-x;
}
a:link {color: white; text-decoration: none; }
a:visited {color: white; text-decoration: none; }
a:hover {color: red; text-decoration: underline; }
a:active {color: white; } 

.style2 {
	font-size: 16px;
	color: #000000;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	font-style: italic;
}
.style6 {color: #FFFFFF}
.style10 {font-size: 14px; font-style: italic; color: #FFFFFF; }