body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	margin: 0px;
}

td {
	font-size: 11px;
	text-align:left;
}

input.button{
	background-image: url('../images/button.png');
	width:80px;
	height:20px;
	color:#ffffff;
	text-align:center;
	border:0px;
	font-weight:bold;
	font-size:10px;
	cursor: pointer;
}

input.button:HOVER{
	background-image: url('../images/button.png');
	width:80px;
	height:20px;
	color:#8DC236;
	text-align:center;
	border:0px;
	font-weight:bold;
	font-size:10px;
	cursor: pointer;
}

td.menu {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 25px;
	line-height: 40px;
	cursor:pointer;
}

td.menu:HOVER {
	color: #8DC236;
	font-weight: bold;
	font-size: 12px;
	padding-left: 25px;
	cursor: pointer;
	line-height: 40px;
}

td.header{
	padding:5px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color:#8DC236;
	color: #0C7200;
	height: 30px;
}

td.subHeader{
	padding:5px;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width:100%;
	text-align:left;
}

td.content{
	padding:5px;
	text-align:justify;
}

a.menu {
	color: #000000;
	text-decoration: none;
}

a.menu:HOVER {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

.errorDiv{
	color:#ff0000;
	position:absolute;
	background-color:#eeeeee;
}
