body{
	margin: 0px
}
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menubg{
	background-color: #F2BF24;
	background-image: url("images/menubg.gif");
	background-repeat: repeat-x;
	color: #000000;
}
.smenu{
	line-height: 18px;
}
/* BLUE TYPE (highlighted) */

.blue
	{
	color: #003366;
	}
.resultsblue
	{
	color: #003366;
	}
.detailsblue
	{
	font-weight: bold;
	font-size: larger;
	}

/* ICON HEADERS */

.header
	{
	font-weight: bold;
	font-size: 14px;
	}

/* TYPE & VARIATIONS IF NEEDED */

.normallarge
	{
	font-weight: bold;
	font-size: larger;
	}
.resultslarge
	{
	font-weight: bold;
	font-size: larger;
	}
.detailslarge
	{
	font-weight: bold;
	font-size: larger;
	}

/* NORMAL TYPE & VARIATIONS IF NEEDED */

.normal
	{
	font-weight: normal;
	}
.question
	{
	font-size: normal;
	}
.results
	{
	font-size: normal;
	}
.details
	{
	font-size: normal;
	}

/*  NORMAL TYPE & COLOUR VARIATIONS */

.normalwhite
	{
	color: #ffffff;
	}
.normalblack
	{
	color: #000000;
	}

/* SMALL */

.normalsmall
	{
	font-size: smaller;
	}
.resultssmall
	{
	font-size: smaller;
	}
.detailssmall
	{
	font-size: smaller;
	}
/* GENERAL LINKS */
a
	{
	color: #003366;
	}
a:hover
	{
	color: #003366;
	}
a:visited
	{
	color: #036FB6;
	}
	

/* IN PAGE MENU LINKS */

a.cm
	{
	text-decoration: none;
	}

a.cm:hover
	{
	text-decoration: underline;
	}

/* FOOTER COPY RIGHT TEXT /*

.copyright
	{
	FONT-FAMILY:TAHOMA,ARIAL;
	FONT-SIZE:9px;
	}

/* BLOCKQUOTE BOX OF REFERENCES */

blockquote
	{
	font-style: italic;
	padding: 5px
	}

/* LINKS PAGE IMAGE BOX */

.linkimage
	{
	border: 2px solid #ffffff;
	}

/* FORM OBJECTS */

/* TEXT BOXES */

.input
	{
	font-size: 11px;
	}
.medinput
	{
	width: 200px;
	font-size: 11px;
	}

.searchinput
	{
	width: 100px;
	font-size: 11px;
	}

.mboardinput
	{
	width: 200px;
	font-size: 11px;
	}
.advinput
	{
	width: 285px;
	font-size: 11px;
	}

/* SELECT OPTION DROPDOWNS */

.select
	{
	font-size: 11px;
	}
.searchselect
	{
	width: 200px;
	font-size: 11px;
	}
.advselect
	{
	width: 285px;
	font-size: 11px;
	}