@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; }

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

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;*/
}
