/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 1px;
}

td.tdSubMenu{
	background-color: #006898;
	height: 22px;
}

td.tdNewsFlash{
	background-color: #BDD8E4;	
	height: 24px;
}

div.divNewsFlash{	
	color: #006898;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

a.tickerLink{
	color: #006898;
	text-decoration: underline;
}

div.divFooter{
	background-color: #006898;
	text-align: center;
}

table.tblContent{
	border: #006898 1px solid;
}

.hide{
	display: none;
	height: 20px;
}

.show{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #006898;
	height: 20px;
	text-align: right;
	padding-right: 30px;
}

a.submenu{
	color: #BDD8E4;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.submenu:hover{
	color: #FFFFFF;
}

.Hheading{
	color: #006898;
	font-weight: bold;
	font-size: 22px;
}

.picBorder{
	border: #666666 1px solid;
}