body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff7e5;
	color : #5861aa;
	scrollbar-face-color: #ffba00;
  	scrollbar-3dlight-color: #cff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #366;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: #ffba00;
	font-style : oblique;
}

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

.horizontalLine {
	background-color: #ffba00
}

.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: #5861aa;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #5861aa;
}
