body 	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #000000;
}

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

.title {
	font-weight: bold;
	font-size: medium;
}

.subtitle {
	font-size: small;
	font-weight: bold;
}

.horizontalLine {
	background-color: #f7d742;
}

.bold 	{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smalltext 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}



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

A {
	TEXT-DECORATION: none;
	color: #0000ee;
	font-weight: bold;
}

A:hover {
	color: #ee0000;
	font-weight: bold;
	text-decoration: underline;
}

