
body { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	color: Navy; 
	background-color : White;  
	margin-left: 0%;  
	margin-right : 5%;  
	margin-top : 4px;   

	/* may be needed for IE5 margin bug */
	margin-right: 0em;
	margin-top: 2px;
	padding: 0px;
	/* Text align-center needed for the centering of the maintable and other elements such as images eg. pixie. This is an IE quirk and means that all text must be assigned a style else this body effect will center it */
	text-align: center;

	
	}

	
.maintable {
	border: thin solid #4682b4;
	padding: 0px;
/* Values of px rather than auto may be needed for IE 5 horizontal bar bug */	
/* These are used to center the maintable. IE also needs the text-align: center; in the body tag  */
	margin-left: 0px;
    margin-right: 0px;
/* The border collapse has an important part in keeping the various borders of the maintable together with the left column and bottom row */
     border-collapse: collapse;

	width: 780px;   
/* may be needed to correct IE 5 bug */
	text-align:left;

     
}	
	
	
	
h6  { 
	font-family: inherit; 
	font-size: 80%; 
	color: #000066; 
	margin-left: 2.5em; 
	margin-right: 1.0em; 
	text-indent: -1em;
	font-weight : normal;
	}

h5  { 
	font-family: inherit; 
	font-size: 90%; 
	color: #000066; 
	margin-left: 1.5em; 
	text-indent : 1em;
	}

h4  { 
	font-family: inherit; 
	font-size: 100%; 
	color: #000066; 
	
	text-indent : 1em;
	}

h3  { 
	font-family: inherit; 
	font-size: 130%; 
	color: #000066; 
	background-color : #ccccff;  
	margin-bottom : 5%;
	font-weight : normal;
	text-indent : 0.5em;
	padding-bottom : 6px;
	}

h2  { 
	font-family: inherit; 
	font-size: 140%; 
	color: #000066; 
	}

h1  { 
	font-family: inherit; 
	font-size: 160%; 
	color: #000066; 
	}


a  {
	font-family: inherit; 
	color: blue; 
	}

blockquote {
	margin-left : 10px;
}


A:HOVER {
	color : Blue;
	text-decoration : underline;
	background-color : transparent;
	}

a:visited { 
	font-family: inherit; 
	color: blue; 
	}


i  {
	font-family: inherit; 
	color: black; 
	}


u  {
	font-family: inherit; 
	color: green; 
	}


p {
	font-family: inherit; 
	color: black; 
	margin-left: 1.5em; 
	margin-right: 1.0em; 
	font-size: 75%; 
	}

hr	{
	color: #9999FF; 
	}

ul 	{
	margin-left: 2.0em; 
	font-size: 90%; 
	}

li 	{ 
	color: inherit; 
	margin-left: 2.0em; 
	margin-right: 1.0em; 
	text-indent: 0.0in; 
	font-size: 80%;  
	list-style-type : square;  
	}





