/*Controls all labels in the template*/
.label {	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Controls how text appears after labels*/
.contentText {	color: #990000;
	font-weight: bold;
}

/*Controls body, table cells, and table headings*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}