﻿body
{
	font-family: Verdana;
	font-size: 12pt;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;	
	color: Teal;
	line-height: 2;
	background-color: Teal;
}

.menu a, .menu a:visited
{
	background-color: White; 
	color: Teal; 
	text-decoration: none;
	display: block; 
	width: 175px; 
	height: 40px; 
	text-align: left; 
	line-height: 40px; 
	text-indent: 10px;
}

.menu a:hover
{
	background-color: Teal;
	color: White;
	text-decoration: none;
}

a, a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: none;
	color: Gray;	
}

.banner_bottom
{
	font-family: Verdana;
	font-size: 8pt;	
	color: Black;
	background-color: Teal;
}

h1
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bolder;
	color: Teal;
}

img
{
	border-style: none;
}

.lblprog
{
	font-size: 8pt;
}

.collapsePanel 
{
    width: 610px;
    height: 0px;
    overflow: hidden;
    padding: none;
}
