body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #fff;
	margin: 10px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

.header {
	background-color: #ff0000;
	vertical-align: middle;
	text-align: center;
	color: #000;
	height: 130px;
	font-size: 20px;
	font-weight: bold;
}

.menu {
	background-color: #eeeeee;
	padding: 10px;
	width: 170px;
	vertical-align: top;
}

.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.menu li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        }

.menu li a:link, .menu li a:visited {
        color: #000;
        display: block;
        background:  url(menu7.gif);
        padding: 8px 0 0 30px;
        }

.menu li a:hover, .menu li .current {
        color: #FFF;
        background:  url(menu7.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }
        
.content {
	background-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	vertical-align: top;
}

.footer {
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	height: 10px;
	color: #000000;
}
