html, body, form, fieldset {
margin: 0;
padding: 0;
font: 100%/120% Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
font-size:13px;
display: inline;
}

img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}


body {
	background-color:#FFFFFF;
	color:#000000;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}

.outerFrame {
	position:absolute;
	top: 5px;
    left: 50%;
	width: 800px;
	height: 860px;
    margin-left: -400px;
	padding:0px;
	border-top:1px green solid;
	border-left:1px green solid;
	border-right:1px green solid;
	border-bottom:1px green solid;
	background-color:#CDFFCE;
	z-index: 1;
}

.header {
	position:absolute;
	top:10px;
	right:0px;
	padding:0px;
	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	z-index:2;
}

.contentFrame {
	position: absolute;
	top: 136px;
	left: 240px;
	width: 520px;
	height:640px;
	padding:15px;
	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
}

.contentInfo {
	position: absolute;
	top: 140px;
	right: 20px;
	width: 600px;
	bottom:180px;
	padding:5px;
	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	color:#000000;
	z-index:2;
	overflow:auto;
	text-align:justify;
}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	padding:0px;
	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	font-weight:bold;
	font-size:8px;
	color:#66CC00;
	z-index:3;
}

.footer {
position:absolute;
font-size:10px;
color:#000000;
bottom:0px; 
left:0px; 
width: 800px; 
padding:0px;
border-top:0px none;
border-left:0px none;
border-right:0px none;
border-bottom:0px none;
z-index:2;
}

.colour {
color:#0000FF;
border-top:#FF8000;
border-left:#FF8000;
border-bottom:#FF8000;
border-right:#FF8000;
border-width:thin;
font-size:14px;
}

.results {
	font-size:10px;
}

.blink {
text-decoration: blink;
}

a:link {color:#336600; font-weight:bold;text-decoration:none;}
a:visited {color:#009900;font-weight:bold;text-decoration:none;}
a:hover {color:#33CC00; font-weight:bold;text-decoration:underline;}

a.header:link {color:#000066; font-weight:bold;text-decoration:underline;}
a.header:visited {color:#FFFFFF; font-weight:bold;text-decoration:none;}
a.header:hover {color:#000066;text-decoration:underline; }

a.subMenuLink:link {color:#FFFFFF; font-weight:bold;text-decoration:underline;}
a.subMenuLink:visited {color:#FFFFFF; font-weight:bold;text-decoration:none;}
a.subMenuLink:hover {color:#33CCCC;text-decoration:underline; }

a.menuLink:link {color:#FFFFFF; font-weight:bold;text-decoration:none;}
a.menuLink:visited {color:#FFFFFF;font-weight:bold;text-decoration:none;}
a.menuLink:hover {color:#000066;text-decoration:underline;}

a.footerLink:link {color:#000000;font-weight:normal;text-decoration:none;}
a.footerLink:visited {color:#000000;font-weight:normal;text-decoration:none;}
a.footerLink:hover {color:#FF0000;font-weight:normal;text-decoration:underline;}


h1 {
	color:#003366;	
	font-size: 22px;
	font-weight: Bold;	
	}
	
h2 {
	font-size: 16px;	
	color:#003366;	
	}
	
h3 {
	font-size: 18px;	
	color:#FF0000;
}

h4 {
	font-size: 16px;	
	color:#000000
}

