/*

Colour guide;

Black: #000000
Red: #CC0000
Light Grey: #999999


*/

* {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #999;
	font-size: 11px;
}

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

h1 {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-family: trebuchet, "trebucet ms", Arial, Veranda;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin-left: 5px;
}

h3 {
	font-family: trebuchet, "trebucet ms", Arial, Veranda;
	color: #990000;
	font-size: 13px;
	font-weight: bold
	text-transform: none;
}

p.small {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #999;
	font-size: 10px;
}

p.med {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #999;
	font-size: 11px;
}

p.large {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #999;
	font-size: 14px;
}

td.large {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #ffffff;
	font-size: 14px;
}

td.med {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	color: #999;
	font-size: 11px;
}

img {
	border-width: 0px;
	padding: 0px;
	color: #999;
}

img.thumb {
	border-width: 0px;
	padding: 4px;
	color: #999;
}

/* -------------------------------- general links --------------------- */

a.normal:link, a:visited, a:active {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}

a.normal:hover {
	color: white;
	text-decoration: none;
	padding: 2px;
}

a.numbers:link, a:visited, a:active {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	line-height: 16px;
}

a.numbers:hover {
	color: white;
	text-decoration: none;
	background-color: #990000;
	padding: 2px;
}

a.large-link:link, a:visited, a:active {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}

a.large-link:hover {
	color: white;
	text-decoration: none;
	padding: 2px;
}



/* -------------------------------- Top Navigation -------------------------------- */

a.nav:link, a.nav:visited, a.nav:active {
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	padding: 2px;
	color: #e4e4e4;
	font-size: 11px;
	text-decoration: none;
}

a.nav:hover {
	color: white;
	text-decoration: none;
	background-color: #990000;
}

a.nav-selected:link  {
	color: white;
	text-decoration: none;
	background-color: #990000;
}

#flash {
	margin: 0 auto;
	margin-top: 100px;
	padding: 0;
	width: 900px;
	color: #000000;
}
