/*Hide stuff we dont' want */
#nav_wrapper, p7TMnav, img {
	display: none;
}

/* Style that stuff */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#divMainContent {
	margin: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
h1, h2 , h3 {
	font-size: 14px;
	border-bottom: 1px solid #000;
}
.altRowEven{
background-color:#FFF;
}
.altRowOdd{
background-color:#EBEBEB;
}
table#tblOrderDetails {
	width: 90%;
}
.txt-Error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
 