body.main{
	width: 100%;
  	background: rgb(0,0,0);
  	margin: 0px;
  	height: 100%;
	font-family: "MS arial",helvetica,sans-serif;
	font-weight: 700;
	font-size: 12pt;
	font-color: rgb(255,255,255);
}
a:link, a:visited, a:active {
  color: rgb(255,255,255);
  text-decoration: none;
}

a:hover {
  color: rgb(0, 64, 192);
  text-decoration: none;
}
td.title{
        padding-top: 0px;
	font-family: "MS arial",helvetica,sans-serif;
	font-weight: 700;
	font-size: 24pt;
	color: rgb(255,255,255);
	background: blue;
	text-align: center;
}
table.main{
	padding-top: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.links{
	padding-top: 0px;
}
td.links{
	
	font-family: "MS arial",helvetica,sans-serif;
	font-weight: 700;
	font-size: 12pt;
	color: rgb(255,255,255);
	border: 0px;
	background: blue;
	width:14.3em;
	text-align: center;
}
td.main{
	font-family: "MS arial",helvetica,sans-serif;
	font-weight: 700;
	font-size: 12pt;
	color: rgb(255,255,255);
	border: 0px;
	background: black;
	width: 40em;
	text-align: center;
}



