address{
font:normal 11px/14px arial;
color:white;
}
address a{
color:white;
}

.mainmenu{
font: bold 12px/18px arial;
background: #555;
}

.mainmenu td{
padding: 0 10px;
}

.mainmenu a{
color: #fff;
text-decoration: none;
}

.child a{
color: #555;
text-decoration: none;
}

.mainmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.mainmenu li { /* all list items */
	float: left;
	position: relative;
	width: 80px;
}
.mainmenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	width: 12em;
	padding: 0.5em;
	border: solid #999;
	border-width: 1px 0 0 0;
	background: #fff;
}

.mainmenu li ul li {
	width: 100%;
	display: block;
	white-space: nowrap;
}

.mainmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.mainmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#data{
font: normal 75%/18px arial;
}

#data h1{
font: normal 24px/24px arial;
margin: 0;
padding: 0.5em 0 0 0;
}
#data h2{
font: normal 18px/18px arial;
margin: 0;
padding: 0.5em 0 0 0;
}

body{
font-family: arial, helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6{
font-family: tahoma;
font-weight: bold;
color: #333333;
}

.h3{
vertical-align: middle;
font-size: 18pt;
font-weight: normal;
}

h4{
font-size: 16pt;
font-weight: normal;
}

h5{
font-size: 14pt;
font-weight: normal;
}

td{
font-family: arial, helvetica, sans-serif;
font-size: 0.9em;
color: #333333;
}

a{
font-family: arial, helvetica, sans-serif, Tahoma;
font-weight: bold;
font-size: 0.9em;
color: #666666;
text-decoration: underlined;
}

a img{
border-color: #666666
}

a:visited img{
border-color: #999999
}

a:active img{
border-color: #cc0000
}

a:hover img{
border-color: #000000
}

a:visited{
color: #999999;
}

a:active{
color: #cc0000;
}

a:hover{
color: #000000;
}

a.m, a.m:hover, a.m:active, a.m:visited
{
font-weight: normal;
font-size: 90%;
color: #faf5ef;
text-decoration: none;
}

a.mm, a.mm:hover, a.mm:active, a.mm:visited
{
font-weight: normal;
font-size: 90%;
color: navy;
text-decoration: none;
padding: 2px;
}

a.m:hover, a.mm:hover
{
font-weight: normal;
color: lemonchiffon;
background-color: navy;
}

hr{
background-color: #999999
}

.copy{
font-family: tahoma;
font-size: 90%;
color: #666666;
}

ul{
list-style-image: url(/i/bullet.gif);
}

.nav{
font-family: tahoma;
font-size: 75%;
}
.td{
background-color: #ffffff;
vertical-align: top;
}
table.td{
width: 100%;
background-color: #000000;
}
caption{
font: bold 12pt;
margin-bottom: 10px;
}
td.td{
background-color: #ffffff;
vertical-align: top;
text-align: left;
}
thead td.td{
font-weight: bold;
background-color: #ffffff;
vertical-align: top;
text-align: left;
}

.submenu 
{
 visibility: hidden;
 POSITION: absolute;
 TOP:19px;
 border-bottom: solid navy;
 background-color: #eeeef0;
 width: auto;
 padding: 2px;
}

.engine
{
 POSITION: absolute;
 TOP:0px;
 height: 20px;
 width:80px;
 text-align: center;
 background-color: #82A1BD;
 background-image: url(/i/mbg.gif);
}

img.admin
{
 width: 120px;
 height: 160px;
 padding: 3px;
 float: left;
}