body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 1e1a1b;
	
}
.hr { 
    padding: 0;
    margin: 0;
    padding: 1px;
    background: transparent url(../images/hr.gif) repeat-x bottom;	
    line-height: 1px;
}
a {
	font-size: 10px;
	color: #999999;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
}
a2 {
	font-size: 12px;
	color: #999999;
}
a2:link {
	text-decoration: underline;
	color: #999999;
}
a2:visited {
	text-decoration: underline;
}
a2:hover {
	text-decoration: none;
	color: #999999;
}
a2:active {
	text-decoration: underline;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 9px}
.formage {
	font-size: 11px;
 	background-color: #ffffff;
 	border: 1px solid #999999;
 	padding:3px;
 	width: 200px;
 	margin-bottom:5px;
 }
 .devform {
 	font-size: 11px;
 	text-align:center;
 	color: #666666;
 	background-color: #F6F1D4;
 	border: 0px solid;
 	padding:3px;
 	width: 200px;
 	margin-bottom:5px;
 }
  .alert {
 	font-size: 11px;
	padding:3px;
 	color:#FFFF00;
 	background-color: #0000FF;
 }
 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #ffffff;
}

#nav a {
	text-decoration: none;
	background:#666666;
}

#nav li li a {
	display: block;
	width:17em;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1e1a1b;
	background:#ffffff; 
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
	padding: 5px;
	font-size: 10px;
}

#nav li li a:hover {
	padding: 5px;
	border-bottom: 1px dashed #ffffff;
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	background: #00554e;
	color:#FFFFFF;
}

li {
	float: left;
	position: relative;
	width: 11.55em;
	text-align: left;
	cursor:pointer;
	background-color: white;
	border: 0px solid #781920;
	border-width: 0px 0;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../images/rollback.gif) center left no-repeat;
	padding: 3 0 0 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color:transparent;
	border: 0px;
	border-color:#FFFFFF
}

li:hover ul, li.over ul {
	display: block;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style4 {color: #00554E}
.style5 {font-size: 20px}
.style6 {color: #D09D10}