BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 14px;  */
}

TD, TH,  BLOCKQUOTE, DL, UL, OL, P, LI {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


/* This is for the top-most menubar  */
/* This first section is to help set spacing i.e non links correctly */

.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; 
	background: #99CCFF;
}

a.topmenu:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	  
	background: #99CCFF;
	text-decoration: none;
	color: #330066;		
}

a.topmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background: #99CCFF;
	text-decoration: none;
	color: #330066;		
}

a.topmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background: #99CCFF;
	text-decoration: none;
	color: #CC9933;		
}


/*  This is for the second layer top menubar  */

.secmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background: #3333CC;
	color: #FFFF99;
	font-weight: bold;	
}

a.secmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background: #3333CC;
	text-decoration: none;
	color: #FFFF99;	
	font-weight: bold;	
}

a.secmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background: #3333CC;
	text-decoration: none;
	color: #FFFF99;	
	font-weight: bold;	
}

a.secmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #3333CC;
	text-decoration: none;
	color: #CC9933;	
	font-weight: bold;	
}


/* This is the footer bar for all pages */
.frontfooter  {
	color: #3333cc;
	font-family: Arial, Helvetica, sans-serif;
}

a.frontfooter:link {
	color: #3333cc;
	font-family: Arial, Helvetica, sans-serif;
}

a.frontfooter:visited {
	color: #3333cc;
	font-family: Arial, Helvetica, sans-serif;
}

a.frontfooter:hover {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
}


/* This is for the links on all level one pages */
a.level1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;		
	color: #333399;
}

a.level1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;		
	color: #333399;
}
a.level1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;		
	color: #CC9933;
}

/*  Use if small text required */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* The first heading on all pages */
.h1sectionmainpage  {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

/* The second heading on all pages */
.h2sectionmainpage {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


/* All pages general settings */

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

/* H1 was #ff9900 */
H1  {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}


H2  {
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
