@charset "utf-8";

body 
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-size: 13px;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-color: 000;
	}

table {
	background-color: #fff;
	border: 1px solid black;
}
	
.opacity {
	background-color: #fff;
	border: 1px solid black;
	filter:alpha(opacity=90);
	opacity:0.90;
	color: #000000;
}
.bdr-rt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B284DE;
}

.hdgdark {
	color: #999933;
	font-weight: bold;
}
.txtwht {
	color: #FFFFFF;
}

h1 {
	color: #C03508;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

a:link {
	color: #C0350A;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #F9CB42;
	text-decoration: underline;
}
a:visited {
	color: #C0350A;
	text-decoration: none;
	font-size: 12px;
}
img {
	padding-right: 10px;
}
