
/*HTML styles */

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

body {
	background-color: #99AEB9 ;
	margin: 0px ;
	color: #151515 ;
	font-size: 12px ;
	line-height: 19px ;
}


input,select,textarea,button {
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-size: 32px ;
	font-family: georgia ;
	letter-spacing: -2px ;
	font-style: italic ;
	color: #666666 ;
	margin: 0px ;
	padding: 60px 15px 0px 0px ;
	font-weight: normal ;
	line-height: 26px ;
}

h6 {
	background-image: url(/images/h1_bg.gif) ;
	background-position: 0px center ;
	background-repeat: no-repeat ;
	font-size: 22px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #004B26 ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	padding: 0px 0px 0px 42px ;
}

h5 {
	background-image: url(/images/h5_bg.gif) ;
	background-position: 0px center ;
	background-repeat: no-repeat ;
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #F6F5E4 ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	padding: 0px 0px 0px 62px ;
}

h2 {
	font-size: 1.8em ;
	font-weight: bold ;
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #007D3F ;
	line-height: 20px ;
	margin-bottom: 0px ;
}

#content {
	padding: 15px ;
}

#content *:first-child {
	margin-top: 0px ;
}

.bottom_logo {
	padding: 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	padding: 0px 10px ;
	border-left: 2px solid #ffffff ;
	color: #004B26 ;
	text-decoration: none ;
	font-size: 13px ;
	line-height: 15px ;
	letter-spacing: -1px ;
	font-weight: bold ;
}

a.button:hover {
	text-decoration: underline ;
	color: #007D3F ;
}

a:link {
	color: #004B26 ;
}

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

a:hover {
	color: #007D3F ;
}

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

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

a.link_blueDk:link, a.link_blueDk:active, a.link_blueDk:visited {
	color: #31373B ;
	text-decoration: none ;
}

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

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

a.link_services:link, a.link_services:active, a.link_services:visited, a.link_services:hover {
	display: block ;
	margin: 15px 0px 15px 15px ;
	background-image: url(/images/arrow_tanDk.gif) ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	background-color: #F6F5E4 ;
	text-decoration: none ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #675C56 ;
	padding: 5px 10px 5px 15px ;
}

a.link_services:hover {
	background-image: url(/images/arrow_white.gif) ;
	background-color: #99AEB9 ;
	color: #ffffff ;
}

.required {
	color: #990000 ;
}