body 	{ 
	font-family: Georgia,Times Roman;
	font-size: 12px;
	color: #612100;
	background-color: #FFFFEE;
}

table, tr, td, input 	{ 
	font-family: Georgia,Times Roman;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #612100;   
}

.bold 	{ 
	font-weight: bold;
	font-family: Georgia,Times Roman;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Georgia,Times Roman;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #612100;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #612100;   }



