body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:20px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.formfield {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal}
.txttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 25px;
}
.txtcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}
.txtcontent a:link, .txtcontent a:visited {
	text-decoration:none;
		color: #666666;
}
.txtcontent a:hover, .txtcontent a:active {
	text-decoration:underlined;
		color: #666666;
}
.link {
	color: #FFFF66;
	line-height: 18px;
}
.link a:link,  .link a:visited  {
	text-decoration:underline;
	color:#FFFF66;
}
.link a:hover, .link a:active {
	text-decoration:underline;
	color:#FF9900;
}
.border {
	border: 2px solid #D11919;
}
