.genText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #020c20;
}
.mainTab {
	background-color: #e8e9eb;
	border: 1px solid #f495371;
}
.newstab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #f98511;
	border: thin ridge #020c20;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	background-color: #FFFFFF;
}
.conTab {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #020c20;
	border: thin solid #020c20;
	color: #FFFFFF;

}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;

}
