/* CSS Document */
#menuBar { 
color: #666666; 
font-size: 13px; 
font-family: arial, Helvetica, sans-serif; 
font-weight: bold; 
text-align: left; 
text-transform: capitalize; 
display: block; 
margin-bottom: 5px; 
position: relative; 
top: 0px; 
left: 0px; 
right: 0px; 
width: 700px; 
overflow: hidden; 
vertical-align: left; 
border: solid 0px #000000; 
background-color: #666666; 
} 

.menuHeader { 
width: 200px;
color: #000000; 
text-decoration: none; 
white-space: nowrap; 
cursor: pointer; 
padding: 5px; 
margin: 0px; 
padding-right: 15px; 
display: inline; 
position: relative; 
border-right: 1px solid #666666; 
} 

a.menuLink { 
display: block; 
padding: 2px 5px; 
border-top: 1px solid #666666
} 

a.menuLink:link { 
color: #000000; 
text-decoration: none 
} 

a.menuLink:visited { 
color: #000000; 
text-decoration: none 
} 

a.menuLink:hover { 
color: #ffffff; 
background-color: #000000; 
text-decoration: none 
} 

a.menuLink:active { 
color: #ffffff; 
text-decoration: none; 
background-color: #666666; 
} 

.menuDrop { 
color: #666666; 
font-size: 12px; 
font-family: arial, Helvetica, sans-serif; 
background-color: #666666; 
background-repeat: repeat; 
visibility: hidden; 
margin: 0; 
padding: 0; 
position: absolute; 
z-index: 1000; 
top: 60px; 
left: 0; 
width: 200px; 
height: auto; 
text-indent: 15px; 
border-style: solid; 
border-width: 0 1px 1px; 
border-color: #000000;
} 
.FAQ_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.latest_news_text_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	font-variant: normal;
	text-align: center;
}
