.lightborder {
	border: 1px solid #EFEEEC;
}
.darkborder {

	border: 1px solid #DAD7D2;
}
.darkborderbottom {
	border-top: none #DAD7D2;
	border-right: none #DAD7D2;
	border-bottom: 1px solid #DAD7D2;
	border-left: none #DAD7D2;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.lightborderbottom {

	border-top: none #EFEEEC;
	border-right: none #EFEEEC;
	border-bottom: 1px solid #EFEEEC;
	border-left: none #EFEEEC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.darkborderbottomthick {

	border-top: none #DAD7D2;
	border-right: none #DAD7D2;
	border-bottom: 5px groove #DAD7D2;
	border-left: none #DAD7D2;
}
.IMAGE {
	float: left;
	clear: left;
	padding: 3px;
	border: thin solid #DAD7D2;
}
