a:link {  font-family: Arial; color: #FFFFFF; text-decoration: none;}
a:visited { font-family: Arial; color: #FFFFFF; text-decoration: none;}
a:hover { font-family: Arial; color: #FFFFFF; text-decoration: underline;}
a:active { font-family: Arial; color: #FFFFFF; text-decoration: none;}

body, td, p, select, input{
	font-family: Arial;
	font-size: 12px;
	color: #330000;
	line-height: 15px;
	
	scrollbar-arrow-color: #D22120;
	scrollbar-face-color: #FAAC5F;
	scrollbar-highlight-color: #FAAC5F;
	scrollbar-3dlight-color: #FAAC5F;
	scrollbar-shadow-color: #FAAC5F;
	scrollbar-darkshadow-color: #FAAC5F;
	scrollbar-track-color: #FEE7D0;
}

h1{
	font-family: Arial;
	font-size: 18px;
	color: #D22120;
	line-height: 20px;
}

h2{
	font-family: Arial;
	font-size: 15px;
	color: #D22120;
	line-height: 15px;
}

h3{
	font-family: Arial;
	font-size: 12px;
	color: #D22120;
	line-height: 12px;
}

hr{
	color: #F78E1E;
	text-align: center;
	width: 100%;
}

img
{
border:none;
}

.infobox {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 23px;
}


p#cta{
position: absolute;
display: block;
height: 0;
width: 0;
margin-top: 80px;
margin-left: 205px;
}

#cta_link {
	display: block;
	width: 225px;
	height: 90px;
	background: transparent;
	background: url(/images/cta_button.png) no-repeat 0 -90px;
	border: none;
	cursor: pointer;
}
#cta_link:hover {
	background:url(/images/cta_button.png) no-repeat 0 0;
	border: none;
	text-decoration: none;
	cursor: pointer;
}