body {
	margin: 0px;
	background: #EEEEEE;
}

/*general links*/
a {
	color: #DC0067;
}
a:hover {
	text-decoration: none;
	color: #FF51A4;
}

/* generic */
.errorMessage {
	border: 1px solid #DC0067;
	background-color: #EFEFEF;
}
/* tables structure */
.headerRow {
	border-top: 1px solid #5A5A5A;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	font-weight: bold;
}
.bodyRow {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bodyRowSep {
	border-top: 1px solid #B2B2B2;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A5A5A;
	font-weight: bold;
}

/* topbar */
table.topbar {
	background-color: #FFFFFF;
}
td.topbar {
	background-color: #F0F0CA;
}

/* footer */
td.footer {
	font-size: 10px;
	color: white;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
table.footer {
	background: #DC0067;
}

a.footer {
	color: #FCE794;
}
a.footer:hover {
	color: white;
	text-decoration: none;
}

