/* CSS Document */

body {
	background:#000000;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#CCCCCC;
	padding:10px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
	
#centercol {
	position:relative;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
	
#centercol h3{
color:#000000;
}
#centercol h4{
color:#000000;
}
#centercol h5{
color:#000000;
}
#centercol h2{
color:#000;
}
#footer {
	position:relative;
	top:1px;
	background:#FF0000;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
	
	#tblMain {
	width:100%;
	color:black;
	}
	
	
	#tblMain table tr td{

	padding-left:2px;
	padding-right:2px;
	border-top:thin solid #CCCCCC;
	}
	
	