﻿
body 
{
    background-color:Black;
}

h1
{
    font-family: Arial;
    font-size: x-large;
    font-weight: bolder;
    font-style: normal;
    color: #FFFFFF;
    text-decoration: underline;
}
h2
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:White;
    border-bottom:solid 3px #99cc66;
}

.listitems
{
	font-family: Arial;
	font-size: 12px;
	list-style-type: none;
}

.listitems li
{
    color: White;
    font-style: normal;
    font-family: arial, Helvetica, sans-serif;
    font-size: medium;
}

.listitems A:link
{
    color:White;
    text-decoration:none
}

.listitems A:visited
{
    color:White;
}

.listitems A:hover
{
    text-decoration:underline
}

hr
{
   background-color:Gray;
   height: 1px;
}
.navImages
{
    width: 184px;
    height: 40px;
}
 .style1
{
    width: 100%;
    border-right: solid thin #99cc66;
    border-left: solid thin #99cc66;
    border-bottom: solid thin #99cc66;
    border-top: solid thin #99cc66;
    background-color: #99cc66;
    font-family:Arial;
    color:White;
}
 .tableRow
{
    background-color: White;
    color: Black;
}
.spanBold
{
    font-weight:bold;
}
dt
{
	font-weight:bold;
	color:White;
}
dd
{
	font-weight: normal;
	color: White;
	list-style-type: disc;
}
