/* CSS Document */

input{
	border:0px;
	background-color:#868686
}

.input{
	border:0px;
	background-color:#868686
}

body{
	font-size:11px;
	color:181818l;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#d2d2d2;
}

td{
	font-size:11px;
}	

hr{
	border:0px;
	height:0px;
	width:100%;
	border-top:2px #a6a6a6 solid;
}

.grey1{
	background-color:#c2c2c2;
}

.grey2{
	background-color:#d2d2d2;
}

.header1_red{
	color:#bc0000;
	font-size:16px;
	font-weight:bold;
}

.header1_black{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

.header2{
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

a.header2, a.header2:link, a.header2:visited, a.header2:active, a.header2:hover{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.news_box{
	background-color:#c2c2c2;
	font-size:11px;
	width:250px;
	height:100px;
	text-align:left;
	padding: 4px;
}

.date{
	font-size:9px;
}

.footer{
	color:#b5b5b5;
}

a.footer, a.footer:link, a.footer:hover, a.footer:visited, a.footer:active{
	text-decoration:none;
	color:#b5b5b5;
}