body {
	background-color: #fff;
	font-size: 72.5%;
	text-align: center;
	color: black;}
	
table {
	border-spacing: 25px;}
td{
	text-align: center;}

#header {
	width: 100%
	height: 139px;
	background-color: #fff;}

	

#sidebar {	
	background-color: #FFF;
	width: 145px;
	right: 10px;
	top: 294px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #696;
	font-family: Trebuchet MS;
	font-size: 9pt; }
	
#content {
	background-color: #FFF;}
	

#footer  {
	font-family: Trebuchet MS;
	font-size: 9pt;
	padding-bottom: 20px;
  }

h2 {
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color: #696;}

	
a {text-decoration:none;}


