a {
	color:#FF0000;
}

.tableHeaders {
	color: #000000;
	background-color: #FADA94;
	font-weight: bold;

}

.tableMains {
	color: #000000;
	background-color: #FAFADF;
}

.divHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FADA94;
	padding: 4px;
	width: 100%;
	margin-left: 0px;
	border: none;
}
.divMains {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FAFADF;
	padding: 4px;
	width: 100%;
	margin-left: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color:#333333;
	padding-left:20px;
	padding-right:35px;
	border-right:auto;


/* fix the width of the content in the body element */
width:700px;	
margin-right:expression((document.body.clientWidth - 700) + "px"); /* patch for IE */

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight:normal;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftColumn {
	display: block;
	float: left;
	width: 150px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.leftColumn img {
	padding-bottom:10px;
}
