BODY {
	background-image: url(/images/space.jpeg);
	margin-left: 15px;
	margin-right: 15px;
	margin-top:10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
}

TABLE {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
 	}

P {
	margin-top:5px;
	text-indent : 10px;
}

 A {
 color: blue;
 text-decoration: none;
 font-size:10px;
 }

 A:Hover {
 	font-size:10px;
	color: ActiveCaption;
	text-decoration: underline;
}

.toplink {
	font-size:10px;
	color: blue;
	text-decoration: none;
}

A:Hover.toplink {
	font-size:10px;
	color: ActiveCaption;
	text-decoration: underline;
}

@font-face {
    font-family: Federation;
    font-style:  normal;
    font-weight: normal;
    src: url(/FEDERAT0.eot);
  }
 
.MainTable {
	background-color:white;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 15px;
	border-color:gray;
}

 .TopHeading {
	font-family: Federation, Verdana;
	font-size: 22px;
	font-weight: normal;
	color: Scrollbar;
}

 .Title {
	font-family: Impact;
	font-size: 30px;
	font-weight: normal;
	color: Black;
}

 .TopSubHeading {
	font-family: Verdana;
 	font-size: 14px;
	letter-spacing:1px;
	font-weight:bold;
	color:silver;
}

 .NewHeading {
 letter-spacing: 3px;
 font-family: Impact;
 font-size: 16px;
 color: white;
 font-weight:normal;
 }

