
body 
{
background-color: #FFFFFF
}

{
background-image: 
url('images/totop.gif');
background-repeat: no-repeat;
background-attachment: fixed
}

table.one
{
table-layout:  fixed
}


{
font-size: 11px
}


h1, h2, h3, h4, h5, h6 
{
font-family: arial
}

p#para1 /* Normal paragraph formatting */
{
font-family: arial;
font-size: 80%;
text-align: left;
color: #3333CC
}

p#parac /* Normal paragraph formatting */
{
font-family: arial;
font-size: 80%;
text-align: center;
color: #003366
}

p#para-smallc /* Small font center aligned */
{
font-family: arial;
font-size: 60%;
text-align: center;
color:  #ffffff
}

p#para-smallr /* Small font right aligned */
{
font-family: arial;
font-size: 70%;
text-align: right;
color:   #003366
}

p#para-smalll /* Small font left aligned */
{
font-family: arial;
font-size: 75%;
text-align: left;
color:  #3333CC
}

p#para-small-left /* Small font left aligned */
{
font-family: arial;
font-size: 60%;
text-align: left;
color:   #3333CC
}

span.textcolor1 /* bold, red text inserted */
{
color: red;
font-weight: bold
}

span.textcolor2 /* bold, black text inserted */
{
color: black;
font-weight: bold
}

span.textcolor3 /* bold, maroon text inserted */
{
color: #660033;
font-weight: bold
}

span.textcolor4 /* bold, mid grey text inserted */
{
color: #000033;
font-weight: bold
}



p#para1 /* Normal paragraph formatting */
{
font-family: arial;
font-size: 80%
text-align: left;
color: #3333CC
}

.center {text-align: center}
.right {text-align: right}
.left {text-align: left}


.normal {font-weight: normal}
.thick {font-weight: bold}
.thicker {font-weight: 900}



#midgrey {color: #666666}
#dkgrey {color: #CCCCCC}
#grey {color: #dddddd}
#grngrey {color: #003366}
#maroon {color: #660033}
#red {color: red}
#black {color: #000000}
#fontgrey {color: #E6E6E6}



a:link {color: #003366; text-decoration: underline}
a:visited {color: #000000; text-decoration: underline}
a:hover {color: #666666; text-decoration: none}
a:active {color: #660033; text-decoration: underline}

ul.disc1 
{
margin-left: 0;
padding-left: 50px;
list-style-type: disc;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 75%;
text-align: left;
color: #3333CC
}