


body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #000000;
	background-color: #313131;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #00FF00;
}

.title { font-size: 16px; color: #FFFFFF; font-weight: bold;  }

.subtitle { font-size: 14px;  color: #FFFFFF; font-weight: bold;  }

.horizontalLine {
	background-color: #000000;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #FFFFFF;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
        color: #00FF00;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #FFFFFF;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #FFFFFF;   }
