a:link {
	color: #002A6C;
}
a.nav:link, a.nav:active, a.nav:visited {
	color : White; 
	text-decoration: none; 
}
A.nav:Hover {
	color : #336799; 
	text-decoration: none; 
}
body {
	margin-top: 10px;
}

.nav{
	color: White;
	background-color: #C2113A;
	font-size: x-small;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
td {
	font-family: sans-serif;
	font-size: small;
	color: Black;
	border: thin Black;
}
.box1{
	background-color: #DDDDDD;
	font-size: x-small;
}
a.box1:link, a.box1:active, a.box1:visited {
	color : Black; 
	text-decoration: none; 
}
A.box1:Hover {
	color : #336799; 
	text-decoration: none; 
}
.box2{
	background-color: #002A6C;
	font-size: xx-small;
	color: White;
}
a.box2:link, a.box2:active, a.box2:visited {
	color : White; 
	text-decoration: none; 
}
A.box2:Hover {
	color : #336799; 
	text-decoration: none; 
}
.box2lg, a.box2lg:link, a.box2lg:active, a.box2lg:visited {{
	background-color: #002A6C;
	font-size: small;
	color: White;
	text-decoration: none; 
}
.box2Button {
	color: White;
	border: thin solid White;
	font-weight: bold;
	background-color: #C2113A;
}

.box3{
	color: White;
	background-color: #C2113A;
	font-size: medium;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.box4{
	background-color: white;
	font-size: x-small;
}
a.box4:link, a.box4:active, a.box4:visited {
	color : #002A6C; 
	font-weight: bold;
	text-decoration: none; 
}
A.box4:Hover {
	color : #336799; 
	text-decoration: none; 
}
h1 {
	color: Black;
	font-size: large;
	margin-bottom: 4px;
	margin-top: 4px;
}
h2 {
	color: Black;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
}
h3 {
	color: #002A6C;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
}
h4 {
	color: Black;
	font-size: small;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
}
h5 {
	color: #002A6C;
	font-size: small;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
}
#Box {
	border:		1px solid #002A6C; 
	background-color: #FFFFFF;   
	margin:		0.5em;
	padding:	1em;
	vertical-align:	top;
	Width: 100%;
}
b, strong {
	font-weight: bold;
	color: inherit;
}
ol, ul {
	margin-bottom: 6px;
	margin-top: 6px;
}
.tdLine {
	border-left: thick solid #336799;
	border-left-color: #336799;
	border-left-style: solid;
	border-left-width: thick;
}