a:link
{
	 text-decoration: underline;
	 font-family: verdana;
	 font-size: 10px;
	 font-weight: bold;
	 color: #191970;
}

a:hover
{
	 text-decoration: none;
	 font-family: verdana;
	 font-size: 10px;
	 font-weight: bold;
	 color: #000000;
	 
}

a:visited
{
	 text-decoration: underline;
	 font-family: verdana;
	 font-size: 10px;
	 font-weight: bold;
	 color:#000000;
}

a:active
{
 	 text-decoration: underline;
	 font-family: verdana;
	 font-size: 10px;
	 font-weight: bold;
    	 color:#000000;
}

BODY
{
	 scrollbar-arrow-color: #858585;
	 scrollbar-3dlight-color: #858585;
	 scrollbar-darkshadow-color: #858585;
	 scrollbar-face-color: #E8E8E8;
	 scrollbar-highlight-color: #E8E8E8;
	 scrollbar-shadow-color: #E8E8E8;
	 scrollbar-track-color: #F8F8F8
    	 BACKGROUND-COLOR: white;
    	 FONT-FAMILY: tahoma;
    	 FONT-SIZE: 11px;
    	 FONT-WEIGHT: normal;
    	 LETTER-SPACING: 1px;
    	 TEXT-TRANSFORM: none;
    	 WORD-SPACING: 2px;    
    	 margin-left: 0;
    	 margin-right: 0;
    	 margin-top: 0;
    	 margin-bottom: 0;
}

/**********start menu**********/
.menuBar
{
    	 POSITION: relative;
	 BACKGROUND-COLOR: transparent;
    	 TEXT-ALIGN: center;
}

.Bar
{
	 BORDER-RIGHT: 0;
	 BORDER-TOP: 0;
	 FLOAT: left;
	 BORDER-LEFT: 0;
	 CURSOR: hand;
	 TEXT-INDENT: 0px;
	 BORDER-BOTTOM: 0;
	 POSITION: relative;
	 BACKGROUND-COLOR: #757F98;
	 TEXT-ALIGN: center;
	 padding-left: 0px;
	 padding-right: 23px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 20px;
}

.barOver
{
    	 BORDER-RIGHT: 0;
    	 BORDER-TOP: 0;
	 FLOAT: left;
     	 BORDER-LEFT: 0;
     	 CURSOR: hand;
    	 TEXT-INDENT: 0px;
    	 BORDER-BOTTOM: 0;
    	 POSITION: relative;
    	 BACKGROUND-COLOR: #656F86;
    	 TEXT-ALIGN: center;
    	 padding-left: 0px;
    	 padding-right: 23px;
    	 font-family: Verdana;
    	 font-size: 10px;
	 line-height: 20px
}

.menu
{
    	 BORDER-RIGHT: 0;
    	 BORDER-TOP: 0;
	 border-top: 0px;
	 padding-bottom: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 0px;
	 VISIBILITY: hidden;
    	 BORDER-LEFT: 0;
    	 WIDTH: 150px;
    	 LINE-HEIGHT: 100%;
    	 BORDER-BOTTOM: 0;
    	 POSITION: absolute;
    	 BACKGROUND-COLOR: #D3D3D3;
}

.menuItem
{
    	 PADDING-RIGHT: 10px;
    	 PADDING-LEFT: 10px;
	 padding-top: 3px;
	 padding-bottom: 3px;
      	 WIDTH: 100%;
         CURSOR: hand;
    	 LINE-HEIGHT: 18px;
    	 BORDER-BOTTOM: #848484 1px solid;
	 BORDER-TOP: white 1px solid;
    	 BORDER-RIGHT: #848484 1px solid;
	 BORDER-LEFT: white 1px solid; 
	 font-family: Verdana;
    	 font-size: 10px;
	 line-height: 12px;
}

.ItemMouseOver
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
	 padding-top: 3px;
	 padding-bottom: 3px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: White;
    LINE-HEIGHT: 18px;
    BORDER-BOTTOM: #656F86 1px solid;
	 BORDER-TOP: #656F86 1px solid;
    BORDER-RIGHT: #656F86 1px solid;
	 BORDER-LEFT: #848484 1px solid;
	 BACKGROUND-COLOR: #656F86;
	 font-family: Verdana;
    font-size: 10px;
	 line-height: 12px;
}

