body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ADB6C6;
}

table, tr, td, textarea, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #868B96;
}

table.border, td.border { 
	border: 2px solid #868B96;
}

td.border {
	padding: 7px;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.smalltext, table.smalltext, tr.smalltext, td.smalltext, input.smalltext, textarea.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a { font-weight: bold;  text-decoration: none;  color: #868B96;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #868B96;   }
