/* CSS Document */


a {

	text-decoration: none;

}



a:link {

	color: #FF0000;

}



a:visited {

	color: #C0C0C0;

}



a:active {

	color: #FF0000;

}



a:hover {
color: #F9B90B
	text-decoration: underline;

}




body,td,th {
	font-family: Verdana, Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
body {
	background-color: #000000;
    background-image: url(BG.jpg);
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
} 
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 787px;
	text-align: left;
	background-color: #000000;
}
#header{
	background-image: url(images/header.png);
	height: 240px;
	width: 755px;
	left: 0px;
	top: 0px;
}
#header a{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Verdana", Times New Roman, Georgia;
	margin-top: 35px;
	}

.table {background-color:#000000;
border: 3px solid grey;
}
.copyright {border-top: 1px solid #cccccc;}
.header1 {font-size:10px;
font-weight:bold;}
.style1 {
	font-size: 10-px;
	font-style: italic;
	font-weight: bold;
}
.tableboarder2 {
border-right: 1px solid #cccccc;
}
.style2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.maincontent {
	margin-left: 43px;
	margin-top: 0px;
	margin-right: 43px;
	margin-bottom: 0px;
}
#footer{
	clear: both;
	background-color: #000000;
	position: center;

	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p{
	font-family: Times New Roman, Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000
	float: center;
	padding-top: 23px;
	margin-right: 10px;
}
