body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}

input {
	font-size: 11px;
}

.orangePinkText {
	color: #E66360;
}

.orangeHeaderBox {
	display: block;
	width: 732px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E66360;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	margin-left: -15px;
}

.darkGreyHeader {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}