
body
{
    text-align : center;
    color: #006600;
    background:#009900 url(bg-green.jpg) repeat;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}


#contents
{
		  text-align: left;
        padding-top : 5px;
        padding-bottom : 50px;
        padding-left : 0px;
        padding-right : 5px;
        background-color: transparent;
        color: #006600;
}

#nav ul, #nav li {
        list-style-type: none;
}

#nav a, #nav li.active li a
{
        color: #FFFFCC;
        text-decoration: none;
}

#nav a:hover, #nav li a:hover
{
        background-color: #FFFFCC;
        color: #A52A2A;
        text-decoration: none;
}

#nav a:visited {
        color: #00C641;
}

p,ul,ol {
        font-size: 10pt;
        text-align: left;
        color: #006600;
        font-family: Arial, Helvetica, sans-serif;
}

a:link {
        background-color: transparent;
        color: #00C641;

}

a:hover
{
        background-color: #FFFFCC;
        color: #00C641;
        text-decoration: none;
}

a:visited {
		  background-color: transparent;
        color: #00C641;
}



h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
        font-size: 275%;
		  text-align: center;
		  font-weight: bold;
        padding-right: 0px;
        border-top: 0px solid #fc6;
        border-right: 0px solid #fc6;
        border-bottom: 0px solid #fc6;
        border-left: 0px solid #fc6;
}

h2 {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        padding-right: 0px;
        border-top: 0px solid #fc6;
        border-right: 0px solid #fc6;
        border-bottom: 0px solid #fc6;
        border-left: 0px solid #fc6;

}

h3 {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding-right: 0px;
    border-top: 3px solid #fc6;
    border-right: 3px solid #fc6;
    border-bottom: 3px solid #fc6;
    border-left: 3px solid #fc6;
    color: #109D01;
}

