/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
    color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#sub:link {
	color: #666666;
	text-decoration: none;
}
#sub:visited {
    color: #666666;
	text-decoration: none;
}
#sub:hover {
    color: #000000;
	text-decoration: none;
}
#sub:active {
    color: #666666;
	text-decoration: none;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color:#666666 }
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; }
