body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	background-color:#FFFFFF;
	width:800px;
	border:thin solid #000000;
		}
	
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}
.menuBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuH2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #239D46;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.image {
border:#000000;
border-width:thin;
border-style:solid;
width:200px;
height: 150px;
}

.image2 {
border:#000000;
border-width:thin;
border-style:solid;
width:150px;
height:200px;
}
</style>
