 BODY { color: #FFFFFF;
    
    background-color: #FFFFFF;
  	margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
	background-position: left 0px}

/*  dont remove the following two styles, they're drop downs */

A.MenuOption {
	font-family :  Verdana,Arial, Helvetica;
	font-size : 11px;
	color: #FFFFFF;
	text-decoration: none
	font-weight : bold;
}

A.MenuOption:hover {
	FONT-WEIGHT: normal; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none
}
/* Background */
.bgblue {background-color:#8BA6C9;}


  

	
	p {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #666666;
	}
	
	td {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #666666;
	}
	
   .heading {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : bold;
	color: #666666;
	} 	
		
  .smalltext {
   font-family : Verdana, Arial, Helvetica;
	font-size : 9.5px;
	color: #999999;
	}

  .smalltextdark {
   font-family : Verdana, Arial, Helvetica;
	font-size : 9.5px;
	color: #666666;
	}
	
  .smalltextgreen {
   font-family : Verdana, Arial, Helvetica;
	font-size : 9.5px;
	color: #77B0A1;
	}

	blockquote {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	color: #666666;
	line-height : 24px;
}

	/* change the marquee width to its best fit */
	
	marquee {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight: normal;
	color: #FFFFFFf;
	background-color : #F3B701;
	width: 100%;
	height: 18px;
	font-variant : small-caps;

}

	hr {
	color: #A8E7E7;
	line-height: 1px noshade ;
}
	
	/*  this table style should only be used on small tables, e.g. small tabular data */
	
	.nicetable {
	border : thin solid #ADD8E6;
	background-color : #E7F0F3;
}

	/*  this style can be used for span tags on any text inline highlight */
	
	.hiliteblue {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	color: #A2B5CB;
	font-weight: bold;
}

	.hilitewhite{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #FFFFFF;
	font-weight: bold;
}
	
	

	/*  style 1 for hyperlinks */
	
.type1:link { 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: normal;
color: #0A4A64;
}

.type1:active { 
text-decoration: none;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: normal;
color: #0A4A64;
}

A.type1:hover{
text-decoration: none; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: normal;
color: #18698A;
}

.type1:visited{
text-decoration: underline;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: normal;
color: #0A4A64;
}

	/*  style 2 for hyperlinks */
	
.type2:link { 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.type2:active { 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: normal;
color: #666666;
}

A.type2:hover{
text-decoration: none; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: normal;
color: #999999;
}

.type2:visited{
text-decoration: underline;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: normal;
color: #666666;
}

	/*  style 3 for hyperlinks, can be used on heading links */
	
.boldtype1:link { 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
color: #333333;
}

.boldtype1:active { 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #333333;
}

A.boldtype1:hover{
text-decoration: none; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #666666;
}

.boldtype1:visited{
text-decoration: underline;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #333333;
}

	/*  list styles */

UL {
list-style-type: square;
list-size: 10px;
}

OL {
	list-style : lower-alpha outside;
}

	/*  form styles */
	
	input {
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	color : #666666;
	width: 500px
	border : 1px #333333;
	background-color : transparent;
}

	/*  option styles */
	
	select {
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	color : #666666;
	background: #E2F4F4 ;
	border : thin;	
}


.buttonColour {
	BACKGROUND: #D9EFEF;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 11px;
	color: #666666
	cursor: hand;
	width: auto;
	height: 20px;
	border-left :  #E4FAFA 1px solid;
	border-top:  #E4FAFA 1px solid;
	border-right : #32A9A9 1px solid ;
	border-bottom : #E4FAFA 1px solid ;

}
