@charset "UTF-8";
	body {
		font-family: Myriad, Arial, Veranda, sans-serif;
		font-size: 11px;
		color: #999999;
		line-height:18pt;
		background-image: url(pagebg.gif);
		background-attachment: fixed;
		background-repeat:no-repeat;
		background-position: center 200px;
		}
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
		}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
		
	hr {
		color: #fff; 
		background-color: #fff; 
		border: 1px #999999; 
		border-style: none none dotted; 
		}
	
	a:link 
		{
		color: #6699CC;
		text-decoration: none; 
		}
	a:active 
		{
		color: #6699CC;
		text-decoration: none; 
		}
	a:visited 
		{
		color: #336699;
		text-decoration: none; 
		}
	a:hover 
		{
		color: #6699CC;
		text-decoration: none;
		}