/*
ID Style sheet
Updated 29th March 2005
*/

/* Cure IE odd scroll bar behaviour ===== */
html {
	overflow-y: scroll;
	}

body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	}


/* Set fonts */
body, p, th, td, h1, h2, h3, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


body, th, td {
	font-size: 0.8em;	
	color: #FFFFFF;
	}

h1 {
	font-size: 22px;
	color:  #D7F858;	
	font-style: normal;
	font-weight: normal;
	}

a {
	}

a:visited, a:link, a:active {
	color: #FFFFFF; 
	text-decoration: none;
	}

a:hover {
	color: #D8FA58;
	text-decoration: underline; 
	}


/* MENU */

div#menu {
	background-color: #454545;
	margin: 0px;
	border-bottom: 2px solid #000000;
	}

div#menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}

div#menu a {
	font-size: 1.3em;
	color: #FFFFFF; 
	text-decoration: none;
	}

div#menu a:hover {
	color: #D8FA58;
	}
