
/*HTML styles */

body {
	background-color: #3a4d78 ;
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

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

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: 28px ;
	font-weight: normal ;
	color: #0A2D77 ;	
	margin-top: 0px ;
	line-height: 32px ;
	letter-spacing: -2px ;
}

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

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

#top {
	width: 760px ;
	margin: auto ;
	padding: 10px 0px ;
}

#top td {
	color: #ffffff ;
	font-size: 11px ;
	line-height: 13px ;
	padding-right: 50px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	color: #333333 ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	text-align: center ;
	padding: 15px 10px ;
	line-height: 20px ;
	text-decoration: none ;
	border-left: 1px solid #D0D0D0 ;
	border-right: 1px solid #B4B4B4 ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	color: #ffffff ;
}

#content {
	padding: 15px 0px ;
}

a:link {
	color: #0A2D77 ;
}

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

a:hover {
	color: #1049c4 ;
}

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

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