/* CSS Document */
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Verdana;
	font-size: 12px;
}

.style3 {font-family: Verdana; font-size: 12px; }

.style5 {font-family: Verdana; font-size: 12px; font-weight: bold; }


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #F97C00;
}
a:active {
	text-decoration: none;
	color: #666666;
}

