
BODY,TD,input,select,div,textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
BODY{
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	color: #333333;
}
table{
	background: #FFFFFF;
}
TD{
	vertical-align: top;
}

table.header, td.header{
	background-color: white;
	padding:0px;
	margin:0px;
	border:none;
	width:760px;
}

td.headNav{
	border-bottom:3px solid #000066;
	border-top:1px solid #000066;
	background: white;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:150px;
}

table.mainTable{
	margin:0px;
	padding:0px;
	width:760px;
	border: 0px none;
	background: white;
}

td.nav{
	background: #FFFFFF;
	width:140px;
}

td.navTitle{
	font-weight: bold;
	color:#000066;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-top:10px;
}
a.navItem,a.navItem:visited,a.navItem:link{
	text-decoration:none;
	white-space: nowrap;
	padding-right:2px;
}
a.navItem:hover{
	text-decoration:none;
	white-space: nowrap;
	padding-right:2px;
	color:#000066;
}

td.navItem{
	height:14px;
	padding-left:5px;
}

tr.navItem{
	background: #FFFFFF;
}

tr.navItemHighlight{
	background: url(/_images/rollover_nav.gif) no-repeat;
}

td.content{
	background: white;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	width: 442px;	
}

td.pageColor{
	background: #F84444;
}

td.additionalContent{
	background: white;
	padding: 5px;
	padding-top:10px;
	width:170px;
}

table.contentBox{
	border:1px solid silver;
	width:100%;
}

td.contentTitle{
	background: #EFEFEF;
	padding-left:5px;
	font-weight:bold;
	height:15px;
	border-bottom:1px solid silver;
}

td.contentText{
	padding:5px;
	background: white;
}

.lineColor{
	background-color: #000066;
}



td.footer{
	background: #E8E9EA;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0px;
	width:760px;
	text-align: center;
	font-size:9px;
	height:18px;
	color:#666666;
}

hr {
	border:0; color:#C0C0C0; height:1px;
}


a, a:visited, a:active {
	text-decoration: underline; color:  #0A195E;}
a:hover {
	text-decoration: underline; color: #F84444;}

a.nav, a.nav:visited, a.nav:active {
	text-decoration: none; color: #333333;}
a.nav:hover {
	text-decoration: none; color: #F84444;}

a.headNav, a.headNav:visited, a.headNav:active {
	font-weight: bold; color: #000066; text-decoration: none;}
a.headNav:hover {
	font-weight: bold; color: #000066; text-decoration: underline;}


span.time{ font-style: italic; 
				color:#999999}

img.absMiddle{
	vertical-align: middle;
	display: inline;
	margin-right:10px;
}

.subTitle{
	font-weight: bold;
	border-bottom:1px solid #000066;
	margin:2px;
}				
