/*  GREEN = #039d01
	BLUE = #2b3d63
	ORANGE = #fe7201
*/

BODY {
	margin:0;
	background-color:#eeeeee;
}

BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family:tahoma,helvetica,sans-serif;
	font-size:9pt;
	color:#2b3d63;
}

UL {
	margin-bottom:0px;
}

A {
	color:#039d01;
	font-weight:700;
	text-decoration:underline;
}

A:hover {
	color:#aaaaaa;
	text-decoration:underline;
}

.navigation {
	text-decoration:none;
}

.breadcrumb {
	font-size:8pt;
	font-weight:400;
}

.header {
	font-size:12pt;
	font-weight:700;
	color:#2b3d63;
}

.formLabel {
	font-size:8pt;
	font-weight:700;
	color:#2b3d63;
}

.button {
	background-color:#039d01;
	color:#ffffff;
	font-weight:700;
	font-size:8pt;
}

.searchBox {
	background-color:#eeeeee;
	border:solid 1px #cccccc;
}
