
a.yesbutton {
	border: 1px solid #529214;
	margin:0 7px 0 0;
	padding:4px 10px 3px 7px;
    color: #529214;
}

a.yesbutton:hover {
    background-color: #E6EFC2;
    border: 1px solid #529214;
    color: #529214;
}

a.nobutton {
	border: 1px solid #d12f19;
	margin:0 7px 0 0;
	padding:4px 10px 3px 7px;
    color: #d12f19;
}

a.nobutton:hover {
    background-color: #fbe3e4;
    border: 1px solid #d12f19;
    color: #d12f19;
}

.center {
	text-align: center;
}

.blockquote {
	margin-left: 25px;
}

.rich-text {
	width: 500px;
	height: 75px;
}

.statement {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.list {
	list-style: disc inside;
}

.cell-box {
	float: left;
	text-align: center;
	width: 125px;
	border: 1px solid #000;
	padding: 10px 0 10px 0;
}

.clear {
	clear: both;
}

.question {
	color: #005595;
	font-weight: bold;
}

.label {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
