img {
	border:0px;
}
a {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.search {
	background: url("images/search_bg.jpg");
	text-align:right;
	vertical-align:middle;
	padding-right:5px;
}

td {
	font-family:Arial;
	text-bolg;
	font-size:12px;
	color:#000000;
}

body {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	background-image: linear-gradient(bottom, rgb(10,100,4) 0%, rgb(0,0,0) 100%);
background-image: -o-linear-gradient(bottom, rgb(10,100,4) 0%, rgb(0,0,0) 100%);
background-image: -moz-linear-gradient(bottom, rgb(10,100,4) 0%, rgb(0,0,0) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(10,100,4) 0%, rgb(0,0,0) 100%);
background-image: -ms-linear-gradient(bottom, rgb(10,100,4) 0%, rgb(0,0,0) 100%);

background-image: -webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0, rgb(10,100,4)),
 color-stop(1, rgb(0,0,0))
);
}

p {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.link {
	font-family:Arial;
	font-size:10px;
	color:#ffffff;
}


.news {
	padding-left:3px;
	padding-top:8px;
	padding-bottom:8px;
	font-family:Arial;
	color:#000000;
	font-size:11px;
}	

.copyright {
	background-color:#ffffff;
	text-align:center;
	border-top:1px solid #CC5200;
	height:14px;
}

a.footer {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
a.footer:hover {
	text-decoration:none;
}
