@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534e45;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(../imgs/bg.jpg);
	
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #680101;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #680101;
}
a:hover {
	text-decoration: underline;
	color: #AC0202;
}
a:active {
	text-decoration: none;
	color: #680101;
}
.style1 {color: #FFFFFF} 
.style2 {color: #d5d0c7}
.style2 a:link {color: #a9c8df; text-decoration:none;}
.style2 a:visited {color: #a9c8df; text-decoration:none;}
.style2 a:active {color: #a9c8df; text-decoration:none;}
.style2 a:hover {color: #a9c8df; text-decoration:underline;}

.formNLetter {
background:#57636c;
border:1px solid #938c7e;
color:#8faabe;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}
.style3 {font-size: 9px}
.style3 a:link {color: #a9c8df; text-decoration:none;}
.style3 a:visited {color: #a9c8df; text-decoration:none;}
.style3 a:active {color: #a9c8df; text-decoration:none;}
.style3 a:hover {color: #a9c8df; text-decoration:underline;}

