	BODY { 
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		font-size: 10pt;
		color: white;
	}
	
	H1 { 
		font-size: 120%; 
		font-style: bold, italic;
	}

A {
	color : white;
}
 A:VISITED {
	color: white;
}
 A:ACTIVE {
	color: white;
}

 .heading {
			color: #f3f315;
			font-weight: bolder;
	}

 .bodytext {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		font-size: 10pt;
		color: white;
	}	
	
.Header { 
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 140%; 
		font-style: bold;
	}
	
	.Label  {
	font-size : 120%;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight : bold, italic;
	}
	
	.Field { 
		font-size : 75%;
		font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
	
	.banded {
		font-size : 60%;
		font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
		color : white ;
		background-color:#000080;
	}
	
	.disclaimer {
		font-size : 60%;
		font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
		color : black;
	}

	DIV#divMenuBar { 
		background-color:#7F7A5F;
	 }
	TABLE#tblMenuBar TD { 
		font-size:85%; 
		color:white; 
		padding:0px 5px 0px 5px; 
		cursor:default; 
	}
	TABLE#tblMenuBar TD.clsMenuBarItem {
		 font-weight:bold; 
		 cursor:hand; 
	}
	
	DIV.clsMenu { 
		font-size:85%; background-color:#7F7A5F; 
		position:absolute; visibility:hidden; width:130px; 
		padding:5px 5px 5px 8px; border-top:1 white solid; 
	}
	Div.clsDropDown { font-size:85% }
	DIV.clsMenu A { text-decoration:none; color:white; font-weight:bold; }
	DIV.clsMenu A:hover { color:moccasin; }
	
	
	TD.SiteName { 	
		font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 18pt;
		font-weigh: bold;
		color = #FFFFFF;
		background-color: #000000;
	}
	
	TD.AuthUser { 	
		font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 10pt;
		font-weigh: bold;
		color = #FFFFFF;
		background-color: #000000;
	}
	TD.Footer { 	
		font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color : #FFFFFF;
		background-color: #7F7A5F;
		text-align : center;
	}
	TD.PageTitle { 	
		font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color : #000000;
		background-color: #fff5bf;
		text-align : center;
	}
	TR.OrderHeader  {
		font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		background-color:  #fff5bf;
	}
	TR.OrderDetail	{
		font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
		font-size: 8pt;
	}
	.Help
	{
		cursor: help;
	}
			      	
	BUTTON { font-family:tahoma; font-size:100%; }
	

	
	.MainMenu {
			background-color : #7F7A5F;
			font-family : Verdana;
			color : white;
			font-weight : bold;
			
	}
	.SubMenu {
			position: absolute;
			visibility: hidden;
			background-color : #7F7A5F;
			font-family : Verdana;
			color : white;
			font-weight : bold;
			
	}
	.MenuItemOver {
			background-color : White;
			font-family : Verdana;
			color : Blue;
			font-weight : bold;			
			cursor: hand;
	}
	.MenuItemOut {
			background-color : #7F7A5F;
			font-family : Verdana;
			color : white;
			font-weight : bold;
			
			cursor: hand;
	}