body 	{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #F3F5F4;
}

table, tr, td, input 	{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #4F6260; 
	

}

.title { font-size: 15px;  font-weight: bold;  }

.subtitle { font-size: 13px;  font-weight: bold;  }

.horizontalLine {
	background-color: #4F6260;
}

.bold 	{ 
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
}

.smalltext 	{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #4F6260;   }
a:hover { font-weight: bold; color: #BC312C;   }
