body, table, tr, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

.menu {
	background-color: #D05F60;
	color: #FFFFFF;
	font-weight: bold;
}

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

a.menu {
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

.footer {
	color: #A0A0A0;	
}

a.footer {
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

a.whitelink {
	color: #FFFFFF;
}

a.whitelink:hover {
	color: #FFFFFF;
}

.box {
	background-color: #E27071;
	border: 1px solid #CF3F3F;
	color: #FFFFFF;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.red {
	color: #E27071;
}

.tableheader {
	background-color: #F27A7C;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.tablebold {
	font-weight: bold;
	color: #F27A7C;
}	

/*
div#servicecentre {
        position: absolute;
        top: 70px;
        left: 200px;
        width: 153px;
        height: 100px;
}
*/

.white {
	color: #FFFFFF;
}

