﻿body 
{
    background-image: url(/images/bg-tile-01.gif);
    font-family:Arial, Helvetica, sans-serif;
}
.table 
{
    width:1024px;
    border:solid 2px white;
    background-color:#0B8401;
    background-image: url(/images/bg01.png);
    background-repeat:repeat-x;
}
.leftnav
{
    font-size:14px;
    color:White;    
    font-weight:bold;
    }
    
.toplogo 
{
    font-size:60px;
    color:Green;
    vertical-align:bottom;
    
}

.topnav a 
{
    color:white;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}
.topnav a:hover
{
    color:#FFFF0D;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}
.topnav a:active
{
    color:#FFFF0D;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}

.maintable {
    border:solid 3px #FFFF0D;
    background-color:white;
    }
.maintable td {
    font-size:14px;
    }
.mainbody 
{
    font-size:14px;
}
.mainbody a {
    color:green;
	font-size:14px;
	text-decoration:none;
	}
.mainbody a:hover {
    color:green;
	font-size:14px;
	text-decoration:underline;
	}
.footer 
{
    font-size:10px;
    color: white;
}
.header
{
	color:green;
	font-size:18px;
	font-weight: bold;
}
.header a {
    color:green;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	}
.header a:hover {
    color:green;
	font-size:16px;
	font-weight: bold;
	text-decoration:underline;
	}

.sec_header
{
	color:Black;
	font-size:10pt;
	font-weight: bold;
}
.navParent
{
		color:#FFFF0D;
		text-decoration:none;
		font-weight:bold;
		font-size:14px;
}
.navLink
{
	color:White;
	margin-left:10px;
	text-decoration:none;
	font-size:12px;
}
.navLink:hover 
{
	color:#FFFF0D;
	margin-left:10px;
	text-decoration:none;
}
