/* The white header for the orange title */
H1{
	color:#ffffff;
	font-size:26px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	margin-bottom: 0px;
	margin-top: 0px;
}

H2{
	color:#ffffff;
	font-size:18px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	margin-bottom: 0px;
	margin-top: 0px;
}

H3{
	color:#000000;
	font-size:16px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	margin-top: 0px;
	margin-bottom: 0px;
}

H4{

	color:#0169B2;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal; 
	margin: 0px;
}

H5{

	color:#000000;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	margin: 0px;
}

TD{
	color:#000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal; 
}

a{
color:#B23147
}

a VISITED{
color:#B23147
}

SELECT{
	font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal; 
}

Input{
	font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal; 
}

.noline{
	text-decoration:none;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.menu1 a{
	color: #ffffff;
}


.menu2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
}

.menu2 a{
	color: #000000;
}


.menu { 
	list-style-type: none; 
	margin: 0px; padding: 0px; 
} 

.menu li:hover > ul { display: block; }

.menu li { float: left;} 



.submenu1 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
}

.submenu1 {
	BORDER: #e6e6e6 1px solid;
	PADDING: 2px; 
	background-color: #003A76;
	width: 160px; 
}

.submenu1 a { 
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 157px; 
	PADDING: 2px;
}


.submenu1 a:hover { 
	background-color: #e6e6e6;
	COLOR: #000000;
}

#submenu1
{	
    BORDER: #e6e6e6 1px solid;
    PADDING: 2px;
    LIST-STYLE-TYPE: none
}
#submenu1 UL
{	
    BORDER: #e6e6e6 1px solid;
    PADDING: 2px;
    Z-INDEX: 99;
    MARGIN: 0px;
    OVERFLOW: visible;
    LIST-STYLE-TYPE: none;
    POSITION: relative;
    BACKGROUND-COLOR: #003A76
}
#submenu1 LI
{
    DISPLAY: block;
    MARGIN: 0px;
    WIDTH: 150px;
    POSITION: relative;
    HEIGHT: 1.5em;
    BACKGROUND-COLOR: #003A76
}
#submenu1 A
{
    DISPLAY: block;
    BACKGROUND-COLOR: #003A76;
    TEXT-DECORATION: none
}
#submenu1 A:hover
{
   BACKGROUND-COLOR: #e6e6e6;
}
#submenu1 UL
{
    DISPLAY: none;
    LEFT: 157px;
    WIDTH: 170px;
    POSITION: absolute;
    TOP: 0px
}

#submenu1 UL A
{
width: 168px;
}


#submenu1 UL UL
{
    DISPLAY: none;
    LEFT: 165px;
    POSITION: absolute;
}
#submenu1 UL UL UL
{
    DISPLAY: none;
    LEFT: 12em;
    POSITION: absolute;
    TOP: 0px
}
#submenu1 LI:hover UL UL
{
    DISPLAY: none
}
#submenu1 LI:hover UL UL UL
{
    DISPLAY: none
}
#submenu1 LI:hover UL
{
    DISPLAY: block
}
#submenu1 UL LI:hover UL
{
    DISPLAY: block
}
#submenu1 UL UL LI:hover UL
{
    DISPLAY: block
}



/*           */
.submenu2 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
	BORDER: #e6e6e6; 1px solid;
	PADDING: 2px; 
	background-color: #003A76;
	width: 170px; 
}

.submenu2 a { 
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 167px; 
	PADDING: 2px;
}

.submenu2 a:hover { 
	background-color: #e6e6e6;
	COLOR: #000000;
}



#submenu2
{	
	BORDER: #e6e6e6 1px solid;
    PADDING: 2px;
    LIST-STYLE-TYPE: none
}
#submenu2 UL
{	
    BORDER: #e6e6e6 1px solid;
    PADDING: 2px;
    Z-INDEX: 99;
    MARGIN: 0px;
    OVERFLOW: visible;
    LIST-STYLE-TYPE: none;
    POSITION: relative;
    BACKGROUND-COLOR: #003A76
}
#submenu2 LI
{
    DISPLAY: block;
    MARGIN: 0px;
    WIDTH: 150px;
    POSITION: relative;
    HEIGHT: 1.5em;
    BACKGROUND-COLOR: #003A76
}
#submenu2 A
{
    DISPLAY: block;
    BACKGROUND-COLOR: #003A76;
    TEXT-DECORATION: none
}
#submenu2 A:hover
{
   BACKGROUND-COLOR: #e6e6e6;
}
#submenu2 UL
{
    DISPLAY: none;
    LEFT: 167px;
    WIDTH: 150px;
    POSITION: absolute;
    TOP: 0px
}

