body, p, td, input {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #2d3941;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #9f5002;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

img.left {
	caption: Image Left Aligned;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.right {
	caption: Image Right Aligned;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.ewepBox {
	visible: false;
	border: solid 4px #b6b5a2;
	background-color: #e1dfd4;
	margin-bottom: 8px;
	width: auto;
	* width: 100%;
}
div.ewepBoxContent {
	visible: false;
	border: solid 1px #827955;
	background-color: #ffffff;
	margin: 2px;
	padding: 14px;
	width: auto;
	* width: 100%;
}

span.hr {
	visible: false;
	display: block;
	background: url("images/dots-g-h.gif");
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
}