@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747296;
}
body {
	background-color: #051b3f;
	background-image: url(../images/template_bg.jpg);
	background-repeat: repeat-x;
	background-position:50% 0%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2{
	font-size:24px;
	font-weight:lighter;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #747296;
}
.footer{
	font-size:10px;
	color:#FFFFFF;
	padding:10px;
}
.footer a{
	text-decoration:none;
	color:#9ebae0;
}
.footer a:hover{
	text-decoration:underline;
}
.contentBody{
	background-image:url(../images/template_body_grad.jpg); background-repeat:repeat-x;
}
.contentArea{
	padding:20px; padding-top:10px;
}
a{
	color:#d44400;
}
.listingimg{
cursor: pointer;
cursor: hand;
}