html,body {
	font-family: Arial, Helvetica, sans-serif;
}
address {
	text-align: center;
}
.legal {
	font-size: 11px;
	font-variant: normal;
}
.maintable {
	padding-right: 15px;
	padding-left: 15px;
}
.date {
	font-weight: bold;
	float: left;
	width: 168px;
	font-size: 12px;
	text-align: center;

}
.topwelcome {
	font-weight: bold;
	color: #EEEEEE;
}
.sidebar {
	width: 168px;
	background-color: #FF0000;
	text-align: center;
	vertical-align: top;
	color: white;
	font-weight: bold;
}
.sidebar a,.sidebar a:visited {
	text-decoration: none;
	color:white;
	font-size: 12px
	
}
.sidebar a:hover {
	text-decoration: underline;
}
a {
	color: #FF0000;
}

