body {
	margin      : 0px;
	font-family : courier;
	font-size   : 12px;
	color       : #231f20
}

.tiltle {
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 11px;
	font-weight : bold;
	color       : #000000;
	text-align  : left;
}

.content {
	font-family : courier;
	font-size   : 13px;
	color       : #000000;
	text-align  : left;
}

.textfield1 {
	border-right  : 1px inset;
	border-left   : 1px inset;
	border-bottom : 1px inset;
	border-top    : 1px inset;
	border-color  : #ffffff;

	width   : 160px;
	height  : 20px;
	display : inline;

	font-family : courier;
	font-size   : 10px;
	color       : #404040;

	white-space      : pre;
	background-color : #f7f0d7;
	text-align       : left;
}

.textfield2 {
	border-right  : 1px inset;
	border-left   : 1px inset;
	border-bottom : 1px outset;
	border-top    : 1px inset;
	border-color  : #ffffff;

	width   : 118px;
	height  : 19px;
	display : inline;

	font-family : courier;
	font-size   : 10px;
	color       : #404040;
	white-space : pre;

	background-color : #dccbab;
	text-align       : left;
}

input, select, textarea {
	font-family : courier;
}

.input_element {
	border-right  : 1px inset;
	border-left   : 1px inset;
	border-bottom : 1px inset;
	border-top    : 1px inset;
	border-color  : #ffffff;

	display       : inline;

	font-family   : courier;
	font-size     : 10px;

	white-space   : pre;

	background-color : #f7f0d7;
	text-align       : left;
}


.formalign dt {
	width : 200px; 
	float : left;
}

.required {	
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 12px;
	/*color       : #224891;*/
}

.optional {
	font-family : courier;
	font-size   : 11px;
	color       : #224891;
}

.highlightHeadingText {
	/*font-family : courier;*/
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 16px;
	font-weight : bold;
}

.highlightLabelText {
	/*font-family : courier;*/
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 12px;
	font-weight : bold;
}

.errors {
	font-family : courier;
	font-size   : 10px;
	font-weight : normal;
	color       : #F05134;
	padding     : 0px;
	margin      : 0px;
	list-style  : none;
}

th {
	vertical-align : top; 
	border-spacing : none; 
	padding        : 0;
	text-align     : left;
}

.bottomlinks {
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 10px;
	color       : #143D8D;
	font-weight : bold;
	
}

table.tabContent td { 
	text-align     : left; 
	vertical-align : top;
}

table.tabPropertyContent td {
	text-align     : left; 
	vertical-align : top;	
	font-size      : 14px;
}

table.tabPropertyContent td.highlightHeadingText, table.tabPropertyContent td.highlightLabelText {
	font-family : Interstate, Myriad, or Arial, Helvetica;
}

table.tabPropertyContent td.arial12, table.tabPropertyContent span.arial12 {
	font-family : Arial;
	font-size   : 12px;
}

.info_text { 
	color : #224891; 
}

span.required
{
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 8px;
	font-weight : normal;
	color       : red;
}

span.searchresultcount {
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 17px;
}

ul.errors li {
	font-family : Interstate, Myriad, or Arial, Helvetica;
	font-size   : 10px;
}
