 BODY { color: #FFFFFF;
    
    background-color: #FFFFFF;
  	margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 3px;
	background-position: left 0px}

/*  dont remove the following two styles, they're drop downs */

A.MenuOption {
	FONT-SIZE: 10px; 
	FONT-WEIGHT: normal; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

A.MenuOption:hover {
	FONT-WEIGHT: normal; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}

/* Background */
.bgblue {background-color:#8CA9CC;}
.bgblue2 {background-color:#A4BFE0;}
.bgblue3 {background-color:#0056A5;}
.bgblue4 {background-color:#163B76;}  

	
	p {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #FFFFFF;
	line-height:13px;
	}
	
	th {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight:bold;
	color: #FFFFFF;	
	}
	
	td {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color: #FFFFFF;
	line-height: 13px;
	}
	
	h6 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10.5px;
	color: #FFFFFF;
	margin: 0px;
	}
	
  .smalltext {
   font-family : Verdana, Arial, Helvetica;
	font-size : 9.5px;
	color: #ffffff;
	}

	hr {
	height: 1px;
	border-style: dashed; 
	color: #FFFFFF;
}
	
	/*  this table style should only be used on small tables, e.g. small tabular data */
	
	.nicetable {
	border : thin solid #ADD8E6;
	background-color : #E7F0F3;
}


	

	/*  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: #FFFFFF;
}

.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: #FFFFFF;
}

.boldtype1:active { 
text-decoration: underline;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

A.boldtype1:hover{
text-decoration: underline; 
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

.boldtype1:visited{
text-decoration: none;
font-family: Verdana, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

	/*  list styles */

UL {
list-style-type: square;
list-size: 9px;
list-style-position: outside;
}

UL UL {
list-style-position: outside;
 list-style-image: url(images/bullet_hollowsquare.gif);
}

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 ;

}
