
/*HTML styles */

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

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

input, select, textarea, button {
	font-family: 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 ;
	font-weight: normal ;
	color: #015CAB ;	
	margin-top: 0px ;
	letter-spacing: -2px ;
	line-height: 26px ;
}

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

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #015CAB !important;
}

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background: none ;
	text-align: center ;
	padding: 6px 9px ;
	color: #ffffff ;
	text-decoration: none ;
	font-weight: bold ;
	font-size: 13px ;
	line-height: 22px ;
	letter-spacing: -1px ;
}

a.button:hover {
	background: #545454 ;
}

.nav_spacer {
	text-align: center ;
	color: #ffffff ;
	font-weight: bold ;
	font-size: 18px ;
	padding: 3px ;
}

#content {
	padding: 15px ;
}

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

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

.required {
	color: #0285f7 ;
}

a:link {
	color: #015CAB ;
}

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

a:hover {
	color: #0285f7 ;
}

li.blue {
	color: #015CAB ;
}

li.blue * {
	color: black; 
}