
/*HTML styles */

body {
	background-color: #0A3666 ;
	background-image: url(/images/page_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 10px 0px 10px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #000000 ;
}

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

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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-family: verdana ;
	font-size: 22px ;
	font-weight: normal ;
	color: #0A3666 ;	
	margin-top: 0px ;
	letter-spacing: -2px ;
	line-height: 24px ;
}

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

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #0A3666 ;
}

#content {
	padding: 15px ;
}

a:link {
	color: #0A3666 ;
}

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

a:hover {
	color: #105299 ;
}

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

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

a.link_nav:link, a.link_nav:active, a.link_nav:visited, a.link_nav:hover {
	display: block ;
	padding: 8px 12px 8px 32px ;
	background: url(/images/arrow.gif) ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	font-size: 18px ;
	border-bottom: 1px solid #ffffff ;
	color: #0A3666 ;
	text-decoration: none ;
	letter-spacing: -1px ;
}

a.link_nav:hover {
	color: #105299 ;
	text-decoration: underline ;
}

.bot_info {
	text-align: center ;
	padding-top: 10px ;
	font-size: 10px ;
	letter-spacing: 1px ;
	color: #ffffff ;
}

.img_float {
	float: right ;
	margin: 0px 0px 10px 10px ;
	clear: right ;
}

.img_border {
	border: 1px solid #0A3666 ;
}
