/* EMS Self-Assessment Styles */

body, body td {
    color: #000000;
    font-family: "times new roman", serif;
    font-size: 15px;
    line-height: 19px;
}

.button {
	font-family:"times new roman", serif;
	font-weight:bold;
	font-size:15px;
	border:solid 1px #828282;
	background-color:#d8d9c4;
	color:#545C7D;
}

.errorText {
	font-family:"times new roman", serif;
	font-weight:bold;
	font-size:14px;
	color:#cc0000;
}

.categoryText {
    color: #545C7D;
    font-family: "times new roman", serif;
    font-size: 26px;
}

.questionText {
	font-family:"times new roman", serif;
	font-weight:normal;
	font-size:18px;
	color:#000000;
}

.statusText {
	font-family:"times new roman", serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
}


.ratingText {
	font-family:"times new roman", serif;
	font-weight:bold;
	font-size:15px;
	color:#545C7D;
}

.descrip li { 
	font-size:13px;
	line-height:14px;
}