* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eceadb;
	background-image: url(../images/pageBackground.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: center top;
	margin: 0px;
	min-height: 768px;
	padding: 0px;
}

INPUT, SELECT, TEXTAREA, TABLE, TD 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}


a {
	font-weight: bold;
	color: #910707;
	text-decoration: underline;
}

.bodyCopy {
	padding: 15px;
}

p {
	margin-bottom: 15px;
}

.mUpdateTextBox 
{
	width: 150px;
}

.mUpdateTextBoxDD 
{
	width: 154px;
}

.checker 
{
	padding: 0px 5px 0px 0px;
}

td.footerText 
{
	font-size: 8px;
	line-height: 16px;
	color: #555;
	text-align: center;
	padding: 15px 0px;	
}

td.footerText a 
{
	font-weight: normal;
}

