@charset "utf-8";
/* CSS Document */

.heading
{
font-family:Arial;
font-size:11pt;
color:black; 	
}
.quote
{
	font-family:Arial;
	font-size:10pt;
	color:#993300;
	font-weight:bold;
}


body
{
margin:0px;
background:url(images/body-bg.gif) repeat-x;
background-position:top left;
}


.menuactive
{
color:#0072bc;
background:url('images/center_hassub.png');
}


.activeregion
{
font-family:Arial;
font-size:13px;
color: white;
}

.inactiveregion
{
font-family:Arial;
font-size:13px;
color:#999999;
}

.heaading
{
font-family:Arial;
font-size:24px;
color:#002d56;
}


.bodytext
{
font-family:Arial;
font-size:13px;
color:#818181;
line-height:21px;
text-align:justify;
}

.bodytext a
{
color:#002d56;
text-decoration:none;
}

.bodytext a:hover
{
color:#818181;
}


.noborder
{
border:none;
}

.bordertable
{
border:#e3e3e3 thin solid;
}

.newsheaading
{
font-family:Arial;
font-size:18px;
color:#FFF;
}



.footermenu
{
font-family:Arial;
font-size:11px;
color:#818181;
line-height:24px;
text-decoration:none;
}

.footermenu a
{
color:#002d56;
text-decoration:none;
}

.footermenu a:hover
{
color:#818181;
}


/* styles for news starts here*/

.NewsTitle {
font-family:Arial;
font-size:18px;
color:#002d56;
}

.NewsDetails {
font-family:Arial;
font-size:13px;
color:#818181;
line-height:21px;
text-align:justify;
/* text-decoration:underline; */
}

.PreviousNewsTable{
	width: 100%;
	border: 1px solid #303030;
	text-align:left;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#2f3345;   
	line-height:21px;
}
.dotLine
{
border-bottom: 1px dotted #C0C0C0;
}


/* styles for news ends here*/



/* styles for careers starts here*/

.style13 {
	color: #C0C0C0;
}

.style14 {
	border: 1px solid #C0C0C0;
}


/* styles for careers ends here*/

