@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
background:#777 url(images/bg.jpg) repeat-x top;
}

td { 
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333;
}

#menu {
padding-top:2px;
}

#menu ul {
list-style:none;
margin:0px;
padding:0px;
}

#menu ul li a{
line-height:18px;
background:#ffe477 url(images/arrow-off.gif) no-repeat left;
padding-left:26px;
margin-left:14px;
margin-bottom:6px;
font-weight:bold;
display:block;
color:#333;
text-decoration:none;
}

#menu ul li a:hover {
background:#666 url(images/arrow-on.gif) no-repeat left;
color:#fff;
}

#menu ol {
list-style:none;
margin:0px;
padding:0px;
margin-top:-4px;
}

#menu ol li a{
line-height:12px;
background:none;
padding-left:30px;
margin-left:14px;
margin-bottom:2px;
font-weight:bold;
color:#656565;
font-size:9px;
display:block;
text-decoration:none;
}

#menu ol li a:hover{
background:#ffe477;
}

#content {
background:#fff;
padding-left:20px;
text-align:justify;
line-height:12px;
}

#content2 {
background:#fff;
padding:20px;
text-align:justify;
line-height:12px;
}

#copyright {
text-align:right;
padding-right:12px;
margin-bottom:20px;
}

#footer{
background:#666666;
color:#fff;
text-align:right;
padding-right:20px;
line-height:28px;
}#content3 {
	font-size: 18px;
	line-height: 12px;
	font-weight: bold;
}
#content-heading {
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
}
H1     { font-size: medium }
