body 	{ 
	font-family: Arial;
	font-size: 12px;
	background : #2b2b2c;
}

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: #497576;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial;
	font-size: 10px;
}



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

a {
font-weight : normal;
color : #497577;
text-decoration : none;
}
a:visited {
color : #497577;
}
a:hover {
color : #5d9a9d;
text-decoration : none;
}
a:active {
color : #497577;
}
