body {
	margin:0px; 
	padding:0px;
} /* Need to set body margin and padding to get consistency between browsers. */




.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #282828;
	text-decoration: none;
	word-spacing: normal;
	line-height: normal;
}

a.text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

a.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #282828;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

.textbold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #282828;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

.textbold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #282828;
	text-decoration: none;
	word-spacing: normal;
	line-height: 15px;
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #282828;
}

.modeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #e0e0e0;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #282828;
	text-decoration: none;
	word-spacing: normal;
	line-height: 12px;
	vertical-align: top;
}
