
/*HTML styles */

body {
	background-image: url(/images/page_bg.gif) ;
	background-color: #003D66 ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #404040 ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

p {
	margin-top: 0px ;
}

table {
	border-collapse: collapse ;
}

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

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-family: arial ;
	font-weight: normal ;
	color: #004676 ;	
	margin-top: 0px ;
	line-height: 24px ;
}

h2 {
	font-size: 18px ;
	font-family: arial ;
	font-weight: normal ;
	color: #004676 ;
	line-height: 20px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

a:link {
	color: #FF6600 ;
}

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

a:hover {
	color: #00619C ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-family: arial ;
	font-size: 14px ;
	text-transform: lowercase ;
	color: #FF6600 ;
	text-decoration: none ;
	padding: 0px 8px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	border-left: 1px solid #4E595F ;
}

a.button:hover {
	text-decoration: underline ;
	color: #005E9E ;
}

#content {
	padding: 0px 25px 25px 25px ;
	line-height: 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 {
	text-align: center;
	color: #711028;
}

div.news {
	padding: 10px 0px ;
	border-bottom: 1px dashed #333; 
}

div.news_title {
	font-weight: bold; 
}

div.news_date {
}

div.news_link {
	text-align: right;
}

.row_0 {
	background-color: #efefef;
}

.row_1 {
	background-color: #fff;
}

.tHead {
	background: #00619C ;
	color: #ffffff ;
	font-weight: bold ;
	font-size: 11px ;
	padding: 5px 10px ;
	text-align: center ;
}

.tdR {
	text-align: right ;
}

.td1 {
	font-size: 11px ;
	background: #ffffff ;
}

.td2 {
	font-size: 11px ;
	background: #e5e5e5 ;
}

hr {
	clear: both ;
	margin-bottom: 10px ;
}

ul {
	list-style-image: url(/images/li.gif) ;
}