body {
	margin-left: 10px;
}

h1 {
	/* font-size : 11pt;
	font-family : Arial, Verdana ms sans serif,san serif, geneva;
	font-weight : bold;
	color : #0074bf;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left; */
	COLOR: #003366;
  FONT-FAMILY: Verdana;
  FONT-SIZE: 14px;
  FONT-WEIGHT: bold;
  LINE-HEIGHT: 16px;
}
h2 
{
  /* font-size : 10pt;
	font-family : Arial, Verdana ms sans serif,san serif, geneva;
	font-weight : bold;
	color : #0074bf;
	margin-bottom: 7px; */
  COLOR: #990033;
  FONT-FAMILY: Verdana;
  FONT-SIZE: 12px;
  FONT-WEIGHT: bold;
  LINE-HEIGHT: 14px;
}
h3 {
	font-size : 8pt;
	font-family : Arial, Verdana ms sans serif,san serif, geneva;
	font-weight : bold;
	color : #0074bf;
	margin-bottom: 4px;

}

.LatestNews {
	margin-top: 1px;
}

* html .LatestNews {
	margin-top: 4px;
}

.default-text {
	font-size : 8pt;
	font-family : Arial, Verdana ms sans serif,san serif, geneva;
	font-weight : normal;
	color : #5a5c5e;
}

.default:link {
	font-family: Arial, Verdana ms sans serif,san serif, geneva;  
	color : #0074bf;
	text-decoration: none;
}
.default:visited { 
	font-family: Arial, Verdana ms sans serif,san serif, geneva;  
	color : #0074bf;
	text-decoration: none;
	
}
.default:hover { 
	font-family: Arial, Verdana ms sans serif,san serif, geneva;  
	color: #6acff6;
	text-decoration: none;
	
}

.headerlink:link  {
	font-family: Arial, Verdana ms sans serif,san serif, geneva;  
	color : #fd9d02;
	text-decoration: none;
}
.headerlink:visited { 
	font-family: Arial, Verdana ms sans serif,san serif, geneva;  
	color : #fd9d02;
	text-decoration: none;
	
}
.headerlink:hover { 
	font-family: Arial, Verdana ms sans serif,san serif, geneva;  
	color: #d05f04;
	text-decoration: none;
	
}

.copyright  {
	font-family: Arial, Verdana ms sans serif,san serif, geneva;
    color : #585858;
	font-size : 8pt;
}
.formElement 
{ background:#e0e0e0; 
color:#5f5f5c; 
font-weight:normal;
margin:0px 5px 2px 0px;
border-color:#a3a2a2;
border:1px solid;
}

ul {
	margin-bottom: 10px;
	margin-top: 12px;
	
	}
ul li {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 7px;
	list-style-position: outside;
	/*list-style-image: url(../images/bullet_home.gif);*/
	}

ul.benefits{
	margin-left: 25px;
	padding: 10px 0px 0px;
	margin-bottom: 0px;
	}


ul.benefits li {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 7px;
	list-style-position: outside;
	/*list-style-image: url(../images/bullet_home.gif);*/
	}
	
.BreadCrumb
{
	font-family:  Arial;
	font-size: 8pt;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	color: #5a5c5e;
	vertical-align: top;
}

.BreadCrumb A
{
	color: #5a5c5e;
	text-decoration: underline;
}

.BreadCrumb A:visited
{
	color: #5a5c5e;
	text-decoration: underline;
}

.BreadCrumb A:active
{
	color: #5a5c5e;
	text-decoration: underline;
}

.BreadCrumb A:hover
{
	text-decoration: underline;
	color: #000000;
}

/*Bharat; added css class as per the case changes 834520*/
#navigation
{
  list-style: none;
  margin: 0;
  margin-top:0px;
  padding: 0;
}
#navigation li {
  margin: 0;
  padding: 0px;
}
#navigation li a {
  display: block;
  /* border-top:1px solid;*/
  border-left:1px solid;
  border-right:1px solid; 
  height:15px;
  border-color:#676767;
  
  margin: 0;
  padding: 3px 8px;
  COLOR: #3e3e3e;
  FONT-WEIGHT: bold;
  FONT-SIZE: 8pt;
  font-family: arial, helvetica, sans-serif;
  background-image:url('../images/background_gradient.jpg');
  text-decoration: none;
}
#navigation li a:hover {
  background-image:url('../images/background_gradient_mouseover.jpg');
  color: white;
}
