﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #06945a;
    font-family: Arial;
    font-size: 12px;
}
textarea{font-family:Arial;font-size:12px;}

.large
{
    font-size: 18px;
}
.small
{
    font-size: 9px;
}
table.ThinBorder
{
    border: 1px solid #000;
    border-collapse: collapse;
}
table.ThinBorder td
{
    border: 1px solid #000;
}
td.TableLabel
{
    background-color: #115349;
    vertical-align: top;
    color: #FFF;
}

#leftbar {
	float:left;
	}
	
#leftbar ul 
{
    width:167px;
    list-style-type: none;
    font-size: 12px;
    margin-top: 0px;
    margin-left:0px;
    padding-left:0px;
}
#leftbar a:link, #leftbar a:visited
{
    text-decoration: none;
    display: block;
    padding: 8px 12px 8px 8px;
    background-color: #115349;
    border-bottom: 2px solid #ffffff;
    color: #fff;
    font-weight: bold;
}
#leftbar a:hover
{
    background-color: #393939;
    color: #ffffff;  
    font-weight:bold;  
}

a.Link1{color:#115349; text-decoration:underline;}
a.Link1:hover{color:#115349; text-decoration:none;}
a.Link2{color:Black; text-decoration:underline;}
a.Link2:hover{color:Black; text-decoration:none;}