﻿a
{
	color: Blue;
	text-decoration: none;
}
.body
{
	text-align: center; 
	background-color: Silver; 
	margin: 0px 0px 0px 0px;
    line-height: 20px; 
    font-size: 10pt;
}
.top
{
	width: 100%; 
	overflow: hidden; 
	height: 4px; 
	background-color: #669900;
}

.logo
{
	border: solid 0px red; 
	width: 100%; 
	height: 89px; 
	background-color: white;
	background-image: url('images/logo.gif'); 
	padding: 0px 0px 0px 0px;
}
.menu
{ 
	padding:0px 2px 0px 2px;
	vertical-align: middle;
	line-height: 40px;
	display:inline-block; 
	width: 100px;
	height: 100%;
	color: White;
}
.menuBackGroud
{ 
	vertical-align: middle;
	font-size: 12pt;
	color: White;
	font-weight: bolder;
	display: inline-block;
	float: inherit;
	height: 40px;
	width: 100%;
	background-color: #669900;
}
.title
{
	font-weight:900;
	font-size: 13pt;
	color: #009900;
	margin: 0px 0px 10px 0px;
}
.hiddenContent
{
	display:none;
	visibility:hidden;
}
.container
{
	text-align: center; 
	width: 800px; 
	margin: 0px 0px 0px 0px
}
.copyRight
{
	height: 18px; 
	width: 800px; 
	font-size: 10pt; 
	color: white; 
	text-align: center;
    background-color: #669900; 
    margin: 0px 0px 0px 0px;
}
.red
{
	color:Red; 
	empty-cells:hide;
	outline-style:outset;
	outline-color:Red;
	outline-width:thick;
}