body 	{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	background-color: #FFFFFF;
}

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

.title { font-size: 16px;  font-weight: bold; font: Verdana;  color: #8C8C8C; }

.subtitle { font-size: 14px;  font-weight: bold; font-family: Arial, Helvetica, sans-serif }

.horizontalLine {
	background-color: #868B96;
}

.bold 	{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



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

a {
    font-weight: normal;
	text-decoration: none;
	color: #6982AD;
	font-size: x-small;
}
a:hover {
	font-weight:    normal;
	text-decoration:    underline;
	color: #6982AD;
	font-size: x-small;
}

