td.bottomrow {
	background-color: #02377B;
	height: 450px;
	text-align: center;
}
td.justify {
	vertical-align: top;
	text-align: justify;
}

td.left {
	vertical-align: top;
	text-align: left;
}

td.right {
	vertical-align: top;
	text-align: right;
}

a:hover {
	color: #EFF000;
}
a {
	color: #FFFFC8;
}


a:link {
	
}
body {
	font-family: "Franklin Gothic Book";
	font-size: 110%;
	text-align: center;
	color: #FFFFC8;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #000033;
	font-weight: 100;
}

h1 {
	font-family: "Franklin Gothic Book";
	font-size: xx-large;
	font-weight: lighter;
	text-align: center;
}

h2 {
	font-family: "Franklin Gothic Book";
	font-size: 130%;
	font-weight: lighter;
	text-align: center;
}

h3 {
	font-family: "Franklin Gothic Book";
	font-weight: lighter;
	text-align: center;
	color: Maroon;
}

h5 {
	font-family: "Franklin Gothic Book";
	font-size: 110%;
	font-weight: lighter;
	text-align: center;
}


