body {
	margin: 0 auto;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #2E333B;
	text-align:left;
	line-height:133%;
	}

p{
	margin: 0px!important;
	padding:0px!important;
	line-height:133%;
}

.style1 {
	color: #FFFFFF;
	background-color:transparent;
	}

h1	{
	font-size: 140%;
	color:#000;
	background-color:transparent;
	background-color:#FFF;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}

h2	{
	font-size: 100%;
	color:#fff;
	font-weight:bold;
	color:#fff;
	background-color:transparent;
	margin:0px;
	padding:0px 0px 0px 10px;
}

hr	{
	background-color:#999;
	color:#999;
	height: 0px;
	border:1px dashed #D1EB34;
}

.rightmenu{
	width:163px;
	height:222px;
	text-align:left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* menu navigation
---------------------------------------------------------- */
#menu{
	font-size: 86%;
	clear:left;
	text-align:left;	
	height:28px;
	background-color:#003984;
	color:#000;
	border-bottom:0px solid #FFF;
	padding-left:5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#menu li {
	float: left;
	height:28px;
	color:#000;
	background-color: #003984;
	}
	
#menu li a {
	float: left;
	padding: 6px 9px 0px 9px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #003984;
	height:22px;
	border-right:1px solid #fff;
	}
	
#menu li a:hover {
	color: #000;
	background-color: #003984;
	height:22px;
	border-right:1px solid #FFF;
	}
	
#menu li a.active {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	height:22px;
	border-right:1px solid #FFF;
	}
	
#wightagents { border: solid 1px #ccc; background-color:#EEEEEE; width: 190px; font-family: Tahoma, Arial; font-size: 0.9em; }
#wightagents form { margin: 3px; }
#wightagents label { font-weight: bold; }
#wightagents select { width: 185px; margin: 2px 0 0 0; }
#wightagents input { float: right; margin: 0 21px 6px 0; }

/* links
---------------------------------------------------------- */


A {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
	}
	
A:link {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
	}
	
A:visited {
	color: #FF0000; 
	background-color: transparent; 
	text-decoration: underline;
	}
	
A:hover {
	color: #666; 
	background-color: transparent; 
	text-decoration: none;
	}

.footerlink {
	font-size: 95%;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

A.footerlink {
	font-size: 95%;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

A.footerlink:link {	
	font-size: 95%;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
A.footerlink:visited {	
	font-size: 95%;
	color: #fff; 
	background-color: transparent; 
	text-decoration: none;
	}
	
A.footerlink:hover {
	font-size: 95%;
	color: #ffff00; 
	background-color: transparent; 
	text-decoration: underline;
	}
	
A.blacklink {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}

A.blacklink:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}
	
A.blacklink:visited {
	color: #000; 
	background-color: transparent; 
	text-decoration: none;
	}
	
A.blacklink:hover {
	color: #ff0000; 
	background-color: transparent; 
	text-decoration: underline;
	}

fieldset {
	width: 90%;
	margin:1em 0;
	padding: 1em 1em;
	border: 1px solid #ccc;
	}
legend {
	font-weight: bold;
	color: #003366;
	padding: 1.5em 0;
	}
label {
	display:block;
	}
	
input.radio, input.checkbox, input.submit {
	float: left;
	width: auto;
	}

input.radio {
	float: left;
	display: block;
	margin-right: 1em;
	}
	
fieldset#favouritevcolour {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}