/* CSS Document */

table.form{	
	border: 1px solid #888888;
	background-color:#ffffff;
}

table.form a{
	color: #000055;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}

table.form a:hover{
	color: #333333;
	text-decoration:none;
}

table.form td{
	padding: 3px;
	vertical-align: text-top;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#000055;
	font-variant:normal;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

table.form thead{
	font-size:12px;
	font-weight:bold;
}

table.form th{
	padding: 2px;
	
}

table.form tfoot{
	/*background-color: #E9DED6;*/
	background-color: #FAE164;
}

table.form td.foot{
	background-color: #FAE164;
	padding: 5px;
	color:#ffffff;
}

table.form tfoot td{
	padding: 5px;
	color:#ffffff;
}

table.form tfoot a{
	color: #ffffff;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}

table.form tfoot a:hover{
	color: #cccccc;
	text-decoration:none;
}

table.form td.right{
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
	width:50%;
}

table.form td.emphasis{
	color: #d80101;
	font-weight:bold;
	font-size: 12px;
}
