html{
	margin:0px;
}
body{
	background-color: #FFFFFF;

	margin:0px;
}
body, td{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

/* BLUE TYPE (highlighted) */

.blue{
	color:#D03700;
}
.resultsblue
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#D03700;
	}
.detailsblue
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #D03700;
	}

/* ICON HEADERS */

.header
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #870000;
	}

/* TYPE & VARIATIONS IF NEEDED */

.normallarge
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	}
.resultslarge
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	}
.detailslarge
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	}

/* NORMAL TYPE & VARIATIONS IF NEEDED */

.normal
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
.question
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;;
	}
.results
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
.details
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

/*  NORMAL TYPE & COLOUR VARIATIONS */

.normalwhite
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
.normalblack
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

/* SMALL */

.normalsmall
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
.resultssmall
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
.detailssmall
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

/* MENU ITEMS */


/* GENERAL LINKS */
A
	{
	COLOR:#333333;
	}
A:HOVER
	{
	COLOR:#658093;
	}

/* MAIN MENU TABLE CELL */

.topmenu
	{
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

/* MAIN MENU A-LINK */

A.tm
	{
	color:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
A.tm:HOVER
	{
	color:#333333;
	}

/* MAIN MENU SELECTED A-LINK */

A.ts
	{
	color:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
A.ts:HOVER
	{
	color:#333333;
	}

/* SECONDARY MENU A-LINK */

.secondmenu
	{
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

A.sm
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
A.sm:HOVER
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}

/* 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-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding: 5px;

	}

/* LINKS PAGE IMAGE BOX */

.linkimage
	{
	border: 2px solid #FFFFFF;
	}

/* FORM OBJECTS */

/* TEXT BOXES */

.input
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
.medinput
	{
	width:200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

.searchinput
	{
	width:100px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

.mboardinput
	{
	width:200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
.advinput
	{
	width:285px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

/* SELECT OPTION DROPDOWNS */

.select
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
.searchselect
	{
	width:200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
.advselect
	{
	width:285px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}
	
.warning{ background-color: #F9E275; border: 1px solid #FCD113; padding: 1em; margin: 1em 0 1em 0; }
.warning div{ float: left; }
.warning_icon{ display: block; float: left; width: 20px; height: 20px; background: url(images/icons.png) top left; }
.error{ background-color: #FFCFCF; border: 1px solid #CD0A0A; padding: 1em; margin: 1em 0 1em 0; }
.error_icon{ display: block; float: left; width: 20px; height: 20px; background: url(images/icons.png) top left; background-position: -20px 0; }
.error p{ margin: 0 0 1em 0; padding: 0;}
.clear{ clear: both; }


