.heading {  
	font-family: Arial; 
	font-size: 18pt; 
	color: #000099; 
	font-weight: bold
}
.main-menu-item {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	display: block;
	background:#FFDE00;

}
.main-menu-item:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFDE00;
	font-style: normal;
	display: block;
	background:#000099;
}
.menu-item {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
	font-style: normal;
	display: block;
}
.menu-item:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
	font-style: normal;
	display: block;
	background-color: #FFDE00;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0000CC;
}
.Red_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}
.Text_On_Yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0000CC;
	background-color: #FFDE00;
}
.Text_On_Yellow_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	background-color: #FFDE00;
}
.Text_On_Yellow_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFDE00;
	background-color: #0000CC;
}
.Para_Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.Para_Heading_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}
.Para_Heading_On_Yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #FFDE00;
}
