body 
{
background-color: white
font-size: 12px
}


p 
{
font-family: arial;
font-family: "sans serif";
font-size: 80%;
text-align: left
}


p.sansserif {font-family: "sans serif"}

.normal {font-weight: normal}
.thick {font-weight: bold}
.thicker {font-weight: 900}


h1, h2, h3, h4, h5, h6 
{
font-family: arial
}

#midgrey {color: #666666}
#dkgrey {color: #CCCCCC}
#grey {color: #dddddd}
#grngrey {color: #003366}
#maroon {color: #660033}
#red {color: red}
#black {color: #000000}
#fontgrey {color: #E6E6E6}
#white {color: #FFFFFF}


.center {text-align: center}
.right {text-align: right}
.left {text-align: left}


span.textcolor1 /* bold, red text inserted */
{
color: red;
font-weight: bold
}

span.textcolor2 /* bold, black text inserted */
{
color: black;
font-weight: bold
}

p#para1 /* Normal paragraph formatting */
{
font-family: arial;
font-size: 100%
text-align: left;
color: black
}


p#para-smallc /* Small font center aligned */
{
font-family: arial;
font-size: 60%;
text-align: center;
color: #006699
}

p#para-smallcb /* med font center aligned black*/
{
font-family: arial;
font-size: 75%;
text-align: center;
color: #oooooo
}

p#para-smallr /* Small font right aligned */
{
font-family: arial;
font-size: 60%;
text-align: right;
color: #006699
}

p#para-smalll /* Small font left aligned */
{
font-family: arial;
font-size: 60%;
text-align: left;
color: #006699
}

p#para-smallb /* Small font left aligned black*/
{
font-family: arial;
font-size: 60%;
text-align: left;
color: #000000
}

p#para-smallbl /* med font left aligned black*/
{
font-family: arial;
font-size: 75%;
text-align: left;
color: #000000
}
a:link {color: #3333CC; text-decoration: none}
a:visited {color: #CC3333; text-decoration: none}
a:hover {color: #660000; text-decoration: underline}
a:active {color: #009933; text-decoration: none}

ul.disc 
{
list-style-type: disc
font-family: arial;
font-size: 80%;
text-align: left;
color: #3333CC
}

ul.disc1 
{
list-style-type: disc
font-family: arial;
font-size: 80%;
text-align: left;
color: #FFFFFF
}
