body
{
font-family: times new roman, georgia, arial, sans-serif;
font-size: 100%;
background-color: #FFFFFF;
color: #000000;
}

a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}

h1
{
font-style: italic;
margin: 0;
color: #FFFFFF;
font-size: 200%;
font-weight: bold;
} 

p
{
padding-left: 1%;
padding-right: 2%;
}

h2
{
font-size: 120%;
font-weight: bold;
}

h3
{
font-size: 100%;
color: #000000;
margin: 0;
font-weight: bold;
}


img
{
border-color: #FFFFFF;
border: 0;
margin: 0;
}

ul li
{
list-style: square;
}

ul ul li
{
list-style: circle;
}

ol li
{
list-style-type: decimal;
}

ol ol li 
{
list-style-type: lower-roman;
}


.footer
{
background-color: #3333CC;
font-size: 90%;
color: white;
font-weight: bold;
}


.bold
{
font-weight: bold;
}

.bgcolor
{
background-color: #FAFAD5;
font-size: 90%;
}

.center
{
text-align: center;
}

.white
{
color: #FFFFFF;
margin: 0;
}

.top_and_bottom_blue_banner
{
background-color: #0717AF;
text-align: center;
}

.top_and_bottom_yellow_banner
{
background-color: #FFDA81;
text-align: center;
font-size: 80%;
}

.bold_italic
{
font-weight: bold;
font-style: italic;
font-size: 110%;
}

.small_center
{
text-align: center;
font-size: 85%;
}