body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/pageback.jpg);
	background-repeat: repeat-x;
	width:953px;
}
.style1 {
	font-size: 9px;
	font-weight: bold;
}
.style2 {
	color: #CC6600;
	font-weight: bold;
	font-size: 14px;
}
.style3 {
	color: #990000;
	font-weight: bold;
}
.style4 {color: #FF6600}

.style5 {
	font-size: 24px
}
.style6 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.style7 {
	color: #FF9900;
	font-weight: bold;
	font-size: 24px;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 1000px;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 57%;
padding: 16px;
border: 16px solid black;
background-color: white;
z-index:1002;
overflow: auto;
}