﻿/* CSS layout */



.WhiteUnderlineBold10pt {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: none;
}
.White8pt {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.Titleboldblue12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000065;
}
.Boldred10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.BoldRed12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
}
.Bluebold10pt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000065;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #FFFF00;
}
.RedBackground {
	background-color: #FF0000;
}
.Redbar {
	color: #FF0000;
	text-align: left;
}
.Brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #800000;
}
.BrightBlue10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: underline;
	font-size: 10pt;
}
.Blue8pt {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
	text-decoration: none;
}
.BoldRedUnderline10 {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
	text-transform: none;
}

.Blue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #0000FF;
}

.BoldRedUnderline12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}

