@charset "utf-8";
/* CSS Document */
.TanSlant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	color: #867459;
	font-weight: bold;
}
.MedBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-weight: normal;
	color: #6285BF;
}
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #6285BF;
	font-weight: bold;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #A1937C;
	line-height: 18pt;
	font-weight: bolder;
}
.General {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
}
.Mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #000;
}
.bluebox {
	background-color: #1E2D5E;
}
.whitebox {
	background-color: #FFF;
}
.liststylesquare {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 10pt;
	line-height: 14pt;
}
.liststylenumerals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	list-style-type: disc;
}

.liststyleroman {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: lower-roman;
	font-size: 10pt;
	line-height: 14pt;
}

.Generalbiggerslant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 16pt;
	color: #69C;
}
.widewhite {
	background-color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.widerwhite20 {
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
body {
	background-color: #1E2D5E;
}
a:link {
	color: #6285BF;
}
a:visited {
	color: #6285BF;
}
a:hover {
	color: #8E795B;
}

.bluebox tbody tr td .bluebox tr td .whitebox tr .Heading .Mini {
	color: #9BB3F0;
}

