body 
{
	font-size: 10pt;
	font-family: Georgia;
	color: #353535;
}

a
{
	color: #80a50e;
	font-weight: bold;
	text-decoration: none;
}

form
{
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}

input
{
	margin-bottom: 5px;
}

a:hover
{
	color: #a7d90f;
	font-weight: bold;
	text-decoration: underline;
}

#centered_container
{
	margin: 0 auto;
	width: 500px;
}

#footer
{
	clear: both; 
	width:500px; 
	margin-top:20px; 
	margin-left:5px;
	float:left;
}

.Success
{
	color: #88b10b;
	font-weight: bold;
	font-size: 10pt;
}

.ButtonLargeBlue
{
	font: 8pt Georgia;
	color: #ffffff;
	height: 34px;
	width: 127px;
	background: url(/content/images/button_large_bg.jpg) no-repeat;
	border: 0px;
	margin-top: 5px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

.ButtonSmallBlue
{
	font: 8pt Georgia;
	color: #ffffff;
	height: 29px;
	width: 88px;
	background: url(/content/images/button_small_bg.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	font-weight: bold;	
}
