BODY {
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5;
}

table {
font-size: 1em;
line-height: 1.3;
}


.fred {font-size: 100%;
color: #FFFFFF;
font-weight: bold;
}

A.fred:link {color: #ffffff;
font-size: 100%;
font-weight: bold;
text-decoration: underline;
}
A.fred:visited {color: #ffffff;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
A.fred:hover {color: #FFCC33;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
A.fred:active {color: #FFCC33;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}


A:link {color: #003366;
font-weight: bold;
text-decoration: underline;
}
A:visited {color: #003366;
font-weight: bold;
text-decoration: underline;
}
A:hover {color: #CC0000;
font-weight: bold;
text-decoration: none;
}
A:active {color: #CC0000;
font-weight: bold;
text-decoration: none;
}

.footer {font-size: 80%;
color: #006666;
}

A.footer:link {color: #006666;
font-size: 100%;
font-weight: normal;
text-decoration: none;
}
A.footer:visited {color: #006666;
font-size: 100%;
font-weight: normal;
text-decoration: none;
}
A.footer:hover {color: #CC0000;
font-size: 100%;
font-weight: normal;
text-decoration: underline;
}
A.footer:active {color: #CC0000;
font-size: 100%;
font-weight: normal;
text-decoration: none;
}


.menu {font-size: 100%;
color: #ffffff;
font-weight: normal;
letter-spacing: 1pt;
}

A.menu:link {color: #ffffff;
font-weight: normal;
text-decoration: underline;
}
A.menu:visited {color: #ffffff;
font-weight: normal;
text-decoration: underline;
}
A.menu:hover {color: #CC0000;
font-weight: normal;
text-decoration: none;
}
A.menu:active {color: #CC0000;
font-weight: normal;
text-decoration: none;
}



P {
padding-left: 20px;
margin-right: 2em;


HR {
color: #ff0000;
}


}

H1, H2, H3, H4, H5, H6 {

}


H1 {
color: #006699;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
letter-spacing: 2pt;
text-align: center;
font-size: 110%;
font-weight: bold;
font-variant: small-caps;
}

H2 {
color: #FFCC33;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
letter-spacing: 2pt;
text-align: center;
font-size: 100%;
font-weight: bold;
font-variant: normal;
}

H3 {
color: #990000;
text-align: left;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin-bottom: 1em;
font-size: 95%;
font-weight: bold;
font-variant: normal;
letter-spacing: 1pt;
}

H4 {
color: #FFFFFF;
padding-left: 0px;
padding-bottom: 0px;
font-size: 96%;
font-weight: normal;
font-variant: normal;
}

H5 {
color: #FFFFFF;
padding-left: 2px;
padding-bottom: 2px;
padding-right: 2px;
padding-top: 2px;
margin-left: 2px;
margin-bottom: 2px;
margin-right: 2px;
margin-top: 2px;
font-size: 80%;
font-variant: normal;
}

H6 {
color: #990000;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 80%;
font-weight: bold;
}



UL { 
margin-top: 1px;
margin-bottom: 1px;
margin-left: 15px;
margin-right: 1px; list-style-image:url('images/bullet.gif')
}


OL { 
list-style-type: decimal;
padding-left: 40px;
padding-right: 40px;
}