
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #013A7F ;
	margin: 0px ;
	color: #000000 ;
	font-size: 12px ;
	line-height: 1.5em ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

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

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

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

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.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: left center ;
	padding: 5px 5px 5px 24px ;
	font-size: 18px ;
	color: #ffffff ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

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

#content {
	padding: 15px ;
	background-image: url(/images/content_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
}

a:link {
	color: #0251B2 ;
}

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

a:hover {
	color: #FDBB30 ;
}

a.bullhorn:link,
a.bullhorn:active,
a.bullhorn:visited {
	display: block ;
	padding: 5px 15px ;
	background: #114688 ;
	color: #fff ;
	text-decoration: none ;
	font-size: 13px ;
	font-weight: bold ;
	margin-right: 5px ;
	margin-bottom: 15px ;
}
a.bullhorn:hover {
	background: #1B6ED4 ;
}
