body {
	font-family: Arial;
	font-size : 0.8em;
	text-align: justify;
}

.red {
	color: #FF0000;
}.large {
	font-size: large;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #52AFB7;
	margin-top: 20px;
}
.aEditor:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #54AEAC;
	text-decoration: none;
	font-weight: bold;
}
.aEditor:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #54AEAC;
	text-decoration: none;
	font-weight: bold;
}
.aEditor:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #54AEAC;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #09B4A4;
	text-align: left;
	line-height: 1em;
}
#table {
	width: 520px;
	border: 1px solid #E0DFE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#table #header {
	height: 165px;
}
#table #columnLeft {
	width: 200px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#table #columnRight {
	width: 320px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#table #footer {
	background-color: #E0DFE3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	padding: 5px;
}
