body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
	color:#564b47;
	padding:0px;
	margin:0px;
}

a {  font-family: Arial; color: #333399; 	text-decoration: none; 	font-size: 10pt;}
a:link{	color: #333399;	text-decoration: none;}
a:hover{	color: #FF6600;	text-decoration: none;}
/****************************************TOP MENU*****************************************/
/*------------- Style for MENU --------------------------*/
.chromestyle{
	font-family: Arial;
	font-size: 13px;
	width: 100%;
	font-weight: bold;
}

.chromestyle ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #653F28;
	border-bottom: 1px solid #653F28;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #022871;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #653F28; /*THEME CHANGE HERE*/
	border-left: 1px solid #653F28; /*THEME CHANGE HERE*/
	padding-left: 15px;
	padding-right: 15px;
}

.chromestyle ul li a:hover{
	background-color: #6699CC;
}

/* -------------------- Style for Drop Down Menu ---------------- */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:14px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #022871;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #EBF7FF;
}
/***********************************RIGHT MENU **********************/
td.news{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #FCC225;
	border-bottom : 1px solid #653F28;
	color: #022871;
}
/****************************************LEFT MENU**************************/
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #FFFFFF;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	font-family: Arial;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #022871;	
	text-decoration: none;
	background-color: #6699cc;
	padding: 1px 5px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
}

.suckerdiv ul li a:visited{
color: #022871;
}

.suckerdiv ul li a:hover{
	background-color: #fcc225;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/***************************************************************************/
/*****************************CONTENTS*****************************/
.title_new{
	font-family: Arial;
	font-size: 16px;
	color: #da2725;
	font-weight: bold;
	border-bottom : 2px solid #da2725;
	vertical-align : bottom;
	padding-left: 5px;
	padding-bottom: 1px;
	
}
.title{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #022871;
	padding-bottom: 5px;
	padding-left: 5px;	
	padding-right: 5px;
	padding-top: 5px;
}
.content{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*text-align: justify;
	padding-left: 5px;	
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted;*/
}

.notecontent{	
	COLOR: #999999;	
	FONT-FAMILY: Arial;	
	FONT-SIZE: 8pt}
	
.tableheader {
	BACKGROUND-COLOR: #ffba29; 
	FONT-SIZE: 13px; 
	TEXT-ALIGN: center; 
	FONT-FAMILY: Arial;
	COLOR: #3d5a3d;
}

.tableheaderIndex {
	BACKGROUND-COLOR: #ffba29; 
	FONT-SIZE: 13px; 
	TEXT-ALIGN: left; 
	FONT-FAMILY: Arial;
	COLOR: #3d5a3d;
}

.tableform {
	BACKGROUND-COLOR: #EEEEEE; BORDER-RIGHT: none; BORDER-TOP: none; FONT-SIZE: 12px; BORDER-LEFT: none; BORDER-BOTTOM: none; BORDER-COLLAPSE: collapse; WIDTH: 400
}

.tablecontent {
	FONT-SIZE: 12px; 
	TEXT-ALIGN: left;  
	FONT-FAMILY: Arial; 
}

.button
{
	width:55pt;	
	height:16pt;
	/*border-style:groove;*/
}

.textbox
{
	width:170pt;
	/*border-bottom-style:groove;
	border-left-style:groove;
	border-right-style:groove;
	border-top-style:groove;*/
}
/******************************** SCROLLS NEWS *************************************/
#marqueecontainer{
	position: relative;	
	height: 100px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	font-size: 11px;
	font-family: Arial;
	text-align: justify;
}
.news{
	font-family: Arial;
	font-size: 11px;
	color: #022871;
	text-decoration: none;
}
.news:hover{
	font-family: Arial;
	font-size: 11px;
	color: #653F28;
	text-decoration: underline;
		
}
/***********************************FOOTER************************************/
#footer {
    clear:left;
	text-align: center;
	font-family: Arial;
	background-color: #D2E4F2;
	color: #000000;
	font-size: 11px;
	border-top :2px solid #653F28;
	padding:0px 10px;
	margin:0px
}


