body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #bbbbbb;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #336699;
	vertical-align: top;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	border:1px solid #000;
}

.menu {
        width: 140px;
		vertical-align:top;
		border-left:1px solid #000;
        border-right: 1px solid #000;
        font-family:Arial;
        font-size : 12px;
        background-color: #DDDDDD;
        color: #333;
        }

        .menu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        .menu li {
                border-bottom: 1px solid #FF0000;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        .menu li a {
                display: block;
				padding-left:5px;
				padding-bottom:5px;
				padding-top:5px;
                border-left: 10px solid #aaaaaa;
                border-right: 10px solid #cccccc;
                background-color: #bbbbbb;
                color: #000;
                text-decoration: none;
                width: 100%;
                }

        html>body .menu li a {
                width: auto;
                }

        .menu li a:hover {
				font-weight:bold;
                border-left: 10px solid #FF0000;
                border-right: 10px solid #FF0000;
                background-color: #CCCCCC;
                color: #000;
                }
				
		.menu li .menu_current {
				font-weight:bold;
                border-left: 10px solid #aaaaaa;
                border-right: 10px solid #cccccc;
                background-color: #bbbbbb;
                color: #000;
		}

        .menu li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #000;
                }

.current {
	font-weight:bold;
}
.content {
	width:670px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	vertical-align: top;
	border-right:1px solid #000;
}
.footer {
	border:1px solid #000;
	border-top:1px solid #000;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 16px;
}