body     	{background : url('../images/bg_white.gif');
			}

font     {font-family : "Trebuchet MS",Arial,Helvetica,sans serif;	
			letter-spacing: 1px;
			
}
table    	{background : url('../images/bg_white.gif');
} 

p        {font-family : "Trebuchet MS",Arial,Helvetica,sans serif;
         font-size: 10pt;
			letter-spacing : 1px;
			text-align: left;
}  
 

A:LINK {
	font-family : "Trebuchet MS",Arial,Helvetica,sans serif;
	font-weight : bold;
	text-decoration : underline;
	color: maroon;
}

A:VISITED {
	font-family : "Trebuchet MS",Arial,Helvetica,sans serif;
	font-weight : bold;
	text-decoration : underline;
	color: maroon;
}

A:HOVER {
	font-family : "Trebuchet MS",Arial,Helvetica,sans serif;
	font-weight : bold;
	text-decoration : underline;
	color : maroon;
	background-color: #F0F8FF;
}
.nav {
	font-family : "Trebuchet MS",Arial,Helvetica,sans serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: silver;
}
  a.nav:hover {
	font-family : "Trebuchet MS",Arial,Helvetica,sans serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	background: silver;
	color: white;
}
h1 {
	font-size: 18pt;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12pt;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #A52A2A;
	margin: 0;
	padding: 0;
	margin-top: 4px;

}