body {
	background-color: #f1f5ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-size: small;
	color: #151c5a;
}

input {
	display: block;
	margin-bottom: 1em;
	font-size: small;
}

input.txt {
	color: #eb1808;
	border: 1px solid #b0a693;
}

input.btn {
	background-color: #b0a693;
	border: 1px solid #666;
}

table {
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

th {
	font-size: xx-small;
	padding: 2px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	vertical-align: bottom;
	text-align: left;
	background-color: #eb1808;
	color: #fff;
}

td {
	vertical-align: top;
	font-size: xx-small;
	padding: 2px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

a:link,
a:visited,
a:active {
	color: #151c5a;
}

a:hover {
	color: #eb1808;
}

h1 {
	color: #eb1808;
	font-size: 16px;
}

h2 {
	color: #151c5a;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
	font-size: 14px;
}
	h2 a {
		text-decoration: none;
	}

p.msg {
	color: #eb1808;
}

div#bodyContainer {
	width: 900px;
	margin: 40px auto;
	text-align: left;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #b0a693;
}

ul#mainmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#mainmenu li {
	display: inline;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

div#footer {
	margin: 20px 0px;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: #b0a693;
}

div#footer a:hover {
	color: #eb1808;
}

.replaced {
	text-decoration: line-through;
}

div.folder p {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
}