
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99CCFF;
	color: #000099;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight: bold;
	color: #000099;
	}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #88DD00;
	}
	
.head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #000099;
	}
	
.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;
	}
	
a:link { 
	color: #00CCCC; 
	text-decoration: none;
	font-weight:bold;
	}
a:active { 
	color: #00CCCC; 
	text-decoration: none;
	font-weight:bold;
	}
a:visited { 
	color: #00CCCC; 
	text-decoration: none;
	font-weight:bold;
	}
a:hover { 
	color: #88DD00; 
	text-decoration: underline;
	font-weight:bold;
	}


a.nav:link { 
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
	}
a.nav:active { 
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
	}
a.nav:visited { 
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
	}
a.nav:hover { 
	color: #ffffff; 
	text-decoration: underline;
	font-weight: normal;
	} 


td.border1 {
  	border-color: #000000;
	border-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	}
	
table.table {
    text-align: center;
	border-collapse: collapse;
    width: 100%;
	border-color: #88DD00;
	border-style: solid;
	border-width: 1px;
	}	

td.table {
	padding: 2px;
	border-color: #88DD00;
	border-style: dashed;
	border-width: 1px;
	}	
	
th.table { 
	text-align: center; 
	font-weight: bold;
    width: 17%;
	padding: 2px;
	border-color: #88DD00;
	border-style: dashed;
	border-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	}	
	
table.table2 {
    text-align: left;
	border-collapse: collapse;
	border-color: #88DD00;
	border-style: solid;
	border-width: 1px;
	}	

td.table2 {
	vertical-align: text-top;
	padding: 4px;
	border-color: #88DD00;
	border-style: solid;
	border-width: 1px;
	}

th.table2 {
	vertical-align: text-top;	
	font-weight: bold;
	padding: 4px;
	border-color: #88DD00;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	}
		
img.border  {
  	border-color: #99CCFF;
	border-width: 5px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	}
		