	
	body
	{
	background-color: #000033;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
	/* Present as noticed error in NS4 */
	p, td, ul, ol, ul, li, dl, dt, dd
	{
	font-family: Arial, Helvetica, sans-serif;
	}
	
	input
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	}

	a, a:link, a:focus, a:active
	{
	color: #FFF;
	}
	
	a:hover
	{
	text-decoration: none;
	} 
		
	img
	{
	border: 0px;
	border-style: none;
	font-size: 1px; 
	}
	
	h1
	{
	color: #666699;
	font-size: 145%;
	}
	
	h2
	{
	color: #FFF;
	font-size: 130%;
	border-bottom: 1px solid #865986;
	padding-bottom: 5px;
	}
	
	ul
	{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
	
	li {
	color:#B0B0B0;
	}

	/* Weird Fix to aid consistant look cross browser */
	hr
	{
    border: none;
	border-bottom: 1px solid #dedede;
    height: 0px;
	}
	
	.center {
	margin-top: 40px;
	text-align: center;
	}
	
	.clearl {
	clear: left;
	}
	
	.clearr {
	clear: right;
	}
	
	.white {
	color: white;
	}