
/*HTML styles */

body {
	background-color: #52A2CB ;
	margin: 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #ffffff ;
}

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: 22px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	margin-top: 0px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	margin-top: 0px ;
	line-height: 22px ;
}

h3, .inline_h {
	font-size: 12px ; 
	font-weight: bold ;
}

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

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

#content {
	padding: 15px 0px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border-left: 1px solid #52A2CB ;
	border-right: 1px solid #3D7A99 ;
	background-image: url(/images/nav_bg.gif) ;
	background-position: left center ;
	padding: 10px 15px ;
	color: #ffffff ;
	font-weight: bold ;
	letter-spacing: -1px ;
	font-size: 13px ;
	text-decoration: none ;
	text-align: center ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	text-decoration: underline ;
}

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: #ffffff ;
}

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

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 ;
}