@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div{
	border:#000000 solid 0px;
}

img{
	border:none;	
}

.footer{
	font-size: 10px;
	text-align:right;
	color:#333333;
}

.header{
	text-decoration:underline;
	color:#333333;
}
.header:hover{
	text-decoration:underline;
	color:#eb2a2e;
}

.header:visited{
	text-decoration:underline;
	color:#333333;
}

.col_1{
	width:180px;
	vertical-align:text-top;
	padding-right:10px;
}
.col_2{	
	width:560px;
	display:block;
	padding:10px;
	vertical-align:text-top;
	font-size:11px;
	line-height:17px;
	/*border-left: #000000 solid 1px;*/
}

.news{
	border-bottom:#CCCCCC dotted 1px; 
	height:35px;
	color:#eb2a2e;
	font-size:10px;
}

.news:hover{
	border-bottom:#CCCCCC dotted 1px; 
	height:35px;
	background-color:#eeeeee;
	color:#eb2a2e;
	font-size:10px;
}
.newsheader{
	border-bottom:3px #eb2a2e solid; 
	height:25px;
	color:#999999;
	vertical-align:text-bottom;
}

.newsfooter{
	border-bottom:#eeeeee solid 3px; 
	height:35px;
	color:#eb2a2e;
	font-size:10px;
}
.newsfooter:hover{
	border-bottom:#eeeeee solid 3px; 
	height:35px;
	color:#eb2a2e;
	font-size:10px;
	background-color:#eeeeee;
}

a{
	text-decoration:none;
	color: #eb2a2e;
}

.strong{
	color: #eb2a2e;
}

input, textarea{
	border: 1px #cccccc solid;
	width:250px;
	font-size:10px;
}

.form{
	background-color:#eeeeee;
	color:#000000;
}

