body {
	font-family: Arial, Helvetica;
	background: #AAA;
}
a {
	color: blue;
}
h6 {
	font-size: 24px;
	font-style: italic;
/*	font-weight: bold;*/
	color: #0F4BA1;
	text-align: center;
}
.UpperBar {
	background: #0F4BA1;
	padding: 5px; 
	color: white;
}
.Time {
	font-style: italic;
}
table.UpperNav a {
	display: block;
}
.UpperNav a {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.UpperNav a:hover {
	color: yellow;
}
.UpperNav {
	color: white;
	font-weight: bold;
}
.UpperNav p {
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.LowerBar {
	background: white;
	color: #0F4BA1;
}
.LowerNav {
	color: #0F4BA1;
	font-weight: bold;
	font-size: 11px;
}
.LowerNav a {
	font-size: 11px;
	font-weight: bold;
	color: #0F4BA1;
	text-decoration: none;
}
.LowerNav p {
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
.LowerNav a:hover {
	color: blue;
	text-decoration:underline;
}

.OuterDiv {
	border: 2px #0F4BA1 solid;
	background: white;
	width: 900px;
}
.Copyright {
	font-size: 11px;
}

