﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    color: #000000;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000080;
    text-align: left;
    width: 582px;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #000080;
    text-align:center;
    width: 821px;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000080;
    text-align:center;}
h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000080;
    text-align:center;
    width: 865px;
}    

/* Lists */
li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}

/* Navigation Buttons */
    p.navbuttons a
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
    text-align: center;
    display: inline-block;
    padding: 0px 10px 10px 10px 10px;
    width: 100px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 2px;
    top: 3px;
} 
     /*border-top: 1px solid #EEEEEE;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #EEEEEE; */
    
    p.navbuttons a:hover, p.navbuttons a:active
{
    background-color: #CCCCCC;
    color: #FFFFFF;
    background-repeat: no-repeat;
}
