#container	{
	background: #999;
	color: #000;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	width: auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
}

body {
	background: #700;
	text-align: left;
	font-size: 10pt;
} 

h1, h2, h3, h4, h5, h6 {
	color: #0f0;
}
h1, h2{
	color: #0f0;
	background: #555;
	font-size: 10pt;
}

p {
	font-weight: bold;
	text-align: justify;
	margin: 1em;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
}

div#nav {width: 10em;  padding: 0px; }  
div#nav ul {margin: 0; padding: 0; width: 10em; background: #fff;   border-left: 1px solid #000; border-top: 1px solid #000; border-right: 1px solid #000;}  
div#nav ul li {position: relative; list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #000;} 
div#nav ul li:hover {background: #bbb;}
div#nav ul li.submenu {background: url(submenu.gif) 95% 50% no-repeat;}
div#nav ul li.submenu:hover {background-color: #eee;}
div#nav ul li a {display: block; padding: 0.25em 0 0.25em 0.5em;  text-decoration: none; color: black; width: 9.5em;}
div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 9.5em;   display: none;}
div#nav ul.level1 li.submenu:hover ul.level2{display:block;}

#navcol {
	background: #ddd; 
}

#toprowmain{
	background: url(../images/new.jpg) ; 
}

#contentbody {
	color: #000;
	background: #ddd;
	float:left;
	font-size: 10pt;
	margin-left:5px;
	padding: 2px;
	padding-bottom: 20px;
	overflow: auto;	
	
	scrollbar-base-color: #ffffff; 
	scrollbar-track-color: #fff;
	scrollbar-face-color: #555;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #fff;
}


#aff, #des {
	display: none;
}

#footer{
	color: #fff;
	background: #555;
}
/*############################## TABLE ##############################*/
ul{
	list-style-type: disc;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

li{
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 30px;
}
/*inherited from default*/
table
{
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
	background-color: #fff;
	width: auto;
	margin-left:auto;
	margin-right:auto;	
}
table th
{
	text-align: center;
	border: 2px solid #000;
	padding: 2px;
}
table td{
	text-align: left;
	border: 2px solid #000;
	padding: 2px;
}

/*local*/
table th{
	font-size: 9pt;
	color: #fff;
	background: #555;
}

table td{
	font-size: 9pt;
	font-weight: normal;
	background: #eee;
}
