/* Basic Elements */
body { 
    font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000000;
}

td {
    font-size: 12px;
	font-family: Verdana, Helvetica, Arial,  Sans-Serif;
	color: #000000;
}

a {
	color: #800000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Specific Elements */
.contentheader {
	color: #800000;
	font-size: 13px;
	font-weight: bold;
}

.contenterrortext {
	color: #FF0000;
}

.contentfrontpage {
	font-size:10px;
}

.leftmenuheader {
	color: #800000;
	font-size: 10px;
	font-weight: bold;
}

.footer {
    font-size: 10px;
}

.backgroundone {
	background: #e5e5e5;
}

.backgroundtwo {
	background: #c5c5c5;
}

.backgroundthree {
	background: #ffecb2;
}
