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

html {
	margin: 0;
	padding: 0;
	}
body { 
	font: garamond, times new roman, times, sans-serif;
	font-size: 14px;
	color: #000000; 
	}
p {
	margin-top: 0;
	}
h1	{
	font-size: 14px;
	line-height: 1.35;
	}
	
h3 {
	font-size: 14px;
	}

h4 { 
	text-align: left;
	font-size: 14px;
	}	
	
a:link { 
	text-decoration: none; 
	color: #000000;
	}
a:visited {  
	text-decoration: none; 
	color: #333333;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #009999;
	}
