body{
	margin: 0px;
	background: #111111;
}
body, div, td{
	font-family: verdana,arial, times;
	color: #aaaaaa;
	font-size: 12px;
}
.container{
	background: #000000;
	text-align:left;
}
.footer{
	background: #000000;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
	border-top: #222222 0px solid;
	font-size: 8px;
}
h1, form{
	margin: 0px;
}
h1 A:link, h1 A:visited, h1 A:active, h1 A:hover{
	color: #1c3f8f;
	text-decoration: none;
}
h2{
	border-bottom: #AAAAAA 1px solid;
	margin-bottom: 5px;
}
h3, h4{
	margin-bottom: 5px;
}
.main{
	padding: 1px;
}
.menu{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: #333333 3px solid;
	background: #000000;
}
.nopage, .nopage:link, .nopage:visited{
	color: #222222;
}
.outlink{
	background: url(external.png) center right no-repeat;
    padding-right: 13px;
}
.submenu{
	padding: 3px 5px 3px 5px;
}
.submenu A:link, .submenu A:visited, .submenu A:active{
	display: inline;
	color: #aaaaaa;
	text-decoration: none;
	border: #555555 1px solid;
	padding: 3px 3px 3px 3px;
	background: #222244;
}
.submenu A:hover{
	color: #aaaaaa;
	text-decoration: none;
	background: #000000 url(navbg2.jpg);
	background-repeat: repeat-x;
}
A:link, A:visited, A:active{
	color: #8888ff;
	text-decoration: underline;
}
A:hover{
	color: #bbbbff;
	text-decoration: underline;
}