body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
}

table, tr, td, 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;
}

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

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing:2px;
	font-variant:small-caps;
	}
.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a span.thumbname{
	visibility:hidden;
}
a:hover span.thumbname {
	padding-top: 15px;
	visibility: visible;
	color: #333;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	size: 11px;
}

.input {
	font-weight: normal;
	color; #333;
	}

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

a { font-weight: bold;  text-decoration: none;  color: #6982AD; }
a:hover { font-weight: bold;  text-decoration: none; color: #6982AD; }
