<!--

body, html
	{
	margin: 0px;
	padding: 0px;
	background: #fff;
	}
		
body, div, p, span
	{
	font-family: "Helvetica CE", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;	
	padding: 0px;
	margin: 0px;
	}
	
td, th, table {
    font-family: "Helvetica CE", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;	
    }
    
h1, h2, h3, h4 {
	color: #185395;
	font-weight: bold;
	padding-bottom: 5px;
	}

h1 {font-size: 15px;}	
h2 {font-size: 12px;}	
h4 {font-style: italic;}

ul, li {
    list-style-type: square;
    }
    
/* ------------------ linky -------------------------- */

a, a:link, a:active {
	color: #d60a0f;
	text-decoration: underline; 
	}

a:visited {
	color: #de4e58;
	text-decoration: underline; 	
	}

a:hover	{
	color: #000000;
	text-decoration: none;	 
	}    
	
-->
