	html
	{
	font-family: arial, "Times New Roman", Times, serif
	}
	
	body
	{
		background-color: #d1d1d1;
		margin: 0;
		padding: 0;
		font-family: arial, trebuchet, trebuchet ms, helvetica, sans-serif;
		color: #3e3e3e;
		font-size: 12px;
	}
	
	.whiteback
	{
		background-color: #ffffff;
		
	}
	
	td
	{
		font-size: 12px; 
		line-height: 17px;
	}
	
	p
	{
		font-size: 12px;
	}
	
	a
	{
		color: #000000;
		text-decoration: underline;
	}
	
	a:link
	{
		color: #000000;
		text-decoration: underline;
	}
	
	a:visited
	{
		color: #000000;
		text-decoration: underline;
	}
	
	a:hover
	{
		color: #000000;
		text-decoration: none;
	}
	
	div.transON 
	{
		border:0px solid black;
	}
	
	div.transOFF  
	{
		opacity:.70;
		filter: alpha(opacity=70); 
		-moz-opacity: 0.7;
		border:0px solid black;
	}
	
	
	
	.subnav
	{
		color: #444444;
		font-size:11px;
		height: 18px;
		text-decoration:none;
	}
	
	a.subnav
	{
		color: #444444;
		font-size:11px;
		text-decoration:none;
		display:block;
	}
	
	
	a.subnav:visited
	{
		color: #444444;
		font-size:11px;
		text-decoration:none;
	
		display:block;
	}	
	
	a.subnav:active
	{
		color: #444444;
		font-size:11px;
		text-decoration:none;
	
		display:block;
	}	
	
	a.subnav:link
	{
		color: #444444;
		font-size:11px;
		text-decoration:none;
	
		display:block;
	}	
	
	
	a.subnav:hover
	{
		color: #0e95d3;
		background-color: #f2f2f2;
		text-decoration:none;
	}
	
	.subsubnav
	{
		color: #444444;
		font-size:11px;
		height: 18px;
		margin-left: 20px;
		text-decoration:none;
	}
	
	a.subsubnav
	{
		color: #444444;
		font-size:11px;
		text-decoration:none;
	}
	
	a.subsubnav:hover
	{
		color: #0e95d3;
		background-color: #f2f2f2;
		text-decoration:none;
	}	
	h1
	{
		font-size: 17px;
		line-height: 21px;
		text-transform: uppercase;
		font-weight: bolder;

	}
	h2
	{
		font-size: 13px;
		line-height: 17px;
		text-transform: uppercase;
	}
	h3
	{
		font-size: 13px;
		line-height: 17px;		
		text-transform: uppercase;
	}