TD.text {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		color: #ffffff;
}

TD.head {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 20px;
        font-style: italic;
		font-weight: bold;
		color: #000000;
		
}

TD.orange {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 16px;
		 font-style: italic;
		 font-weight: bold;
		color: #FDB12D;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	 font-style: italic;
	text-decoration: underline;
	color: #FDB12D;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	 font-style: italic;
	text-decoration: underline;
	color: #000000;	
}


