
/*HTML styles */

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

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 14px ;
	line-height: 1.5 ;
}

p {
	margin-top: 0px ;
	line-height: 1.5 ;
}

table {
	border-collapse: collapse ;
}

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

td {
	font-size: 14px ;
	vertical-align: middle ;
	line-height: 1.5 ;
}

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: 16px ; 
	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 {
	display: block ;
	background-image: url(/images/button_bg.png) ;
	background-position: center ;	
	font-family: arial ;
	font-size: 13px ;
	color: #FF6600 ;
	text-decoration: none ;
	padding: 6px 0px ;
	width: 70px ;
	text-align: center ;
	font-weight: bold ;
	letter-spacing: 0px ;
	border-left: 1px solid #fff ;
	border-top: 1px solid #fff ;
	border-right: 1px solid #ADABAE ;
	border-bottom: 1px solid #ADABAE ;
	border-radius: 5 ;
	margin-left: 3px ;
}

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

.content {
	padding: 20px ;
	line-height: 1.5 ;
}

.content div {
	line-height: 1.5 ;
}

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) ;
}

a.side_title:link, a.side_title:active, a.side_title:visited, a.side_title:hover {
	display: block ;
	font-family: arial ;
	color: #FF6600 ;
	font-size: 13px ;
	font-weight: bold ;
	text-transform: uppercase ;
	padding-bottom: 5px ;
	text-decoration: none ;
}

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

.side-desc {
	font-size: 10px ;
	line-height: 12px ;
}

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline; 
}

li {
	line-height: 1.75 ;
}
