@CHARSET "ISO-8859-1";
body {
	margin: 0px;
	background-color: #e6f1ec;
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.title {
	font-size: 16pt;
	color: #3d8378;
	font-weight: bold;
}

td {
	background-color: #FFFFFF;
}

td.main {
	text-align: center;
}

.label_form {
	text-align: right;
}

.gray {
	background-color: #DCDCDC;	
}

a:link {
	color: #3d8378;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	color: #64b6a9;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #64b6a9;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #3d8378;
	text-decoration: none;
	font-weight: bold;
}

.foot {
	font-size: 8pt;
}

input, file {
	background-color: #e6f1ec;
	border-color: #64b6a9;
	border-style: solid;
	border-width: 1px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	background-color: #e6f1ec;
	border-color: #64b6a9;
	border-style: solid;
	border-width: 1px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error
	{
	font-weight: bold;
	color: #ff0000;
	}
.button{
	background-color: #64b6a9;
	border-color: #3d8378;
	border-style: solid;
	border-width: 1px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
