/* CSS Document */

a:link { color: #666666; text-decoration: none}
a:visited { color: #666666; text-decoration: none}
a:active { color: #666666; text-decoration: underline}
a:hover { color: #9A6601; text-decoration: underline}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
}
.style5 {color: #996600; font-weight: bold;}
.style6 {font-family: Tahoma; font-size: 11px; color: #CCCCCC; }.text {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
.text_red {
	font-size: 11px;
	color: #FF0000;
	font-family: Tahoma;
}
.text_bold {
	font-size: 11px;
	color: #9A6601;
	font-family: Tahoma;
}
