/*--------------- css template created by Ben Goss - Holt Computer Services 05/12/2006 ---------------*/

/*--------------- General Font Settings ---------------*/

body, td, select, input {
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: Black;
}

/*----- Headings and Text -----*/

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px;
}

h3 {
	font-size: 8pt
	margin: 0 0 0 0;
}

h4 {
	font-size: 7.5pt;
	color: #000000;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 0px;
	font-size: 7.5pt;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal; 
}

/*----- Hyperlinks -----*/

A:link, A:visited {
	text-decoration: none; 
	color: #000000;
	font-weight: bold;
}

A:hover	{
	text-decoration: none; 
	color: red;
	font-weight: bold;
}

/*--------------- Site Colour Scheme and Layout ---------------*/

body {
	text-align: center;
	background-color: #FFFFFF;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 30px 2px 30px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: red;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}