/* STYLESHEET */

body, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

h1 { font-size: 13pt; 	font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt;font-weight: bold; }
h4  { font-weight: bold; }
h5 { text-transform: uppercase; }
h6 { font-style: italic; }

/* Page Background */
.h-page {
background-color: #ffffff;
}


/* Hover */

a { 
	color: #006600;
	
}

a:hover { 
	color: #660000; 
	
}

/* Text styles */

.h-links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration:none;
}

a.h-links { 
	color:#ffffff;
}
a.h-links:hover { 
	color:#FF0000;
}


.h-footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
}



 /*-----------------------------------------------------------------END*/
	
 