@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}
a {
color:#990000;
text-decoration:none;
font-size:12px;
}
a:hover {
text-decoration:underline;
}

h1, h2 {
color:#990000;
font-size:14px;
font-weight:normal;
margin:0px;
padding:0px;
}
h2 {
font-size:12px;
font-weight:bold;
}
.hlt {
color:#990000;
}
.content {
background:url(images/level.jpg) top right repeat-y;
}
table {
font-size:12px;
line-height:1.4em;
}
a.menu {
display:block;
background: url(images/menu_bg.jpg) top left repeat-x;
width:159px;
height:21px;
font-size:12px;
text-decoration:none;
padding:7px 0px 0px 18px;
color:#990000;
float:left;
}
*html a.menu { width:177px; height:28px;}
a.menu:hover {
color:#FF0000;
background:url(images/menu_bg.jpg) bottom left repeat-x;
text-decoration:none;
}
.menu_up {
background:url(images/bup.gif) repeat-x;
width:177px;
height:20px;
float:left;
}
.menu_dn {
background:url(images/bd.gif) repeat-x;
width:177px;
height:20px;
float:left;
}