body {	background-color: navy}

p { 	font-family: "Tahoma" ;
	font-size: 11pt ; 
	font-weight: normal ; 
	color: navy ; 
	margin-left: 10px ; 
	margin-right: 10px ; 
	line-height: 13pt} 

.subheadings {	color: navy ;
	font-size: 10pt }  

.subheadings a:link { color: navy ;
	font-weight: bold ; 
	text-decoration: underline}
.subheadings a:visited { color: navy ;
	font-weight: bold ; 
	text-decoration: underline}
.subheadings a:active { color: navy ;
	font-weight: bold ; 
	text-decoration: underline}
.subheadings a:hover { color: #ffff93 ;
	font-weight: bold ; 
	text-decoration: none}

strong {font-weight: bold } 

a:link { color: navy ;
	text-decoration: underline}
a:visited { color: navy ;
	text-decoration: underline}
a:active { color: navy ;
	text-decoration: underline}
a:hover { color: #ffff93 ;
	text-decoration: underline}

ul {	font-family: "Tahoma" ;
	font-size: 11pt ; 
	font-weight: normal ; 
	color: #ffff93 ;
	margin-left: 30px }

ol {	font-family: "Tahoma" ;
	font-size: 11pt ; 
	font-weight: normal ; 
	color: #ffff93 ;
	margin-left: 75px }

.ulbold {	font-weight: bold }  

h1 {	color: navy ;
	margin-left: 0px ;
	font-size: 16pt ;    
	font-family: "Cooper Medium BT" }  

h2 {	color: navy ;
	font-size: 16pt ; 
	margin-left: 15px ;
	font-family: "Cooper Medium BT" }

h3 {	color: navy ;
	margin-left: 0px }

h4 {	color: navy ;
	margin-left: 0px ;
	font-size: 11pt ;    
	font-family: "Tahoma" ;
	line-height: 1pt}  

table { }

.table {	font-family: "Tahoma" ; 
	font-size: 14pt ; 
	font-weight: strong ; 
	color: navy ; 
	padding-left: 15px ; 
	padding-right: 15px ; 
	text-align: left }


.form {	border-style: solid ;
	border-width: 1 ;
	border-color: navy ;
	background-color: #a6b6ff ;
	font-family: "Tahoma" ; 
	font-size: 10pt ; 
	font-weight: strong ; 
	color: navy ; 
	text-align: left }

.formtext {	font-family: "Tahoma" ; 
	font-size: 10pt ; 
	font-weight: strong ; 
	color: navy ; 
	text-align: left }

.formyellow {	border-style: solid ;
	border-width: 1 ;
	border-color: navy ;
	background-color: #ffff80 ;
	font-family: "Tahoma" ; 
	font-size: 10pt ; 
	font-weight: strong ; 
	color: navy ; 
	text-align: left }

.form2 {	border-style: solid ;
	border-width: 0 ;
	border-color: navy ;
	background-color: navy ;
	font-family: "Tahoma" ; 
	font-size: 10pt ; 
	font-weight: strong ; 
	color: navy ; 
	text-align: left }

.formtext2 {	font-family: "Tahoma" ; 
	font-size: 11pt ; 
	font-weight: normal ; 
	color: navy ; 
	text-align: left ;
	margin-top: 5px ; 
	margin-left: 5px ; 
	margin-right: 10px ; 
	line-height: 13pt} 

.resttext {	font-family: "Abadi" ; 
	font-size: 18pt ; 
	line-height: 20pt ;
	font-weight: strong ; 
	color: navy ; 
	text-align: left }

<!-- small (10) black text on orange background -->
.tabletext {	background-color: #ff8000 ;
 	font-family: "Tahoma" ;
	font-size: 10pt ; 
	font-weight: normal ; 
	color: #000000 ; 
	line-height: 11pt ;
	border-style: none	}

<!-- BLUE text for navigation bar/table -->
.navigationb {	font-family: "Tahoma" ; 
	font-size: 14pt ; 
	font-weight: strong ; 
	color: navy ; 
	padding-left: 15px ; 
	padding-right: 15px ; 
	text-align: center }

.navigationb a:link { color: navy ;
	text-decoration: none}
.navigationb a:visited { color: navy ;
	text-decoration: none}
.navigationb a:active { color: navy  ;
	text-decoration: none}
.navigationb a:hover { color: #ffff93 ;
	text-decoration: none}

<!-- ORANGE text for navigation bar/table -->
.navigationo {	font-family: "Tahoma" ; 
	font-size: 14pt ; 
	font-weight: strong ; 
	color: #ff8000 ; 
	padding-left: 15px ; 
	padding-right: 15px ; 
	text-align: left }

.navigationo a:link { color: #ff8000 ;
	text-decoration: none}
.navigationo a:visited { color: #ff8000 ;
	text-decoration: none}
.navigationo a:active { color: #ff8000 ;
	text-decoration: none}
.navigationo a:hover { color: #ffff93 ;
	text-decoration: none}
	
/* Added: one republic 31/01/08 ------*/

#footer {
		text-align: center;
		width: 100%;
	}
#footer p {
		margin: 10px auto 20px auto;
		width: 80%;
		color: #fff;
	}
#footer p a {
		color: #FF8000;
		text-decoration: none;
	}
#footer p a:hover {
		color: #FFFF93;
	}