@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
a{
	color:#333;
	text-decoration:underline;
}
a:hover{
		color:#000;
		text-decoration:none;
}
input{
	background:url(../images/input_bg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.bottom_text{
		color:#FFF;
		line-height:20px;
		padding:5px;
}
h2{
	font-size:15px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
.readmore{
	font-size:11px;
	color:#900;
}
.readmore a{
	color:#900;
	text-decoration:underline;
}
.readmore a:hover{
	color:#333;
	text-decoration:none;
}
.top_but{
	font-size:12px;
	color:#fff;
	padding:0px 12px 0px 12px;
	text-align:center;
}
.top_but a{
	font-size:12px;
	color:#fff;
	padding:0px 12px 0px 12px;
	text-decoration:none;
}
.top_but a:hover{
	font-size:12px;
	color:#ffb200;
	padding:0px 12px 0px 12px;
	text-decoration:underline;
}
form{
	margin:0px;
	padding:0px;
}