
/*HTML styles */

body {
	background: url(/images/page_bg.png) center fixed ;
	margin: 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #000 ;
}

p, li, div, td {
	line-height: 18px;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 36px ;
	letter-spacing: -3px ;
	font-weight: normal ;
	margin-top: 0px ;
	line-height: 26px ;
	color: #3D7A99 ;
}

h2 {
	font-size: 26px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	margin-top: 0px ;
	line-height: 22px ;
	color: #3D7A99 ;
}

h3, .inline_h {
	font-size: 12px ; 
	font-weight: bold ;
	color: #3D7A99 ;
}

.holder {
	width: 980px ;
	margin: auto ;
}

.holder_wide {
	width: 980px ;
	margin: auto ;
}

#content {
	padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border-left: 1px solid #50453F ;
	border-right: 1px solid #30312C ;
	background-image: url(/images/button_bg.png) ;
	background-position: left center ;
	padding: 8px 10px ;
	color: #F5D204 ;
	font-weight: bold ;
	letter-spacing: -1px ;
	font-size: 13px ;
	text-decoration: none ;
	text-align: center ;
}

a.button:hover {
	background: #30312C ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a:link {
	color: #3D7A99 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #52A2CB ;
}

.img_float {
	float: right ;
	clear: right ;
	border: 1px solid #404040 ;
	margin: 0px 0px 5px 15px ;
}

.img_border {
	border: 1px solid #404040 ;
}

.required {
	color: #52A2CB ;
}

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoratioN: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

.top_images img {
	height: 160px ;
	margin-left: 20px ;
	border: 2px outset #fff ;
}
