
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000;
}

.redbg {
		background-color: #444;
}

.redbgFooter {
		background-color: white;
		border-top: 2px solid grey;
		color: #444;
		font-weight: bold;
		font-size: 10px;
		padding: 10px 20px 10px 10px;
}

.redbgHeader {
		background-color: white;
		border-bottom: 2px solid grey;
		font-weight: bold;
		font-size: 18px;
		padding: 10px 20px 10px 10px;
}

.links {
		padding: 5px 10px 5px 5px;
}

.links a {
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		color: #444;
}

.links a:hover {
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		color: #efd140;
}

.links a:active {
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		color: #000;
}

.main {
		padding: 10px 10px 10px 10px;
		border-top: 1px;
		border-top-color: #444;
		border-top-style: solid;
		height: 400px;
}

.navi {
		padding: 20px 10px 10px 10px;
		border-right: 1px;
		border-right-color: #444;
		border-right-style: solid;
		border-top: 1px;
		border-top-color: #444;
		border-top-style: solid;
}

.header {
		font-size: 11px;
		padding-left: 20px;
}

.header a {
		text-decoration: none;
		color: #444;
}

.header a:hover {
		text-decoration: underline;
		color: #444;
}

.header a:active {
		text-decoration: none;
		color: #000;
}

H1 {
		font-size: 14px;
		font-weight: bold;
		color: #444;
}

H2 {
		font-size: 10px;
		font-weight: bold;
		color: #000;
}

.sitetable {
		border: 2px;
		border-style: solid;
		border-color: #444;
}

#box  {
		border: 1px;
		border-style: solid;
		border-color: #444;
}