body,td,th {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 11px;
}
body a {
	color: #C00;
}
form {
	padding:0;
	margin:0;
}
input,select,textarea {
  font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.font9 {	font-size: 9px;		}
.font10 {	font-size: 10px;	}
.font11 {	font-size: 11px;	}
.font12 {	font-size: 12px;	}
.font13 {	font-size: 13px;	}
.font14 {	font-size: 14px;	}
.font15 {	font-size: 15px;	}
.font16 {	font-size: 16px;	}
.strong { 	font-weight:bold;	}
.em 	{	font-style:italic;	}

/*Tables*/
table.TableBorders {
	border:1px solid #666;
	background-color:#FFF;
	margin:5px;
}
table.TableBorders th {
	border:1px solid #CCC;
	font-weight:normal;
	text-align:right;
}
table.TableBorders th em {
	font-size:10px;
	color:#999;
}
table.TableBorders td {
	border:1px solid #CCC;
}
table.TableBorders tfoot td {
	background-color:#FFF1E4;
	text-align:right;
	margin:5px;
}
table.TableBorders tfoot td em {
	color:#CC0000;
	font-size:11px;
}
table.TableBorders tfoot td button {
	border:1px solid #000;
	background-color:#FF7C00;
	color:#FFF;
	font-size:12px;
	cursor:hand;
}

/*Invisible table*/
table.Invisible, table.Invisible td, table.Invisible tr {
	border:0;
}

/*FEED SAMPLES*/
#FeedInstructions h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Arial, helvetica, sans-serif;
}
#FeedInstructions ul .ObligatoryField {
	font-size:14px;
	color:#C00;
	font-weight:bold;
}
#FeedInstructions p {
	margin-bottom:3px;
}
.FieldExample {
	font-family:"Courier New", Courier, mono;
	border:1px solid #C00;
	background-color:#E7E7E7;
	padding:5px;
	margin-top:0;
	margin-bottom:15px;
}

