body 	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61271B;
	font-size: 12px;
	background-color: #FAF3E0;
}

table, tr, td, input 	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61271B;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold; color: #61271B; }

.subtitle { font-size: 14px;  font-weight: bold; color: #61271B; }

.horizontalLine {
	background-color: #61271B;
}

.bold 	{ 
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61271B;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61271B;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: underline;  color: #61271B;   }
a:hover { font-weight: bold;  text-decoration: underline overline;  color: #61271B;   }
