@charset "utf-8";
/* CSS Document */

body {
margin: 10px;
background:#222;
}

td { 
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333;
}

#menu ul {
list-style:none;
margin:0px;
padding:0px;
}

#menu ul li a{
line-height:18px;
background:#eaeaea url(images/arrow-off.gif) no-repeat left;
padding-left:26px;
margin-left:20px;
margin-bottom:6px;
font-weight:bold;
display:block;
color:#333;
text-decoration:none;
}

#menu ul li a:hover, #menu ul li.on {
background:#cc0000 url(images/arrow-on.gif) no-repeat left;
color:#fff;
}

#content {
background:#fff;
padding:20px;
padding-top:0px;
padding-bottom:0px;
text-align:justify;
line-height:12px;
}

#footer {
text-align:right;
padding-right:12px;
color:#fff;
}#heading {
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #D83536;
	text-decoration: none;
}

