
.bodyÊ {Ê
 		background-image: url(images/main_bg.jpg);Ê
		background-attachment: scroll
 		}

.header {
		color: #003366;
		font-family: verdana, helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		
		}
		
.headerbold {
		color: #003366;
		font-family: verdana, helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		}
		
.headerorange {
		color: #FF9900;
		font-family: verdana, helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		}
		
.orange {
		color: #FF9900;
		font-family: verdana, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		}
		
.orangesm {
		color: #FF9900;
		font-family: verdana, helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		}


.normal {
		color: #000000;
		font-family: verdana, helvetica;
		font-size:11px;
		font-weight: normal;
		line-height: 16px;
		}

.normalblue {
		color: #003366;
		font-family: verdana, helvetica;
		font-size:11px;
		font-weight: normal;
		}
		

.normalgreen {
		color: #336633;
		font-family: verdana, helvetica;
		font-size:11px;
		font-weight: normal;
		}
		
		
.bold {
		color: #003366;
		font-family: verdana, helvetica;
		font-size:11px;
		font-weight: bold;
		line-height: 18px;
		} 

.small {
		color: #000000;
		font-family: verdana, helvetica;
		font-size:9px;
		font-weight: normal;
		line-height: 16px;
		}

.smallbold {
		color: #003366;
		font-family: verdana, helvetica;
		font-size:10px;
		font-weight: bold;
		line-height: 14px;
		}
		
.red {
		color: #660000;
		font-family: verdana, helvetica;
		font-size:9px;
		font-weight: normal;
		line-height: 14px;
		}
		
.redbold {
		color: #660000;
		font-family: verdana, helvetica;
		font-size:11px;
		font-weight: bold;
		line-height: 18px;
		}
		
.smallblue {
		color: #003366;
		font-family: verdana, helvetica;
		font-size:9px;
		font-weight: normal;
		line-height: 14px;
		}
		
.white {
		color: #FFFFFF;
		font-family: verdana, helvetica;
		font-size:10px;
		font-weight: bold;
		line-height: 12px;
		}
		


		 
a:link {
  color: #003366; 
  text-decoration: none; 
  background: ;}/*normal links in the text*/
  
a:visited {
  color: #666666; 
  text-decoration: none; 
  background: ;}
  
a:hover { /*this effect is not shown in NN4.xx*/
  color: #333333; 
  text-decoration: underline; 
  background: ;}
  
a:active {/*colour in NN4.xx is red*/ 
  color: #000000; 
  text-decoration: underline; 
  background: ;} 
		
		
		



