/*Kill margins*/
body {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f2f2f2;
}
/*Set default text*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
A {
	color:#419adf;
	text-decoration:none;
}
A:hover {
	color:#2d2d2d;
}
/*Dark Header - User for first word*/
.PageHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #57a246;
}
/*Light Header - User for second word*/
.PageHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #57a246;
}
/*Light Smaller Header - User for sub title words*/
.PageHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #57a246;
}
.GreyBoxHeader {
	font-size:14px;
	color:#2d2d2d;
	}
/*Box titles*/
.BarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/*Listing lighter row*/
.ListRow1 TD {
	background-color: #FFFFFF;
	padding:3px;
}
/*Listing darker row*/
.ListRow2 TD {
	background-color: #f6f6f6;
	padding:3px;
}
/*Listing header*/
.ListRow3 TD {
	background-color: #d1e9a0;
	height:20px;
	font-weight:bold;
	padding-left:3px;
	text-transform:capitalize;
}
.malfunction {
	color:red;
	text-decoration:italic;
}
