body {
	background-color:#373632;
	font-family:Arial;
}

.tdNavBar {
 padding-top:15px;
 text-align:center;
 vertical-align:top;
}

.styleTextBox {
 width:400px;
}

a.linkNavBar:link {
 color:white;
 font-weight:bold;
 text-decoration:none;
}
a.linkNavBar:visited {
 color:white;
 font-weight:bold;
 text-decoration:none;
}
a.linkNavBar:active {
 color:blue;
 font-style:italic;
 font-weight:bold;
 text-decoration:none;
}
a.linkNavBar:hover {
 color:blue;
 font-style:italic;
 font-weight:bold;
 text-decoration:none;
}
.linkNavBarActive {
 color:blue;
 font-style:italic;
 font-weight:bold;
 text-decoration:none;
}

a.linkFooter:link {
 color:white;
 font-size:small;
 text-decoration:none;
}
a.linkFooter:visited {
 color:white;
 font-size:small;
 text-decoration:none;
}
a.linkFooter:active {
 color:white;
 font-size:small;
 text-decoration:none;
}
a.linkFooter:hover {
 color:white;
 font-size:small;
 font-style:italic;
 text-decoration:none;
}