body, p, table, li {
		font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif; 
		font-size: 10pt; 
		color:#0000CC 
	}

a {
		font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif; 
		font-size: 10pt; 
		color:#0000CC;
		text-decoration: underline;
	}

a:hover { 
		color: #00FF00; 
		text-decoration: underline; 
	}

a:visited {
		color:#0000FF;
		text-decoration: underline;
	}

a:hover:visited { 
		color: #00CC00; 
		text-decoration: underline; 
	}

.fontgreenboldnormal {
	font-weight: bold;
	font-style:normal;
	color: #00CC00;
} 	


.fontbluebolditalic {
	font-weight: bold;
	font-style:italic;
	color: #0000CC;
}
.fontwhitenormal {
	color: #FFFFFF;
}
.snh1 {
	font-size: large;
	font-weight: bolder;
}
.snh2 {
	font-size: medium;
	font-weight: bold;
}
.fontblacknormal {
	color: #000000;
}

