a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ae0000;
	text-decoration: underline;
}

a.help {
	color: #ae0000;
	text-decoration: none;
}

em {
	color: #FF0000;
	font-weight: bold;
}

body {
	background-color: #d8d0c8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
	font-variant: normal;
}

.text {
    width: 250px;
}

input.button {
	background-color: #006600;
	border: 1px solid #c1c1c1;
	color: #ffffff;
}

input.button:hover {
	background-color: #000000;
	border: 1px solid #c1c1c1;
	color: #ffffff;
}

textarea.body {
    height: 80px;
    width: 250px;
}

textarea.content {
    height: 250px;
    width: 250px;
}

textarea.header {
    height: 80px;
    width: 250px;
}

table.frame {
	background-color: #dbe3df;
	border: 1px #c1c1c1 solid;
	width: 600px;
}

table.normal {
    border: 0px;
	width: 600px;
}

table.small {
	width: 400px;
}

th {
	background-color: #bdbbd0;
	color: #ffffff;
	text-align: center;
}

tr.body {
	background-color: #dbe3df;
	color: #000000;
}

tr.head {
	background-color: #006600;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

tr.headSubMenu {
	background-color: #0c4525;
	color: #FFFFFF;
	font-weight: bold;
}

tr.help-title {
    font-size: 125%;
    font-weight: bold;
}

td.message {
	color: #899cb1;
	font-size: 150%;
    text-align: center;
}

td.left {
    text-align: left;
}

td.right {
    text-align: right;
    width: 50%;
}

ul.error {
	color: #ff0000;
    list-style-type: none;
}
