/* CSS Document */

table.form{
	width:100%;
}

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

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

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

table.form thead{
	background-color: #ffffff;	
	color: #1A2A33;
	font-size:12px;
	font-weight:bold;
}

table.form th a{
	color: #1A2A33;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

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

table.form th{
	padding: 2px;
}

table.form tfoot{
	background-color: #335566;
}

table.form td.foot{
	border-top:1px solid #ffffff;
	background-color: #1A2A33;
	padding: 5px;
	color:#ffffff;
}

table.form tfoot td{
	border-top:1px solid #ffffff;
	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: #555555;
	text-decoration:none;
}

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

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

table.form table.section{	
	border: 1px solid #888888;
	width:100%;
}

table.form span.sectiontitle{
	color: #0096BF;
	font-weight:bold;
	font-size: 12px;
}
