a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

td {
	font-family: arial, helvetica;
	font-size: 11px;
}

#body {
	font-family: arial, helvetica;
	font-size: 11px;
	background-color: #B1D18B;
	border: 1px solid #000;
	width: 728px;
	padding: 0px;
	text-align: left;
}

#navigation {
	width: 728px;
	height: 22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px;
}

#navigation a {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	height: 22px;
	padding: 3px;
	border-left: 1px solid #CEDCC3;
	border-right: 1px solid #000;
}

#content {
	width: 728px;
	padding: 5px;
}

#footer {
	width: 728px;
	font-family: arial;
	font-size: 9px;
	margin-top: 10px;
	color: #aaa;
}

#footer a {
	color: #888;
}

#block {
	font-family: arial;
	font-size: 11px;
	background-color: #EFFFDD;
	border: 1px solid #000;
}

#block #header {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	background-color: #697C54;
	border-bottom: 1px solid #000;
	color: #fff;
	padding: 2px;
}

#block #header a {
	color: #fff;
}

#block #blockBody {
	font-family: arial;
	font-size: 11px;
	padding: 3px;
}

#block a {
	color: #697C54;
}

#block input {
	font-family: arial;
	font-size: 11px;
}

#block textarea {
	font-family: arial;
	font-size: 11px;
}

img.thumbnail {
	border: 1px solid #000;
	background-color: #B1D18B;
}

.required {
	font-weight: bold;
}

.error {
        color: #E14D4D !important;
}

