/* header attributes */

H1 {
font-family: sans-serif;
color: black;
font-size: 20pt;
font-weight: 800;}

H2 {
color: black;
font-family: sans-serif;
font-size: 16pt;
font-weight: 700;}

H3 {
font-family: sans-serif;
color: black;
font-size: 14pt;
font-weight: 600;}

H4 {
font-family: sans-serif;
color: black;
font-size: 12pt;
font-weight: 500;}

H5 {
font-family: sans-serif;
color: black;
font-size: 10pt;
font-weight: 400;}

H6 {
font-family: sans-serif;
color: black;
font-size: 8pt;
font-weight: 300;}


/* paragraph attributes */

P.l1 { 
font-size: 8pt;
text-align: left;
font-family: sans-serif;
}
P.r1 { 
font-size: 8pt;
text-align: right;
font-family: sans-serif;
}
P.c1 { 
font-size: 8pt;
text-align: center;
font-family: sans-serif;
}
P.j1 { 
font-size: 8pt;
text-align: justify;
font-family: sans-serif;
}

P.l1b { 
font-size: 8pt;
text-align: left;
font-weight: 800;
font-family: sans-serif;
}
P.r1b { 
font-size: 8pt;
text-align: right;
font-weight: 800;
font-family: sans-serif;
}
P.c1b { 
font-size: 8pt;
text-align: center;
font-weight: 800;
font-family: sans-serif;
}
P.j1b { 
font-size: 8pt;
text-align: justify;
font-weight: 800;
font-family: sans-serif;
}


P { 
	font-family: sans-serif;
	font-size: 10pt;
}

P.l { 
font-size: 10pt;
text-align: left;
font-family: sans-serif;
}
P.r { 
font-size: 10pt;
text-align: right;
font-family: sans-serif;
}
P.c { 
font-size: 10pt;
text-align: center;
font-family: sans-serif;
}
P.j { 
font-size: 10pt;
text-align: justify;
font-family: sans-serif;
}

P.lb { 
font-size: 10pt;
text-align: left;
font-weight: 800;
font-family: sans-serif;
}
P.rb { 
font-size: 10pt;
text-align: right;
font-weight: 800;
font-family: sans-serif;
}
P.cb { 
font-size: 10pt;
text-align: center;
font-weight: 800;
font-family: sans-serif;
}
P.jb { 
font-size: 10pt;
text-align: justify;
font-weight: 800;
font-family: sans-serif;
}


P.l3 { 
font-size: 12pt;
text-align: left;
font-family: sans-serif;
}
P.r3 { 
font-size: 12pt;
text-align: right;
font-family: sans-serif;
}
P.c3 { 
font-size: 12pt;
text-align: center;
font-family: sans-serif;
}
P.j3 { 
font-size: 12pt;
text-align: justify;
font-family: sans-serif;
}

P.l3b { 
font-size: 12pt;
text-align: left;
font-weight: 800;
font-family: sans-serif;
}
P.r3b { 
font-size: 12pt;
text-align: right;
font-weight: 800;
font-family: sans-serif;
}
P.c3b { 
font-size: 12pt;
text-align: center;
font-weight: 800;
font-family: sans-serif;
}
P.j3b { 
font-size: 12pt;
text-align: justify;
font-weight: 800;
font-family: sans-serif;
}





/* unordered list attributes */

UL.small { 
font-size: 8pt;
font-family: sans-serif; }
UL UL.small { 
font-size: 8pt;
font-family: sans-serif; }
UL UL UL.small { 
font-size: 8pt;
font-family: sans-serif; }

UL { 
font-size: 10pt;
font-family: sans-serif; }
UL UL { 
font-size: 10pt;
font-family: sans-serif; }
UL UL UL { 
font-size: 10pt;
font-family: sans-serif; }

UL.big { 
font-size: 12pt;
font-family: sans-serif; }
UL UL.big { 
font-size: 12pt;
font-family: sans-serif; }
UL UL UL.big { 
font-size: 12pt;
font-family: sans-serif; }










/* ordered list attributes */

OL.small { 
font-size: 8pt;
font-family: sans-serif; }
OL OL.small { 
font-size: 8pt;
font-family: sans-serif; }
OL OL OL.small { 
font-size: 8pt;
font-family: sans-serif; }

OL { 
font-size: 10pt;
font-family: sans-serif; }
OL OL { 
font-size: 10pt;
font-family: sans-serif; }
OL OL OL { 
font-size: 10pt;
font-family: sans-serif; }

OL.big { 
font-size: 12pt;
font-family: sans-serif; }
OL OL.big { 
font-size: 12pt;
font-family: sans-serif; }
OL OL OL.big { 
font-size: 12pt;
font-family: sans-serif; }


/* definition lists --- added by Troy Thompson */

DL { 
font-size: 10pt;
font-family: sans-serif; }



/* misc. attributes for this style sheet */
/* the following HTML in line elements have been modified for use as shown. */
/* The bold tag is simply specified as to its font weight. */
/* The blockquote are not modified, simply specified so as not to */
/* break the style when used.*/

strong { font-weight: 800 }
B { font-weight: 800 }



blockquote.small {
font-size: 8pt;
font-family: sans-serif;}

blockquote {
font-size: 10pt;
font-family: sans-serif;}

blockquote.big {
font-size: 12pt;
font-family: sans-serif;}

/* classes for this style sheet */

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}
.justify {text-align: justify}

.white {color: white }
.red {color: red }
.blue {color: blue }
.green {color: green }
.yellow {color: yellow }
.brown {color: brown }
.orange {color: orange }
.purple {color: purple }
.fuchsia {color: fuchsia }
.maroon {color: maroon }


/* ID's for this style sheet */

#left {text-align: left}
#right {text-align: right}
#center {text-align: center}
#justify {text-align: justify}

#white {color: white }
#red {color: red }
#blue {color: blue }
#green {color: green }
#yellow {color: yellow }
#brown {color: brown }
#orange {color: orange }
#purple {color: purple }
#fuchsia {color: fuchsia }
#maroon {color: maroon }


