body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px;  
		font-weight: bold; 
		margin-bottom: 0.5em;
		font-size: 1.6em;
		text-decoration: none;
		background-color: transparent;
		background-image: url(title.jpg);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-x-position: center;
		background-y-position: top;
		padding-top: 7px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		}

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #4c1209;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #4c1209;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #4c1209;   }