/* CSS Document */body {	background:#000000 url(text_bg2.jpg);	text-align:center;	margin:20px;	padding:0;	font: normal 12px Arial, Helvetica, sans-serif;	color:#555;		}		.carousel_container { 					width: 460px; 					height: 500px; 					margin: 0px auto; 					border: 0px solid #808080; 				}	h1 {	color:#555;	text-align:center;	text-decoration:none;	border-bottom:none;	font: normal 12px Arial, Helvetica, sans-serif;	font-weight:200;		}	h2 {	color:#FF6FCF;	text-align:center;	text-decoration:none;	border-bottom:none;	font:normal 22px Arial, Helvetica, sans-serif;	font-weight:600;	}			h3 {	color:#FF6FCF;	text-align:justify;	text-decoration:none;	border-bottom:none;	font: normal 12px Arial, Helvetica, sans-serif;	font-weight:200;		}			h4 {	color:#FF6FCF;	text-align:center;	font-size:200%;	text-decoration:none;	border-bottom:none;		}ul{font: normal 12px Arial, Helvetica, sans-serif;color: #555;text-align:justify;}p{font: normal 12px Arial, Helvetica, sans-serif;color: #555;text-align:justify;}a {	color:#FFF;	text-decoration:none;	border-bottom:none;	font-weight:400;		}a:hover {	border-bottom:none;	color:#FF6FCF;	font-weight:400;	}#wrapper1 {	position:relative;	text-align:left;	width:960px;	margin:0 auto;	background:#080808 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:#080808 url(top.jpg);	padding:10px;	margin:0;	text-align:center;	color:#FFF;	width:940px;	margin:0 auto;		}#header h1 {	color:#555;	text-align:center;	text-decoration:none;	border-bottom:none;	font: normal 12px Arial, Helvetica, sans-serif;	font-weight:200;	}	#header a {	color:#FFF;	text-decoration:none;	border-bottom:none;	font-weight:600;	background-color:none;	}#header a:hover {	color:#FF6FCF;	font-weight:600;		}		#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:transparent;	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:transparent;	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 url(bottom.jpg);	width:100%;	clear:both;	margin:0;	padding:1% 0;	text-align:center;		}			table#sample {    background-color:#111111;    border: solid #111 3px;    width: 460px;}table#sample td {    padding: 5px;    border: solid #333 1px;}.data {    color: #555;    text-align: right;    background-color: #000;}.toprow {    font-style: italic;    font-weight: bold;    text-align: center;    background-color: #111;}.leftcol {    font-weight: bold;    text-align: left;    width: 200px;    background-color: #000;}
