body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
    height: 100%;
	background-color: #333333;
	margin: 0px;
	
}
a:link, a:visited, a:active {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #99CC33;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	padding: 0px;
	width: auto;
	vertical-align: top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	word-spacing: 0px;
	list-style-position: outside;
	list-style-type: square;
	display: compact;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;	
	
}
.current {
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 100%;
}
.botom {
	background-color: #CC9933;
	text-align: center;
	font-size: 100%;
	height: 100%;
	background-position: top;
	display: none;
	padding-top: 0px;
	
}