body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
body {
margin: 10px;
background-image: url(back.gif);
background-repeat:repeat-x;
}
a:link, a:visited, a:active {
color:#336699;
text-decoration: none;
}
a:hover {
color:#336699;
text-decoration: none;
border-bottom:#FF0000 1px solid;
}
form {
	margin: 0;
}
h1 {
font-weight:bold;
font-size: 16px;
border-bottom:#6699FF 1px solid;
}
h2 {
font-weight:bold;
font-size: 12px;
background-color:#C0C0C0;
}

.header {
	vertical-align: middle;
	text-align: center;
	height: 50px;
	font-size: 13px;
	color:#000099;
}
.menu {
background-color: #EEEEEE;
padding:10px;
width: 110px;
vertical-align: top;
border-top:1px solid #808080;
border-left:1px solid #808080;
}

.menu ul {
margin:0;
padding-bottom:5px;
}

.menu li {
margin:0;
padding-bottom:5px;
list-style-type:none;
}

.menu_current {
font-weight: bold;
}

.menu_default {
font-weight: normal;
}


.content {
background-color:#FFFFFF;
padding: 10px;
vertical-align: top;
width: 690px;
border-right:1px solid #808080;
border-top:1px solid #808080;
}

.footer {
text-align:center;
font-size:10px;
border-bottom:1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
color: gray;
background-color: #EEEEEE;
}

input, textarea {
border: 1px solid #6699FF;
}