body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/main_bk.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.Content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #85ab15;
	text-decoration: underline;
}
.Content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
}
.ContentQuote {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #799a0f;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.side-panel-bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.sideform {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #555555;
	width: 221px;
}

.round-btn {
margin: 0;
text-decoration:none !important;
background: #a1ce1e;
padding: 10px;
border: 1px solid #a1ce1e;
margin: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-opera-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
line-height: 20px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
color:#FFF !important;
}

.round-btn:hover {
background: #4c4654;
border: 1px solid #4c4654;
}

.linkopacity:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}
