﻿html
{
    margin: 0;
    padding: 0;
	height: 100%;
}

body
{
    margin: 0;
    padding: 0;
	height: 100%;    
	font-family: Verdana;
	font-size:10pt;
	color:#000000;     
}

.header {
	height: 94px;
	background-color: #C7CBCD;
	border-bottom: solid 1px #999999;
	cursor: pointer;
}

.menuHeader
{
    border-bottom: solid 1px #999999; 
    border-left: solid 1px #999999;
    width: 173px;
}

.menuItem
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;   
    height: 20px;
    width: 173px;
    border-bottom: solid 1px #999999; 
    border-left: solid 1px #999999;
    cursor: pointer;
}

.menuItemOver
{
    background-color: #E7EAED;
    font-family: Verdana;
    font-size: 10px;
    color: #666666;   
    height: 20px;
    width: 173px;
    border-bottom: solid 1px #999999; 
    border-left: solid 1px #999999;
    cursor: pointer;
}

.menuOver
{
    color: #308649;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;    
}

.subMenuItem
{
    background-color: #FFFFFF;
    font-family: Verdana;    
    font-size: 10px;
    color: #666666; 
    height: 20px;
    width: 173px;
    border-top: dotted 1px #999999; 
    border-left: dotted 1px #999999;
    cursor: pointer;
}

.subMenuItemOver
{
    background-color: #E7EAED;
    font-family: Verdana;    
    font-size: 10px;
    color: #666666;   
    height: 20px;
    width: 173px;
    border-top: dotted 1px #999999; 
    border-left: dotted 1px #999999;
    cursor: pointer;
}

.subMenuOver
{
    color: #666666;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;    
}

h1
{
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: #666666;   
}

img
{
    border: 0;
}

a
{
    font-family: Verdana;
    
    color: #666666;   
    text-decoration: none;
}

a.menu
{
    padding: 5px 0px 5px 40px;
    font-family: Verdana;
    
    color: #666666;   
    text-decoration: none;
}

a.subMenu
{
    padding: 5px 0px 5px 60px;
    font-family: Verdana;
    font-size: 10pt;
    color: #666666;   
    text-decoration: none;
}

a.footerLink
{
    font-family: Verdana;
    font-size: 10pt;
    color: #666666;   
    text-decoration: none;
}

.footer 
{
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana;
    font-size: 9pt;
    text-align: center;
    color: #666666;
	background:#EAECEE;
	height: 24px;
}