body {
	background-color: #010774;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

table {
	background-color: white;
}

.footer {
	background-color: #010774;
	font-size: xx-small;
	font-weight: bold;
	color: white;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

h2 {
	color: red;
	font-family: "Times New Roman", Times, serif;
}

p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	cursor: hand;
	color: white;
}
/*
a:hover {
	text-decoration: underline;
}
*/
.sel {
	color: red;
}

.nav {
	font-size: inherit;
	font-weight: bold;
	color: white;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: hand;
}

.navLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font: small-caps;
	color: white;
}
	
