BODY {
	background-color: #ffffff;
	color : #000000;
	font-family : Arial, ;
	font-size: 11pt;
	text-align: justify;
}

.TrueGray {
	color: #777777;
}

.Gray {
	color: #8080DD;
}

.PurpleBold {
	color: #5500FF;
	font-weight: bold;
	font: italic;
}

.Blue {
	color: #5555FF;
	font-size: 11pt;
}

.BlueBold {
	color: #0000FF;
	font-weight: bold;
	font: italic;
}

.OrangeStandard {
	font-family: Arial;
	font-size: 11pt;
	color: orange;
} 

.PurpleItalic {
	font-family: Arial;
	font-size: 11pt;
	color: #5500FF;
	font: italic;
	font-weight: bold;
} 

.Standard {
	font-family: Arial;
	font-size:11pt;
}

.YellowItalic {
	color: yellow;
	font: italic;
}

TD {
	font-size: 11pt;
}

TABLE {
	border : #000035;
}

CENTER {
	text-align:center;
}

H1 {
	font-size: 20pt;
	color: yellow;
	text-align: center;
}

H2 {
	font-size: 18pt;
	color: yellow;
	text-align: center;
}

H3 {
	font-size: 12pt;
	color: yellow;
	text-align: center;
}

.W2 {
	font-size: 18pt;
	color: White;
	text-align: center;
	font-weight: bold;
}

.BigYellow {
	font-size: 17pt;
	color: yellow;
}

H4 {
    font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	text-align: center;
	}

H5 {
	font-size: 13pt;
}
	
.ResultsPage {
	font: size: 17pt;
	color: yellow;
	text-align: center;
}

.BundleInfo {
	color=#7777FF;
	text-align: justify;
}

.SizeThirteen {
	font-size: 13pt;
}

.SizeTwelve {
	font-size: 12pt;
}
	
.SizeEleven {
	font-size: 11pt;
}
	
.SizeTen {
	font-size: 10pt;
}
	
.SizeNine {
	font-size: 9pt;
}

.SizeEight {
	font-size: 8pt;
}

.SizeSeven {
	font-size: 7pt;
}

.SizeSix {
	font-size: 6pt;
}

.SizeFive {
	font-size: 5pt;
}

.SizeFour {
	font-size: 5pt;
}

.OrangeBold {
	color: orange;
	font : bolder;
	font-size: 11pt;
}

.Orange {
	color: orange;
}

.Red {
	color: red;
}

.RedItalic {
	color: red;
	font: italic;
}

.SmallOrangeItalic {
	color: orange;
	font: italic;
	font-size:  10pt;
}

.Yellow {
	color: yellow;
}

.Underlined {
	text-decoration: underlined;
}

.YellowBold {
	color: yellow;
	font: bolder;
	font-size: 11pt;
}

.Required {
	color: red;
	font : italic;
	font-weight: bold;
}

A {
	text-decoration: underlined;
	color: #FFFFFF;
}

A:Hover {
	text-decoration: none;
	color: orange;
}

A:Active {
	text-decoration: none;
	color: #FF0000;
}
A:visited {
	text-decoration: underlined;
	color: #D4D4D4;
}

A:visited:hover {
	text-decoration: underlined;
	color: orange;
}
.OrangeStandard {
	color: orange;
	font-size: 11pt;
}
HR {
	color: 004A94;
	height: 1pt;
}
.HrBlue {
	color: #101055;
	height: 1pt;
}