body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color:#FFFFFF
}
body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
}

input, select {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #ee2931;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
select { 
	width: 145px;
}
a:link {
	color: #ee2931;
	text-decoration: none;
}
a:visited {
	color: #ee2931;
	text-decoration: none;
}
a:hover {
	color: #ee2931;
	text-decoration: underline;
}
a:active {
	color: #ee2931;
	text-decoration: none;
}
.status_green {
	color: #006600;
}
.status_grey {
	color: #DADADA;
}
.status_yellow {
	color: #FFCC33;
}
.status_red {
	color: #EE2931;
}
.status_aqua {
	color: #00CCCC;
}
.status_default {
	color: #000000;
}
.error {
	color: #ee2931
}