body
{
	background-color: #045EAA;
}

.MenuActive
{
	font-family : Verdana;
	color : #ffffff;
	font-size : 10px;
	text-decoration : none;
	background-color : #045EAA;
	text-align: center;
  	cursor: pointer;
}

.SubMenuActive
{
	font-family : Verdana;
	color : #ffffff;
	font-size : 10px;
	text-decoration : none;
	background-color : #045EAA;
	text-align: left;
  	cursor: pointer;
}

.SubMenu
{
	font-family : Verdana;
	color : #105A8C;
	font-size : 10px;
	text-decoration : none;
	background-color : #CEDEEF;
	text-align: left;
  	cursor: pointer;
}


.Menu
{
	font-family : Verdana;
	color : #105A8C;
	font-size : 10px;
	text-decoration : none;
	text-align: center;
  	cursor: pointer;
	background-color : #CEDEEF;
}

.TextBlack
{
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color: black;
	font-weight: normal
}

.TextBlue
{
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color: #1A1B5B;
}

.TextWhite
{
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	color: #ffffff;
}


.HeadingBlack
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color: black;
}

.HeadingBlue
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color:   #105A8C;
}

.HeadingWhite
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color: white;
}
