
/*HTML styles */

body {
	background-image: url(/images/page_bg.gif) ;
	background-color: #0071C0 ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 15px 0px 15px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #333333 ;
	line-height: 18px ;
}

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

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #0071C0 ;	
	margin-top: 0px ;
	line-height: 30px ;
}

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

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 18px ;
	letter-spacing: -1px ;
	color: #ffffff ;
	padding: 8px 8px ;
	margin-bottom: 1px ;
	text-decoration: none ;
	display: block ;
}

a.button:hover {
	background: #ffffff ;
	color: #00528C ;
	text-decoration: underline ;
}

#content {
	padding: 0px 15px 0px 5px ;
}

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:link {
	color: #0071C0 ;
	text-decoration: underline ;
}

a:active, a:visited {
	color: #999999 ;
	text-decoration: underline ;
}

a:hover {
	color: #00528C ;
	text-decoration: none ;
}

.blue {
	color: #0071C0 ;
}

.img_left {
	float: left ;
	margin: 0px 15px 15px 0px ;
	border: 1px solid #0071C0 ;
}

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

div.news_title {
	font-weight: bold; 
}

div.news_date {
	font-style: italic;
	font-size: 11px; 
}

div.news_link {
	text-align: right;
}

.row_0 {
	background-color: #efefef;
}

.row_1 {
	background-color: #fff;
}
