body
	{
		background: white;
		margin-left: 0;
		background-image: url(images/top_bar_3px.jpg);
		background-repeat: no-repeat;
		background-position: right top ;
	}


h1
	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 12pt;
		color: black;
	}


a
	{
		outline: none;
		color: black;
		text-decoration: none
	}
	

img.logo
	{
		border: solid;
		border-width: 0px;
		position: absolute;
		top: 15px;
		margin-left: 0;
		z-index: 2;
	}
	
img.topbar
	{
		border: solid;
		border-width: 0px;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 1;
	}
	
	
	
div.mainArea 
	{ 	
		background-color:#FFFFFF; 
		width:800px; 
		overflow: auto;
		top: 92px;
		z-index: 0;
		margin-left: 0;
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 10pt;
		
	}	
	
table.mainTable
	{
		background-color:#FFFFFF;
		width:950px;
		margin-top: 95px;

	}
	

div.menu 
	{ 
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 8pt;
		color: black;
		position: absolute;
		top: 90px;
		z-index: 2;
		margin-left: 0;
		text-transform: uppercase;
	}
	
	
table.forsideTable
	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 8pt;
		color: #999999;

	}
	
	
table.linksTable
	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 8pt;
		color: BLACK;

	}
	
table.subsideTable
	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 8pt;
		color: BLACK;

	}
	
a.menu:hover
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
.credits
	{
		font-family: "Arial", Helvetica, sans-serif;
		font-size: 7pt;
				
	}