﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#container
{
	width: 806px;
	height: 100%;
	margin: 0 0 0 0;
}

#header
{
}

#content
{
	height: 100%;
	background: white;
}

#footer
{
	height: 50px;
}

#maindiv
{
	width: 806px;
}
.tahoma11whitebold
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;
}
.tahoma11bluebold
{
	font-family: Tahoma;
	font-size: 11px;
	color: #304173;
	font-weight: bold;
}
.tahoma11white
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
}

#some-cell
{
	color: White;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #69982b;
}

#some-cell:hover, #some-cell.mouseover
{
	background-image: url(../Images/tab_hover_bg.gif);
}
#some-cell.mouseout
{
	background-color: #69982b;
	color: Black;
}
.mainlink
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.mainlink a
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.mainlink:hover
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.boxbg
{
	background-color: #e2f7c5;
	padding: 10px;
	color: Black;
	font-family: Tahoma;
	font-size: 11px;
}
.boxbg
{
	background-color: #e2f7c5;
	padding: 10px;
	color: Black;
	font-family: Tahoma;
	font-size: 11px;
}
p
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	text-align: justify;
	line-height: 16px;
}
.tahoma11
{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
}
.pageheader
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#415388;
}