/* CSS Document */

a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-repeat: repeat;
	margin-top: 0px;
}
.style1 {
	font-size: 12px;
	color: #FF9933;
	font-weight: bold;
}
.style3 {
	font-size: 20px;
	font-weight: bold;
	color: #FF9933;
}
.style5 {color: #FFFFFF; font-size: 11px;}