#submenu2 UL A
{
width: 150px;
}


#submenu2 UL UL
{
    DISPLAY: none;
    LEFT: 165px;
    POSITION: absolute;
}
#submenu2 UL UL UL
{
    DISPLAY: none;
    LEFT: 12em;
    POSITION: absolute;
    TOP: 0px
}
#submenu2 LI:hover UL UL
{
    DISPLAY: none
}
#submenu2 LI:hover UL UL UL
{
    DISPLAY: none
}
#submenu2 LI:hover UL
{
    DISPLAY: block
}
#submenu2 UL LI:hover UL
{
    DISPLAY: block
}
#submenu2 UL UL LI:hover UL
{
    DISPLAY: block
}



/*           */
.submenu3 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
	BORDER: #e6e6e6 1px solid;
	PADDING: 2px; 
	background-color: #003A76;
	width: 150px; 
}

.submenu3 a { 
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 147px; 
	PADDING: 2px;
}

.submenu3 a:hover { 
	background-color: #e6e6e6;
	COLOR: #000000;
}

/*           */
.submenu4 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
	BORDER: #e6e6e6 1px solid;
	PADDING: 2px; 
	background-color: #003A76;
	width: 150px; 
}

.submenu4 a { 
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 147px; 
	PADDING: 2px;
}

.submenu4 a:hover { 
	background-color: #e6e6e6;
	COLOR: #000000;
}


/*           */
.submenu5 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
	BORDER: #e6e6e6 1px solid;
	PADDING: 2px; 
	background-color: #003A76;
	width: 150px; 
}

.submenu5 a { 
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 147px; 
	PADDING: 2px;
}

.submenu5 a:hover { 
	background-color: #e6e6e6;
	COLOR: #000000;
}

/*           */
.submenu6 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
	BORDER: #e6e6e6 1px solid;
	PADDING: 2px; 
	background-color: #003A76;
	width: 150px; 
}

.submenu6 a { 
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 147px; 
	PADDING: 2px;
}

.submenu6 a:hover { 
	background-color: #e6e6e6;
	COLOR: #000000;
}



.submenu7 { 
	list-style-type: none; 
	margin: -10px; 
	display: none; 
	position: absolute; 
	margin-top: 13px; 
	BORDER: #003A76 1px solid;
	PADDING: 2px; 
	background-color: #E6E6E6;
	width: 150px; 
}

.submenu7 a { 
	COLOR: #000000;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 147px; 
	PADDING: 2px;
}

.submenu7 a:hover { 
	background-color: #003A76;
	COLOR: #FFFFFF;
}


.submenu8 { 
	list-style-type: none; 
	margin: -4px; 
	display: none; 
	position: absolute; 
	margin-top: 18px; 
	BORDER: #003A76 1px solid;
	PADDING: 2px; 
	background-color: #E6E6E6;
	width: 45px; 
}

.submenu8 a { 
	COLOR: #000000;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	text-decoration: none; 
	display: block; 
	width: 42px; 
	PADDING: 2px;
}

.submenu8 a:hover { 
	background-color: #003A76;
	COLOR: #FFFFFF;
}


#divCont{
	position:relative; 
	width:180; 
	height:150; 
	overflow:hidden; 
	clip:rect(0,180,150,0); 
	visibility:hidden
}

#divText{
	position:relative;
}



.sidemenu a{
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
	line-height: 18pt;
}
.sidemenu a:hover{
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003A76;
	text-decoration: underline;
	
}

.btmmenu { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
}
.btmmenu a{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
}

.copyright { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #003366; 
	font-weight: normal; 
}

.txthome a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing:0px;
	line-height: 15pt;
}

.txthome a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing:1px;
	line-height: 15pt;
}

.list_l{
	margin-left: -24px;
	margin-top: 5;
}
.list_s_l{
	margin-left: -14px;
}


.redlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	list-style-image: url(imgs/bul_red.gif);
	list-style-type: square;
	margin-bottom: 0px; 
}


.bluelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	margin-bottom:0px;margin-top:0px;
}

.whtlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	list-style-image: url(imgs/bul_wht.gif);
	list-style-type: square;
}
/* blklist used on activation page for instructions on the side*/
.blklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 1px 0px 1px 22px;
}

/* for the linked box on the right of product and customer pages*/

.txtwhite{
	color:#ffffff;
}

.txttableblue b{
	color:#0069B3
}

.quot{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #004185;
}

/*for file size*/
.txtgrey{
	color: #999999;	
}
.txtred{
	color:#990033;
}
.txtredbold{
	color:#990033;
	font-weight: bold;
}
.txtdarkorangebold{
	color:#D84E03;
	font-weight: bold;
}
.txtwhite{
	color:#ffffff;
}
.txtwhitebold{
	color:#ffffff;
	font-weight: bold;
}
.txtwhite a{
	color:#ffffff;
}

.txtdarkgreybold{
	color:#666666;
	font-weight: bold;
}
.txtblue{
	color:#0F5DA8;
}
.txtdarkblue{
	color:#003A76;
}
.txtbluebold{
	color:#0F5DA8;
	font-weight: bold;

}
.smaltbl td{
	font-size:11px
}
.txtdarkgrey{
	color:#666666;
}
.txtwhitelink
{
	color:#ffffff;
}.txtwhitelink a
{
	font-weight: bold;
	color:#ffffff;
}
.txtwhitelink a:hover{
	font-weight: bold;
	color:#ffffff;
}
.formtxtred {

	color:#CC0033;
}

.copyright { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #003366; 
	font-weight: normal; 
}

.txthome a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing:0px;
	line-height: 15pt;
}

.txthome a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing:1px;
	line-height: 15pt;
}

.list_l{
	margin-left: -24px;
}
.list_s_l{
	margin-left: -14px;
}


.redlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	list-style-image: url(imgs/bul_red.gif);
	list-style-type: square;
}

.bluelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	list-style-image: url(imgs/bul_blue.gif);
	list-style-type: square;
}

.whtlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-position: outside;
	list-style-image: url(imgs/bul_wht.gif);
	list-style-type: square;
}

/* for the linked box on the right of product and customer pages*/

.txtwhite{
	color:#ffffff;
}

.txttableblue b{
	color:#0069B3
}

.quot{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #004185;
}

/*for file size*/
.txtgrey{
	color: #999999;	
}
.txtred{
	color:#990033;
}
.txtredbold{
	color:#990033;
	font-weight: bold;
}
.txtdarkorangebold{
	color:#D84E03;
	font-weight: bold;
}
.txtwhite{
	color:#ffffff;
}
.txtwhitebold{
	color:#ffffff;
	font-weight: bold;
}
.txtwhite a{
	color:#ffffff;
}

.txtdarkgreybold{
	color:#666666;
	font-weight: bold;
}
.txtblue{
	color:#0F5DA8;
}
.txtdarkblue{
	color:#003A76;
}
.txtbluebold{
	color:#0F5DA8;
	font-weight: bold;

}
.smaltbl td{
	font-size:11px
}
.txtdarkgrey{
	color:#666666;
}
.txtwhitelink
{
	color:#ffffff;
}.txtwhitelink a
{
	font-weight: bold;
	color:#ffffff;
}
.txtwhitelink a:hover{
	font-weight: bold;
	color:#ffffff;
}
.txtpurpbold{
	font-weight: bold;
	color:#4c598f;
}

.formtxtred {

	color:#CC0033;
}

.copyrightwht {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: normal;
}

.copyrightwht a{
	color: #FFFFFF; 
}

.monofont{
	font-family: "Courier New", Courier, mono; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal;
}
.serverbased a{
	color:#0169B2;
	font-size:16px;
	font-weight:bold;
}

.tmbTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #336699; 
	font-weight: bold;
}


.txtdarkorange{
	color:#D84E03;
}

.headerOrange{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #F76E1E; 
	font-weight: bold;
}
.ResponceTxt {
	color:#666666;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}