/* CSS Document */

.errMsg
{
	color: red;
	font-family: Arial; 
	font-size: 9pt;
	font-weight: bold;
}

.textHeader
{
	font-family: Arial; 
	font-size: 10pt; 
	color: #336699;
}

.comment
{
	font-family: Arial; 
	font-size: 7pt; 
	font-weight: bold;
}

.form_data, .form_label, .form_label_required, .form_data_noedit, .form_label_smoke
{
	font-family: Arial; 
	font-size: 8pt; 
}

.form_data_noedit
{
	border-style: none;
}

.form_label, .form_label_required, .form_label_smoke
{
	font-weight: bold;
}

.form_label_required
{
	color: red;
}
	
.form_label_smoke
{
	background-color: #F5F5F5;
}





