@charset "utf-8";
/* CSS Document */


.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #32328b;
	font-weight: 700;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32328b;
	line-height: 17px;
}

.Sub-Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #32328b;
}
.Sub-subHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #32328b;
	font-weight: 500;
}
a:link {
	color: #32328b;
	text-decoration: Underline;
}
a:visited {
	color: #32328b;
	text-decoration: Underline;
}
a:hover {
	color: #32328b;
	text-decoration: Underline;
}
a:active {
	color: #32328b;
	text-decoration: Underline;
}
input.btn {   
   color:#ffffff;
   cursor:hand;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   background-color:#31328b;   
   border:1px solid;   
   border-color: #0e757f #0e757f #0e757f #0e757f;   
}   

input,textarea {   
   color:#31328b;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   border:1px solid;   
   border-color: #0e757f #0e757f #0e757f #0e757f;    
   overflow:auto;

}
.Nav_BG {
	color: #237982;
	font-family: "TradeGothic LT";
	font-weight: 400;
	line-height: 30px;
}
.Nav_BG a:link{
	color: #237982;
	background-image: url(images/Nav/LM_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "TradeGothic LT";
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	text-transform: capitalize;
	right: 100px;
}
.Nav_BG a:hover {
	color: #32328b;
	text-decoration: none;
	background-image: url(images/Nav/LM_bg_MO.png);
	background-repeat: no-repeat;
	background-position: left;
}

