/* style created © 2006 by JT. Duplication or redistribution is strictly prohibited. 

*/ a:link { 
    color : #000000; font-weight : bold; text-decoration : underline; 
} 

a:visited { 
    color : #000000; font-weight : bold; text-decoration : underline; 
} 

a:hover { 
    color : #000000; font-weight : bold; text-decoration : none; } 
	
a:active { 
	color : #000000; font-weight : bold; }

body {
	background-color : #FFFFFF;
	color : #000000;
	font-family : "Arial, Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size : 14px;
}

h1 {
	color : #660000;
	font-family : "Verdana, Arial, Trebuchet MS", Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	letter-spacing : 2px;
}

p {
	color : #000000;
	font-family : "Arial, Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

td {
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}