body {
	background-color:#e5e5e8;
	margin:0;
	padding:12px 20px;
}
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a {
	color:#696969;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.standardWrapper {
	width:80%;
	margin-bottom:10px;
	padding:1px;
	background-color:#fff;
	border:1px solid #696969;
}
.mainHD {
	margin-bottom:1px;
	text-align:left;
	background-image:url(images/admin_heading_bg.gif);
	background-repeat:repeat-x;
	background-color:#89a7c1;
	border-bottom:1px solid #375576;
}
#mainHDTitle {
	font-size:16px;
	color:#fff;
}
.subHDLight {
	background-image:url(images/admin_subheading_bg.gif);
	background-repeat:repeat-x;
	background-color:#e9f0f6;
	border-bottom:1px solid #9baebf;
}
.noMP {
	margin:0;
	padding:0;
}

