@charset "utf-8";
.BodyText {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.WhiteBodyText_12 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.RedBody9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
}
.RedBold_12 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #F00;
}
.RedBold_10 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #F00;
}
.RedTitle_24 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
/* Add unique Sub Page Link Style per Div Tag - Red Background White Links  */
div.AllWhiteLinks a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.AllWhiteLinks a:hover {
	color: #FFFFFF;
}

div.AllWhiteLinks a:visited {
	color: #FFFFFF;
}

/* Add unique Sub Page Link Style per Div Tag - Red Background White Links  */
div.AllRedLinks a:link {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.AllRedLinks a:hover {
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.AllRedLinks a:visited {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.FORMHeader_Black {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-style: normal;
}

.FORMHeader_White {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-style: normal;
}

.FORMSubHeader_Black {
	font-size: 16px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
}

.FORMPageHeader_Black {
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.ClassNumbersBlack{
	font-size: 36px;
	color: #000;
	text-align: left;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: oblique;
}

.FORMLinkHeader_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bolder;
}

.WhiteSubPageLink {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	
}
.PageNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: blink;
	line-height: normal;
	background-color: #FFF;
}

.wrap {
    width: 1000px;
    height: 10000px;
    padding: 0;
    overflow: hidden;
	
}
.frame {
    width: 1750px;
    height: 1500px;
    border: 0;
    -ms-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -o-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
	margin-left:0px;
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.frame90 {
    width: 1750px;
    height: 1500px;
    border: 0;
    -ms-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -o-transform: scale(0.90);
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
	margin-left:0px;
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
