body,td,th, INPUT, SELECT {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

INPUT, SELECT {
	color: #333333;
}

body {
	background-color: #FFFFFF;
	margin: 12px 2px 2px 2px;
}
a:link, a:visited, a:active {
	color: #DD0000;
	text-decoration: none;
}
a:hover {
	color: #DD0000;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
	color: #DD0000;
}

h1 {
	font-size: 22px;
	margin-bottom: -10px;
}

h2 {
	font-size: 18px;
	margin-bottom: -10px;
}

h3 {
	font-size: 14px;
	margin-bottom: -10px;
}

h4 {
	font-size: 12px;
	margin-bottom: -10px;
}

h5 {
	color: #999999;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 18px;
	margin-bottom: 10px;
}

.header {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}
.menu {
	padding: 0px;
	margin: 0px;
	width: 133px;
	vertical-align: top;
	background-repeat: repeat-y;
}
.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-left: 40px;
	padding-right: 35px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

.border-vertical {
	background-color: #CCCCCC;
	width: 1px;
	padding: 0px;
}

.border-horizontal {
	background-color: #CCCCCC;
	height: 1px;
	padding: 0px;
}

.right_column {
	background-color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: top;
	width: 155px;
}

.menucell {
	height: auto;
}