body {
	background-color: White;
	vertical-align: top;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	color: Black;
}
table.textbackground
	{
	background-color: #FFFAF0;
	border: 1px dashed #F59E82;
}

td {
	vertical-align: top;
}
td.header {
	background-image: url(images/header2.jpg);
}
td.leftpanel {
	background-color: #FFFAF0;
	border-right: 1px dashed #F59E82;
}
td.divider {
	border-bottom: 1px dashed #F59E82;
}
td.footer {
	background-color: #F59E82;
	vertical-align: middle;
}
td.h1 {
	border: 1px dashed #F59E82;
	background-color: #FFFAF0;
}
td.textbackground {
	background-color: #FFFAF0;
	border: 1px dashed #F59E82;
}
td.whitebackground {
	background-color: White;
}
td.bottomalign {
	vertical-align: bottom;
}
td.center {
	text-align: center;
	vertical-align: middle;
}

p {
	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	
}
p.menu {
	font-size: 16px;
	text-indent: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
p.h1 {
	font-size: 20px;
	color: #4F4F4F;
}
p.h2 {
	font-size: 16px;
	color: #4F4F4F;
}
p.date {
	font-size: 16px;
	color:Gray;
	text-align: right;
}

a {
	text-decoration: none;
	color: transparent;
}
a.menu {
	color: #80280A;
}
a:active, a:hover {
	text-decoration: underline;
	color: Red;
}

img {
	border: 0;
}
img.rightmargin {
	margin-right: 10px;
}
img.leftmargin {
	margin-left: 10px;
}