@charset "UTF-8";
/* CSS Document */


    a:link 		{text-decoration: none; color: #0000FF;}
	a:visited 	{text-decoration: bold; font-weight:bold; color: #3a3a35; }
	a:active	{text-decoration: none; color: #770000;}
	a:hover 	{ text-decoration: underline; font-weight:bold; color: #880000; }


body  {
	width: 98%;
	font: 100%;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 

}

#container { 
	width:500px;  
	background: #FFFFFF;
	text-align:left;
	padding-left: 100px;
	font-size:12px;
	line-height: 150%;                 
	letter-spacing: 1.25px;
	font-family:Helvetica, Arial,  Verdana, sans-serif;
	font-weight: 500;
	color:#3a3a35;
} 


