@charset "utf-8";
/* CSS Document */

a:link     { color: #990000; text-decoration: none; }
a:active { color: #003399; text-decoration: none; }
a:visited   { color: #990000; text-decoration: none; }
a:hover   { color: #003399; text-decoration: underline; }
a img { border-style: none; }

html, body {
	background: #990000 ;
	font-size: 100%;
	font-family: "Segoe UI", Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.WitRed { color:#990000; }
.undrln { text-decoration:underline; }

table, tr, td {
	margin: 0;
	padding: 0;
}

table#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 0;
}

#header {
	padding: 5px;
	border-spacing: 5px; 
	text-align:center; 
	color:#003399; 
}

#header img {
	height: 77px;
	width: 134px;
}

#header #headerTitle {
	text-align:center; 
	padding: 0 16px 0 16px;
	color:#003399; 
	font-variant:small-caps; 
	font-size:20px;
	font-weight:600;
	line-height:20px;
}

table#nav {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 0px;
}

table#nav img { border: hidden; }



h1 {
	font-weight:bold; 
	font-size: 1.1em; 
	color:#990000;
}

h2 {
	font-weight:bold; 
	font-size: 1.1em; 
	color:#990000;
}

h3 {
	font-weight:bold; 
	font-size: 1em; 
	color:#990000;
	text-decoration:underline;
}

p {
	font-size: 1em; 
}

table {
	background-color:#FFFFFF;
}

.witBorder {
	border:thin solid #990000; 
/*	border:thin solid #000000;*/
}