.ItemMouseOut
{
    	 WIDTH: 100%;
	 font-family: Verdana;
     	 font-size: 10px;
}
/**********end menu**********/

a.topmenu
{
	 text-decoration : none;
	 color : #FFFFFF;
	 font-weight : bold;
	 font-family: Verdana;
	 font-size: 10px;
}

a.topmenu:hover
{
	 text-decoration : underline;
	 color : #FFAC4A;
	 font-weight : bold;
	 font-family: Verdana;
	 font-size: 10px;
}

a.topmenu:active
{
	 text-decoration : none;
	 color : #FFFFFF;
	 font-weight : bold;
	 font-family: Verdana;
	 font-size: 10px;
}

a.topmenu:visited
{
	 text-decoration : none;
	 color : #FFFFFF;
 	 font-weight : bold;
	 font-family: Verdana;
	 font-size: 10px;
}
 
a.bottommenu
{
	 text-decoration : none;
	 color : #191970;
	 background-color: transparent;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
}

a.bottommenu:hover
{
	 text-decoration : none;
	 color: #000000;
	 background-color: #D0DDE3;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
}

a.bottommenu:active
{
	 text-decoration : none;
	 background-color: transparent;
	 color : #000000;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
}

a.bottommenu:visited
{
	 text-decoration : none;
	 background-color: transparent;
	 color : #191970;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
}

a.bodypart
{
	 text-decoration : none;
	 color : #5D5D5D;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 16px;
}

a.bodypart:hover
{
	 text-decoration : underline;
	 color: #004DC1;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 16px;
}

a.bodypart:active
{
	 text-decoration : none;
	 color : #000000;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 16px;
}

a.bodypart:visited
{
	 text-decoration : none;
	 color : #5D5D5D;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 16px;
}
 
a.leftmenu
{
	 text-decoration : none;
	 color : #004DC1;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 13px;
}

a.leftmenu:hover
{
	 text-decoration : underline;
	 color: #004DC1;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 13px;
}

a.leftmenu:active
{
	 text-decoration : none;
	 color : #000000;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 13px;
}

a.leftmenu:visited
{
	 text-decoration : none;
	 color : #004DC1;
	 font-weight : normal;
	 font-family: Verdana;
	 font-size: 10px;
	 line-height: 13px;
}
 
.txt
{
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	word-spacing: 1px;
	color: #3E3E3E;
}

.aparttxt
{
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	word-spacing: 1px;
	color: #314166;	
}

 /**************For sub page only*************/
a.subleft
{
	text-decoration : none;
	color : #606060;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
}

a.subleft:hover
{
	text-decoration : none;
	color: #002C44;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
	background-color: #D7DDEA;
}

a.subleft:active
{
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
}

a.subleft:visited
{
	text-decoration : none;
	color : #002C44;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
}
 
