/* header style definitions */
.Header {
	background-color : #990000;
	color : #ffff00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12pt;
}
A.Header:link{
	color: #ffff00;
	text-decoration: none;
	background-color : #990000;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt
}
A.Header:visited{
	color: #ffff00;
	text-decoration: none;
	background-color : #990000;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt
}
A.Header:active{
	text-decoration: none;
	color: #ffff00;
	background-color : #990000;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt
}
A.Header:hover {
	text-decoration: underline;
	color: #ffff00;
	background-color : #990000;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt
}

/* body style definitions */
.BText {
	color : #990000;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt
}

A.BText:link{
	color: #990000;
	text-decoration: none;
	font-weight : bold;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt
}

A.BText:visited{
	color: #990000;
	text-decoration: none;
	font-weight : bold;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt
}
A.BText:active{
	text-decoration: none;
	color: #990000;
	font-weight : bold;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt
}
A.BText:hover {
	text-decoration: underline;
	color: #990000;
	font-weight : bold;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt
}

/* All FText variants used in EVERY footer */
.FText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : #990000;
	background-color : White;
	vertical-align : middle;
}
		A.FText:LINK{
	color : #990000;
	background-color : White;
}
		A.FText:ACTIVE{
	color : #990000;
	text-decoration : underline;
	background-color : White;
}
		A.FText:HOVER {
	color : Black;
	text-decoration : underline;
	background-color : White;
}
		A.FText:VISITED {
	color : #990000;
	background-color : White;
}
