
/*HTML styles */

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

body {
	background-color: #ffffff ;
	margin: 0px 0px 15px 0px ;
	color: #0A1D24 ;
	font-size: 12px ;
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 36px ;
	line-height: 40px ;
	font-weight: normal ;
	letter-spacing: -3px ;
	color: #1E5B71 ;
	margin-top: 0px ;
}

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

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

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

a.button:hover {
	background: #1E5B71 ;
}

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

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

#content {
	padding: 20px ;
}

.img_border {
	border: 1px solid #000000 ;
	width: 275px ;
}

ul {
	list-style: square outside ;
}

.img_float {
	border: 1px solid #000000 ;
	width: 275px ;
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 20px ;
}

.required {
	color: #990000 ;
}