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

table, tr, td, input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.horizontalLine {
	background-color: #FF0000;
}

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

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

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

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
