/*
body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
}
*/
table, tr, td, input 	{ 
  font-family: Georgia, Times, serif;
  color: #6F3600;
	font-size: 14px;
}

.title { font-size: 18px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #eee;
}

.bold 	{ 
	font-weight: bold;
  font-family: Georgia, Times, serif;
	font-size: 14px;
}

.smalltext 	{ 
  font-family: Georgia, Times, serif;
	font-size: 11px;
}



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

/*
a { font-weight: bold;  text-decoration: none;  color: #6982AD;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #6982AD;   }
*/