/* 
XSm = Extra Small 9pt 
Sm = Small 10pt 
Md = Medium 12pt 
Lg = Large 14pt 
XLg = Extra Large 16pt 
Bld = Bold 12pt 
Ul = Underline  
*/

A:link {
/*	COLOR: #000099; */
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
} 
.menulink {
	COLOR: #000099;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
} 
A:visited {
/*	COLOR: #000099; */
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
} 
A:hover {
	COLOR: #B40000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
} 

.XXSm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

.XXSmBld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}

.XSm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
.XSmBld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}
.XSmUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : underline;
}
.XSmBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000099;
}
.XSmBldUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : underline;
}
.XSmBldBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #000099;
}
.XSmBldYellow {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #FFFF00;
}
.XSmUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : underline;
}
.XSmBldUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : underline;
	font-weight : bold;
}
.XSmBldUlYellow {
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : underline;
	font-weight : bold;
}


.Sm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.SmBld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.SmBldItalic {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
}
.SmUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
}
.SmRed {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #990000;
}
.SmBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000099;
}
.SmBldUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
.SmBldRed {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #990000;
}
.SmBldBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #000099;
}
.SmBldYellow {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFF00;
}
.SmBldWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
}
.SmUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
}
.SmBldYellow {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #FFFF00;
}
.SmBldUlRed {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
	font-weight : bold;
}
.SmBldUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
	font-weight : bold;
}
.SmBldUlYellow {
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
	font-weight : bold;
}


.Med {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
}
.MedBld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.MedUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : underline;
}
.MedBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #000099;
}
.MedBldUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
}
.MedBldRed {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #990000;
}
.MedBldBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000099;
}
.MedBldYellow {
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.MedBldWhite {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.MedUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : underline;
}
.MedBldUlRed {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : underline;
	font-weight : bold;
}
.MedBldUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : underline;
	font-weight : bold;
}


.Lg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
}
.LgBld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
.LgUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : underline;
}
.LgBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #000099;
}
.LgBldUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-decoration : underline;
}
.LgBldRed {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #800000;
}
.LgBldBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #000099;
}
.LgBldWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #FFFFFF;
}
.LgBldYellow {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #FFFF00;
}
.LgUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : underline;
}
.LgBldUlRed {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : underline;
	font-weight : bold;
}
.LgBldUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : underline;
	font-weight : bold;
}


.XLg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
}
.XLgBld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}
.XLgUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-decoration : underline;
}
.XLgBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color : #000099;
}
.XLgBldUl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	text-decoration : underline;
}
.XLgBldBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #000099;
}
.XLgBldRed {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color : #990000;
}
.XLgUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-decoration : underline;
}
.XLgBldUlBlue {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-decoration : underline;
	font-weight : bold;
}
.XLgBldUlRed {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-decoration : underline;
	font-weight : bold;
}
.XXLgBldWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	font-weight : bold;
	color : #FFFFFF;
}
.SectionTitle {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	text-decoration : none;
	font-weight : bold;
}

