/* CSS Document */

td		{
	font-weight: normal; 
	font-size: 10pt; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

td.header  {
	font-weight: bold;
	font-size: 12pt;
	text-align:center; 
}
td.left 	{
	font-size: 10pt;
	text-align:left;
}
td.center	{
	font-size: 10pt;
	text-align:center;
}
td.right	{
	font-size: 10pt;
	text-align:right;
}
input.text 	{
	size: 30;
	background-color:#FFFFA0;
}
.required {
	color:#FF0000;
	font-weight:bold;
}
.error 	{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}	
