/* override HTML elements*/
a { 
	color: #02136b; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	text-decoration: underline 
}

a:link { 
	color: #02136b; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	text-decoration: underline 
	}
	
a:visited { 
	color: #02136b; 
	text-decoration: underline 
	}
	
a:hover { 
	color: #538bed; 
	text-decoration: none 
	}
	
a:active { 
	color: #7fa3ff; 
	text-decoration: none 
	}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal;
 	font-weight: normal; 
 	color: #000000; 
 	background-color: white;
}

body.newBody {
 	background-image:url('../images/background.png');
	background-repeat:repeat-x;
    background-color: #000000;
}

.BoxHeader {
	font-weight: bold;
	color: #FFFFFF;
}

.MainBox {
	background-image:url('../images/mainbox_tile.png'); 
	background-repeat:repeat-y; 
	position:absolute; 
	left: 3px; 
	top:11px; 
	width: 899px;
}

.MainNews {
	background-image:url('../images/mainbox_tile.png'); 
	background-repeat:repeat-y; 
	position:relative; 
	width: 899px;
}



td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #0000ff;
	}
	
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color:#333333;
	}
	
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	color:#333333;

	}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;

}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}
	
hr {
	color: #CCCCCC;
	}

img {
	border-width: 0px;
}

img.middle{
 vertical-align:middle;
}

ul {
	list-style-image: url('../images/_bullet_small.gif');
	line-height: 1.5em;
}

ol {
	line-height: 120%;
}


/*Custom classes*/

tr.evenrow td{
	background-color: #F7F8FD; 
}

tr.oddrow td{
	background-color: white; 
}

div.ContentArea table th
{
	background: #cccccc;
	vertical-align: bottom;
}

div.ContentArea table th
{
	padding: 5px;
	text-align: left;
  	font-size: 3mm;
}

.indented {
	margin-left: 40px;
	font: 10pt;
}

.indentSmall {
	margin-left: 15px;
	font: 10pt;
}

.indent2 {
	margin-left: 80px;
}

.indent3 {
	margin-left: 100px;
}


.important {
	font-weight: bold;
	color: #FF9933;
}

.veryImportant {
	font-weight: bold;
	color: #D70000;
}

.fixedWidth {
	font-family: "Courier New", Courier, monospace;
}

.nomargin {
	margin-bottom: 0px;
}

.centered {
	text-align: center;
}

.smallgray {
	color: #808080;
	font-size: 10px;
}

.middle {
	vertical-align: middle;
}

/* Splitter provides what is essentially a nice looking Horizontal Rule from any DIV or P tag etc.*/
.splitter {
	background-image: url('../images/hr.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.newsbox {
	padding: 2px 8px 0px 8px;
	font-size: 10px;
}

.Header {
	background-image:url('../images/mainbox_top.png'); 
	background-repeat:no-repeat; 
	width:899px; 
	height:14px;
}

.BodySection {
	padding:10px;
	background-image:url('../images/mainbox_tile.png');
	background-repeat:repeat-y;
}

.Footer {	
     position: relative;
     background-image:url('../images/mainbox_bottom.png');
     background-repeat:no-repeat;
     width:899px;
     height:17px;
     bottom: 0px;
}

.InfoBox {
	background-image:url('../images/infobox.png');
	background-repeat:no-repeat;
	width:277px;
	height:115px;
	position:absolute;
	top: 11px;
	padding-top:2px;

}

.InfoSmall {
	background-image:url('../images/infobox_small.png');
	background-repeat:no-repeat;
	width:166px;
	height:115px;
	position:absolute;
	top:11px;
	padding-top:2px;
	text-align:center;
}
