td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
a {
	color: #51681C;
}
td.title {
	background-color: #E8CB8E;
	padding: 2px 0px 0px 10px;
}
td.button {
	background-color: #E8CB8E;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
td.content {
	padding: 10px 10px 10px 20px;
}
input, textarea, select {
	border-top: 1px solid #767A4D;
	border-left: 1px solid #767A4D;
	border-bottom: 1px solid #E8ECB4;
	border-right: 1px solid #E8ECB4;
	background-color: #CFD865;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.disabled {
	border-top: 1px solid #827A68;
	border-left: 1px solid #827A68;
	border-bottom: 1px solid #F7EBD5;
	border-right: 1px solid #F7EBD5;
	background-color: #EED9AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
div.list {
	border-top: 1px solid #767A4D;
	border-left: 1px solid #767A4D;
	border-bottom: 1px solid #E8ECB4;
	border-right: 1px solid #E8ECB4;
	background-color: #CFD865;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 10px;
	padding: 3px;
	width: 150px;
	height: 200px;
	overflow: auto;
}
input.checkbox {
	border: 0px solid;
	background-color: transparent;
}
input.button {
	border-top: 1px solid #DEE496;
	border-left: 1px solid #DEE496;
	border-bottom: 1px solid #484C13;
	border-right: 1px solid #484C13;
	background-color: #BFCB32;
	font-weight: bold;
}
td.checkbox {
	padding-top: 3px;
}
p.paragraph1 {
	margin-top: 5px;
	margin-bottom: 0px;
} 
p.paragraph1i {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
p.paragraph2 {
	margin-top: 10px;
	margin-bottom: 0px;
} 
p.paragraph3 {
	margin-top: 15px;
	margin-bottom: 0px;
} 
span.smallText {
	font-size: 11px;
}
.disabledCell {
	color: #999999;
}
.disabledCellSmall {
	color: #999999;
	font-size: 9px;
}