﻿body {
  margin: 7px;
  font:12px Verdana, Arial, Helvetica, sans-serif;
}
#nav {

  font-size: 12px;
  opacity: 0.8;
}
#nav a {
  display: block;
  width: 110px;
  height: 15px;
  padding: 3px 5px 12px;
  background: #82a2d3;
  color: #fff;
  text-decoration: none;
}
#nav a:hover {
  background: #333;
}
#nav li {
  width: 130px;
  height:30px;
   overflow:hidden; 
  background: #acc3e2;
  padding-bottom: 3px;
}
#nav ul {
  position: absolute;
  margin-left: 120px;
  margin-top: -30px;
}
html>body #nav ul {
  margin-left: 129px;
  margin-top: -39px;
}
#nav ul {
  display: none;
}
#nav li.show ul {
  display: block;
}
#nav li.show li ul {
  display: none;
}
#nav li li.show ul {
  display: block;
}

#a { float:left;} 


div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
ul,ol,li{
	list-style-type: none;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	
}
input,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333;
	padding-right: 2px;
	padding-left: 2px;
}
.inputNum{
	text-align: center;
}
.inputSearch1{
	width: 94px;
}
.inputSearch2{
	width: 149px;
}
A {color: #000000; text-decoration: none;}
A:hover {color: #007C7D;}

.link_blue{
	color: #5465F9;
}
.link_greenU A{
	color: #01632C; text-decoration: underline;
}
.link_greenU A:hover{
	color: #C00000; text-decoration: none;
}
.link_green{
	color: #8E8E8E;
}
.link_org{
	color: #0033FF;
}
.link_org A{
	color: #0033FF;
}
.link_org A:hover{
	color: #0033FF; text-decoration: underline;
}
a.link_org2{
	color: #FF4D00;
}
a.link_org2:hover{
	color: #FF4D00; text-decoration: underline;
}
.txtB{  
   font-weight: bold;
}
.STYLE2 {
	font-size: 30px;
	font-weight: bold;
}
.STYLE3 {
         font-size: 16px        
}
