/* CSS Document */
body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 14px;
}
a {
	font-weight: bold; color: #FF0000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: line-through;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body{
 margin: 0px;
 padding:0;
 background-color: #000000; color: #FFFFFF;
 }	 
	 
#lh-col{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 600px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 400px;
	background-color: #CC0000;
 }

#rh-col{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 150px;
 border: 1px solid #FFFFFF;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
 background-color: #CC0000;
 }       
        
#c-col{
 position: relative;
 margin: 20px 190px 20px 190px;
 border: 1px solid #FFFFFF;
 background-color: #333333;
 color: #999999;
 padding: 10px;
 z-index: 13;
 }
h1 {
	font-size: 18px;
	padding: 0px;
	color: #FFFFFF;
}
h2 { font-size: 14px; padding: 0px; color:#FF0000; }
h3 {
	font-size: 14px;
	padding: 0px;
	color: #FFCC00;
}
h4 { font-size: 12px; padding: 0px; font-weight:normal; line-height: 12px; color: #464646; }
