body, table, tbody, th, td, tr, p,li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #296984;
	font-weight: normal;
	background-color: #FFFFFF;
}
#border{
	width: 1024px;
	margin: 0 auto auto auto;
	border: 1px solid #005173;
	background-color: #296984;
}

a:link {
	color: #ff7a22;
	text-decoration: none;
}
a:visited {
	color: #ff7a22;
	text-decoration: none;
}
a:hover {
	color: #ff7a22;
	text-decoration: underline;
}
a:active {
	color: #ff7a22;
	text-decoration: none;
}
.legal {
	font-size: 9px;
	color: #7CC5E5;
}
.legal a:hover{
	text-decoration: underline;

}
.top {
	font-size: 9px;
	color: #FFBE4B;
}
.top a:hover{
	text-decoration: underline;
}

.tinytext9 {
	font-size: 9px;
	color: #006699;
}
.tinytext9 a:hover{
	text-decoration: underline;
}
#MainNav {
	display: inline;
}


#MainNav p, #MainNav a:link,  #MainNav a:visited {
	color: #FFFFFF;
	display: inline;
	line-height: 26px;
	background-color: #87BFE2;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
#MainNav a:hover, #MainNav a:active {
	text-decoration: underline;
}
#MainNav a.current, #MainNav a.current:visited{
	color: #005173;
	text-decoration: none;
}


#SubTxt p {
	background-color: #87BFE2;
	color: #005173;
/*	width: 100%;
	line-height: 15px;*/
	margin: 0;	
	padding: 5px 0 5px 4px;
	display: block;
}
#SubTxt a:link,  #SubTxt a:visited {
	color: #ffffff;
}
#SubTxt a:hover, #SubTxt a:active {
	color: #FFFFFF;
	text-decoration: underline;
	list-style-type: disc;
}
#SubTxt li,lu{
	background-color: #87bfe2;
	list-style-position: inside;
}
#SubTxt a.current, #SubTxt a.current:visited {
	color: #005173;
	text-decoration: none;
}
#Reports td.title {
	background-color: #FFFFFF;
	color: #005173;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 20px;
	font-weight:bold;
    padding-top: 8px;
    padding-bottom: 0px;
}
#Reports td {
	color: #005173;
	background-color: #CAEBFF;
	padding-left: 8px;
	padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#Reports th {
	color: #FFFFFF;
	background-color: #005173;
	line-height: 20px;
	font-weight:bold;
}
#Reports tr.highlight {
}
#Reports tr.highlight td.title {
	font-weight: bolder;
    border-top : 2px solid #FF7a22;
    border-left : 2px solid #FF7a22;
    border-right : 2px solid #FF7a22;
    border-bottom : none;

} 
#Reports tr.highlight td {
    font-weight:bold;
    border-bottom : 2px solid #FF7a22;
    border-top  : none;
    border-left : none;
    border-right : none;

} 
#Reports tr.highlight td.firstCell
{ border-left : 2px solid #FF7a22;}
#Reports tr.highlight td.lastCell
{  border-right : 2px solid #FF7a22;}
h1 {
	color: #005173;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
h2 {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
h3 {
	color: #ff7a22;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
table {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
#contentmain {
		background-color: #FFFFFF;
	}
	
#footer {
	background-color: #87BFE2;
}