body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}

table, td {
	width:100%;

	border:0px;
}

td { vertical-align:top;}
	img { border:0px;
}
.main_text, table, li, input, textarea	{
	font-family:Tahoma;
	font-size:13px;
	line-height:15px;
	color:#000000;
}
.nav_text{
	font-family:Tahoma;
	font-size:14px;
	color:#ffffff;
}
.navBTNLI{
	list-style-image:url(../images/arrw.jpg);
}
.ls_text, .ls_text a { 
	color:#D1D1D1; 
	line-height:11px; 
	font-family:Arial;}
.ls_text span { font-size:9px;
}
.input	{
	width:100px; height:15px; 
	border-color:#8A8A8A; 
	border-width:1px; background-color:#ffffff; 
	border-style:solid; color:#000000; margin-bottom:5px;
}
.input1 {
	width:80px; 
	height:21px; 
	border-color:#888888; 
	border-width:1px; 
	background-color:#7FB27F; 
	border-style:solid; 
	padding-left:5px; color:#ffffff;
}





li  { 
	margin: 0px; 
	padding:0px 0px 0px 10px; 
	line-height:20px;
}




a:link { color: blue; }
a:link { text-decoration: none; }
a:visited { color: blue; } 
a:hover { color: black; }
a:hover { text-decoration: underline; }



h4 {
font-size:14px;
padding:2px 0px;
margin:0px
}

h6 {
font-size:14px;
text-align:left;
color:#101010;
background-color:#F0F0F0;
padding:2px 0px;
margin:0px
}








.line { 
	margin-top:9px; 
	height:1px; 
	background-color:#CECECE;
}

.cTEXT, .cTEXT a { 
	font-size:10px; 
	color:#ffffff; 
	text-decoration:none;
}
.cTEXT a:hover { 
	text-decoration:underline;
}













#navcontainer { width: 200px; }

 #navcontainer ul
 {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif;
 width: 100%;
 }

 #navcontainer li
 {
 margin: 0px;
 padding: 0px;
 line-height: 20px;
 }

 #navcontainer ul li a
 {
 display: block;
 width: 180px;
 padding-left: 20px;

/*  bg color navlist */

 background-color: #004900;
 font-size: 0.9em;
 }

 #navcontainer ul li a:link, #navcontainer ul li a:visited
 {
 color: #E2E2F5;
 text-decoration: none;
 background-repeat: no-repeat;
 background-position: left top;
 }

 #navcontainer ul li a:hover
 {
 background-color: #3E228B;
 color: #fff;
 }

 #navcontainer ul ul li a
 {
 display: block;
 padding-left: 40px;
 width: 160px;
 background-color: #6565AB;
 font-size: 0.8em;
 }

 #navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
 {
 color: #E2E2F5;
 text-decoration: none;
 background-repeat: no-repeat;
 background-position: left top;
 }

 #navcontainer ul ul li a:hover
 {
 background-color: #7575C1;
 color: #E2E2F5;
 }

 /* selected states */
 #navcontainer ul li a#current
 {
 font-weight: bold;
 color: #6699CC;
 background-repeat: no-repeat;
 background-position: left top;
 background-color: #3E228B;
 }

 #navcontainer ul ul li a#subcurrent
 {
 font-weight: bold;
 color: #98C8F7;
 background-repeat: no-repeat;
 background-position: left top;
 background-color: #7575C1;
 }