a.subright
{
	text-decoration : none;
	color : #606060;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}

a.subright:hover
{
	text-decoration : none;
	color: #002C44;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	background-color: #D3E5ED;
}

a.subright:active
{
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}

a.subright:visited
{
	text-decoration : none;
	color : #002C44;
	font-weight : bold;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}
 
.subbodytxt
{
	font-family: tahoma;
	font-size: 11px;
	color: #606060;
	line-height: 17px;
	word-spacing: 2px;
	font-style: normal;
	letter-spacing: 1px;
	text-align: justify;
}

a.subbodylink
{
	text-decoration : underline;
	color : #191970;
	font-weight : normal;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	word-spacing: 2px;
	letter-spacing: 1px;
}

a.subbodylink:hover
{
	text-decoration : none;
	color: #191970;
	background-color: #D6EAF5;
	font-weight : normal;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	word-spacing: 2px;
	letter-spacing: 1px;
}

a.subbodylink:active
{
	text-decoration : none;
	color : #000000;
	font-weight : normal;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	word-spacing: 2px;
	letter-spacing: 1px;
}

a.subbodylink:visited
{
	text-decoration : none;
	color : #191970;
	font-weight : normal;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
 
.subhead
{
	font-family: tahoma;
	font-size: 11px;
	color: #006699;
	line-height: 17px;
	word-spacing: 2px;
	font-style: bold;
	font-weight: bold;
	letter-spacing: 1px;
	background-attachment: fixed;
	background-image: url(images/bullet.gif);
	background-position: left;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	padding-left: 10px;  
}

/*****************for site map*******************/
.subitem
{
	background-color: #F7F7F7;
	height: 17px;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #606060;
	word-spacing: 2px;
	letter-spacing: 1px;
}

a.subitem
{
	background-color: #F7F7F7;
	text-decoration: none;
	font-family: tahoma;
    	font-size: 11px;
	font-weight: normal;
    	color: #606060;
    	line-height: 17px;
    	word-spacing: 2px;
    	font-style: normal;
    	letter-spacing: 1px;
    	padding-left: 5px;
    	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}

a.subitem:hover
{
	background-color: #FFFFFF;
	text-decoration: overline;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	word-spacing: 2px;
	font-style: normal;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 4px;	
	padding-bottom: 0px;
	padding-top: 0px;
}

a.subitem:active
{
	background-color: #F7F7F7;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	word-spacing: 2px;
	font-style: normal;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}

a.subitem:visited
{
	background-color: #F7F7F7;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	word-spacing: 2px;
	font-style: normal;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}


/**********************************************/
.mainitem
{
	background-color: #E0E0E0;
	height: 17px;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #494848;
	word-spacing: 2px;
	letter-spacing: 1px;
}

a.mainitem
{
	background-color: #E0E0E0;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #494848;
    	line-height: 17px;
    	word-spacing: 2px;
    	font-style: normal;
    	letter-spacing: 1px;
    	padding-left: 5px;
    	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
}

a.mainitem:hover
{
 	background-color: #F7F7F7;
 	text-decoration: none;
 	font-family: tahoma;
 	font-size: 11px;
 	font-weight: normal;
 	color: #000000;
 	line-height: 17px;
 	word-spacing: 2px;
 	font-style: normal;
 	letter-spacing: 1px;
 	padding-left: 5px;
 	padding-right: 4px;	
 	padding-bottom: 0px;
 	padding-top: 0px;
}

a.mainitem:active
{
 	background-color: #E0E0E0;
 	text-decoration: none;
 	font-family: tahoma;
 	font-size: 11px;
 	font-weight: normal;
 	color: #000000;
 	line-height: 17px;
 	word-spacing: 2px;
 	font-style: normal;
 	letter-spacing: 1px;
 	padding-left: 5px;
 	padding-right: 4px;
 	padding-bottom: 0px;
 	padding-top: 0px;
}

a.mainitem:visited
{
 	background-color: #E0E0E0;
 	text-decoration: none;
 	font-family: tahoma;
 	font-size: 11px;
 	font-weight: normal;
 	color: #000000;
 	line-height: 17px;
 	word-spacing: 2px;
 	font-style: normal;
 	letter-spacing: 1px;
 	padding-left: 5px;
 	padding-right: 4px;
 	padding-bottom: 0px;
 	padding-top: 0px;
}

/********************************************************************/
                                 /*Start Form eliments*/
/********************************************************************/
.textinpt
{
	font-weight: normal;
	height: 18px;
	background-color: #F8F8F8;
	font-family: tahoma;
	font-size: 8pt;
	word-spacing: 2px;
	letter-spacing: 1px;
	color: #606060;
	border : 1px ridge #3D5384;
	padding : 1px 2px 2px 2px;
	margin-top : 0px;
}

.chbox
{
	background-color: #E8E8E8;
	height: 15px;
	width: 15px;
}

.txtarea
{
	font-weight: normal;
	background-color: #F8F8F8;
	font-family: tahoma;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 8pt;
	color: #606060;
	border : 1px ridge #3D5384;
	vertical-align : middle;
	padding : 1px 2px 2px 2px;
}

.combox
{
	font-weight: normal;
	background-color: #F8F8F8;
	font-family: tahoma;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 8pt;
	color: #606060;
	border : 1px ridge #3D5384;
	/*vertical-align : middle;*/
	padding : 1px 2px 2px 2px;
	margin: 0px;
}

.btn
{
	border: 1px ridge #3D5384;
	background-color: #F8F8F8;
	font-family: tahoma;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-size: 8pt;
	color : #5B5B5B;
	height: 18;
	padding-left: 5px;
	padding-right: 5px;
	font-weight : none;
}

.errmsg
{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: red;
}

/********************************************************************/
                                 /*End Form eliment*/
/********************************************************************/