.style3 {
	font-size: 10px;
	font-weight: bold;
}
.text_input {
	float:right;
	background-color:#FFFFFF;
}

.text_input_required {
	float:right;
	background-color:#FFFF00;
}

.text_input_error 
{	
	float:right;
	background-color:#FF6666;
}

.office_only 
{
	border-style: none;
	border-bottom-width:thin;
	border-bottom-style:inset;
	border-bottom-color: #000000;
}

.button {
	font-size:18px;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

tr{
	padding-top: 2px;
}
.style6 {font-size: 10px; font-weight: bold; font-style: italic; }