body,td,th {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 11px;
}
body a {
	color: #C03;
}
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, table.TableBorders td em {
	font-size:10px;
	color:#999;
}
table.TableBorders td {
	border:1px solid #CCC;
}
table.TableBorders tfoot td {
	background-color:#E7E7E7;
	text-align:right;
	margin:5px;
}
table.TableBorders tfoot td em {
	color:#CC0000;
	font-size:11px;
}
table.TableBorders tfoot td input {
	cursor:hand;
}

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