@charset "utf-8";
/* CSS Document */
body,form,ul { margin:0; padding:0}
body { font-size:12px; color:#333; font-family:Verdana, Geneva, sans-serif; line-height:20px;}
.main { width:997px; margin:0px auto;}
#topmenu { background-image:url(../images/topbar_bg.jpg); padding-left:140px; line-height:31px; font-weight:bold; font-size:14px;}
#topmenu ul {}
#topmenu li
{
float: right;
margin: 0;
padding: 0px;
width: 150px;
display: block;
text-align:center;
border-left:#d6d7dc 1px solid;
border-bottom:#d6d7dc 1px solid;
border-top:#d6d7dc 1px solid;
}

#topmenu li a, #topmenu li a:link
{
background: #f4f4f4;
color: #555;
text-decoration: none;
padding: 0px 5px;;
display: block;
}

#topmenu li a:hover
{
color: #039;
cursor: pointer;
background: #eee;
}

#topmenu li a#current, #topmenu li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
}

#topmenu li a#current:hover
{
background: #eee;
}

.titler { font-weight:bold; background-color:#9cf;}
.titlel { text-decoration:underline; font-weight:bold; font-size:14px; color:#00f;}
.content td { padding:9px;  vertical-align:top;}
#footer { text-align:right; color:#999;}
#com img { border:#999 1px solid;}

