body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #44433e;
	background-color: #dad9d1;
/*	text-align: justify;*/
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #dad9d1;
}
.left{
	text-align: left;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: 2px;
	margin: 0px;
}
h2 {
	font-size: x-small;
	font-weight: bold;
	border: 2px dotted #FFFFFF;
	padding: 2px;
	margin: 0px;
	text-align: left;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	font-style: italic;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #7D7B70;
	border-right-color: #7D7B70;
	border-bottom-color: #7D7B70;
	border-left-color: #7D7B70;
	border-top-style: dashed;
}
a, a:visited {
	font-size: x-small;
	color: #44433e;
}
a:hover, a:active {
	color: #000000;
}
a.nav, a.nav:visited {
	font-size: xx-small;
	color: #44433e;
	text-decoration: none;
}
a.nav:hover, a.nav:active  {
	color: #FFFFFF;
	text-decoration: none;
}
.border {
	border: 10px solid #e4e3e0;
}
.imgBorderBottom
{
border-bottom-style:solid;
border-bottom-color:#e4e3e0;
border-bottom-width:10px;
}