
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color:#000099;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight: bold;
	color:#CC3300;
	}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color:#829ECD;
	}
	
.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	}
		
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	font-weight: normal;
	}
	
.black {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	font-weight: normal;
	}	
	
.xltext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px; 
	font-weight: normal;
	}
		
.italic {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	}

.bolditalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	}	
			
a:link { 
	text-decoration: none;
	font-weight:bold;
	color:#CC3300;	
	}
a:active { 
	text-decoration: none;
	font-weight:bold;
	color:#CC3300;	
	}
a:visited { 
	text-decoration: none;
	font-weight:bold;	
	color:#CC3300;	
	}
a:hover { 
	text-decoration: underline;
	font-weight:bold;	
	color:#CC3300;	
	}


td a.topnav:link {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color:#000099;	
	display: block; 
	width: 100%; 
	height: 100%;
	}
td a.topnav:active {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color:#000099;	
	display: block; 
	width: 100%; 
	height: 100%;
	}
td a.topnav:visited {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color:#000099;	
	display: block; 
	width: 100%; 
	height: 100%;
	}		
td a.topnav:hover {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	background: #000099;
	}


a.leftnav:link {
	color: #000099;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	}
a.leftnav:active {
	color: #000099;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	}
a.leftnav:visited {
	color: #000099;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	}		
a.leftnav:hover { 
	color: #000099; 
	text-decoration: underline;
	} 
	
td.border-right {
  	border-color: #CC3300;
	border-width: 2px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	}


table.table {
    text-align: left;
	border-collapse: collapse;
    width: 100%;
	border-color: #829ECD;
	border-style: solid;
	border-width: 1px;
	}	

td.table {
	vertical-align: text-top;
	padding: 2px;
	border-color: #829ECD;
	border-style: dashed;
	border-width: 1px;
	}	
	
th.table { 
	text-align: left; 
	vertical-align: text-top;
	font-weight: bold;
	padding: 2px;
	border-color: #829ECD;
	border-style: dashed;
	border-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	}	

img.border  {
  	border-color: #CC3300;
	border-width: 5px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	}