body {
	background-color: Black;
	color: White;
}

a, body, p, td, ul, ol, cont {
	font-family: Arial, Helvetica, sans-serif;
	}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
		/* Font Sizes */
	h1 { font-size: 20px;}
	h2 { font-size: 16px;}
	h3 { font-size: 14px;}
	a, p,td, body  { font-size: 13px;}
	
	.reference {
		font-size: 10px;
		font-weight:normal;
	}
	.copyright, .copyright a {
		font-size: 10px;
		font-weight: normal;
		color: #FF9900;
	}
	.indexmenu, .indexmenu a, .indexmenu a:visited, .indexmenu a:link {
		font-size: 13px;
		font-weight: normal;
		color: #FF9900;
	}
	.leftpic {
		float: left;
		padding-right: 5px;
	}
	.rightpic {
		float: right;
		padding-left: 5px;
	}
	
		/* Font Colours */

h1, h2, h3 {
	color:#FF9900;
	font-weight:100;
	padding:0px;
	text-align: left;
	}	

a, a:link {
	color: white;
	}
a:visited {
	color: #white;
	}

div.HeaderBarSlice {
	width:90px;
	height:69px;
	background-image: url(/images/layout/top_bar_slice.gif);
	background-repeat: repeat-x;
}