/* CSS Document */

body {
	background:#000000;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}
	
	h2 {
	color:#FF6FCF;
	text-align:center;
	font-size:150%;
	text-decoration:none;
	border-bottom:none;
		}
ul{

font: normal 12px Arial, Helvetica, sans-serif;
color: #808080;
text-align:justify;

}

p{

font: normal 12px Arial, Helvetica, sans-serif;
color: #808080;
text-align:justify;

}

a {
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
	}
a:hover {
	border-bottom:none;
	color:#FF6FCF;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:960px;
	margin:0 auto;
	background:#111111 url('../images/rightcolor_bg.gif') repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:960px;
	margin:0 auto;
	background:url('../images/leftcolor_bg.gif') repeat-y top left;
	}
#header {
	background:#111111;
	padding:10px;
	margin:0;
	text-align:center;
	color:#FFF;
	width:940px;
	margin:0 auto;
	}
#header h1 {
	font-size:150%;
	}
#header a:hover {
	color:#FF6FCF;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#111111;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#111111;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#ffffff;
	border-bottom:none;
	}
#centercol a:hover {
	border-bottom:none;
	color:#FF6FCF;
	}
#footer {
	position:relative;
	top:1px;
	background:#333333;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#ffffff;
	}
	
	
	table#sample {
    background-color:#111111;
    border: solid #000 3px;
    width: 460px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #C0C0C0;

}

.toprow {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background-color: #333;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 200px;
    background-color: #C0C0C0;

}