body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	color: #2C2B3D;
	padding: 0px;
	margin: 0px;
	background-image:url(/template/images/body_background.jpg);
	background-repeat: repeat-x; 
}
a {
	color: #70aa29;
}
a:hover {
	color: #333333;
}
h1 {
	overflow: visible;
	display: block;
	height: 133px;
	width: 100%;
	background-color: #29283A;
	text-indent: -100000px;
	background-image:url(/template/images/body_background.jpg);
	background-repeat: no-repeat;
}
.text {
	margin: 20px;
}
.text p{
	text-align: justify;
}
dl {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #2C2B3D dashed;
}
dt {
	font-weight: bold;
}
input {
	border: 1px solid #2C2B3D;
}

table{
	border: 1px solid #89c540;
	width: 100%;
	background-color: #edf5e4;
	background-image:url(/template/images/table.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
}
.message {

	margin: 0px;
	padding: 10px;
	color: #000000;
	border: 1px dashed #000000;
	background-color: #DDDDDD;
}
.message p {
	font-weight: bold;
}

p.footer {
	/*background-image:url(/template/images/footer.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
	line-height: 38px;
	border-top: 1px dotted #89c540;
	text-indent: 30px;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding: 10px;
	background-color: #e4effa;
	margin-bottom: 0px;
}