body {
background-color: #fff;
margin: 0;
padding: 0;
}

body,
td {
font-family: "Trebuchet MS", Trebuchet, Arial, sans;
font-size: 11px;
line-height: 1.5em;
}

img {
border: 0;
}

.linkimg {
border: 0;
margin: 0;
}

.button {
	background-color : #666666;
	font-size : 8pt;
	color : #ffffff;
	max-height : 13px;
	min-height : 13px;
	border-width : 1;
	border-style : solid;
	border-color : #ffffff;
}

.input {
	background-color : #666666;
	font-size : 8pt;
	color : #ffffff;
	max-height : 13px;
	min-height : 13px;
}

a:link,
a:visited {
color:#666;
text-decoration: none;
font-weight: bold;
}

a:hover {
color:#c00;
text-decoration: underline;
font-weight: bold;
}

.nav {
font-size: 14px;
font-weight: bold;
color: #ddd;
}

.nav a {
color: #666;
text-decoration: none;
}

.nav a:hover {
color: #c00;
text-decoration: none;
}

.nav .active {
color: #c00;
}

.page-title {
font-size: 14px;
font-weight: bold;
}

.menu {
font-size: 11px;
font-weight: bold;
color: #c00;
}

.menu a {
text-decoration: none;
margin-left: 10px;
color: #666;
}

.menu a:hover {
text-decoration: none;
color: #c00;
}

.menu ul {
width: 150px;
list-style: none;
margin: 0 0 0 0px;
padding: 0;
line-height: 2em;
}

.menu li {
width: 150px;
margin-left: 23px;
}

.logotype {
width: 580px;
font-size: 28px;
color: #c00;
padding-left: 32px;
}

#logo {
margin: 20px 0 15px 15px;
}

.highlight {
	color: #ffffff;
	background-color: #c00;
	padding-right: 5px;
	padding-left: 5px;
	border: solid 1px #c00;
	font-weight: normal;
	}