/* CSS Document */
		
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0068B3;
}
a:active {
	text-decoration: none;
}
.style3 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.style4 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style5 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.style5 a:link {
	color: #eec562;
	text-decoration: none;
}
.style5 a:hover {
	color: #e17707;
	text-decoration: none;
}
body {
	background-color: #7fbfe5;
	background-image: url(images/bgd.gif);
	background-repeat: repeat-x;
	text-align: center;
} 
