﻿.Body
{
	background-color: White; 
	background-image: URL('images/background.jpg'); 
	background-repeat:repeat-y repeat-x; 
	background-position:left top;
	font-family: Verdana;
	font-size:smaller;
	border-style: none; 
	border-width: 0px; 
	padding: 0px; 
	margin: 0px;
}

a:link { 
	color: #336600;
	}
a:visited { 
	color: #336600;
	}

.Header
{
	width: 772px;
	vertical-align:top;
	background-color: White;
}

.MainTable
{
 background-color:white;
}

.TableShadow
{
	background-color:Gray; 
	filter:alpha(opacity=25); 
	-moz-opacity:0.25; 
	opacity: 0.25;
}

.Heading1
{
	font-family: Verdana;
	color:#336600;
    font-size:large
}

.Heading2
{
	font-size: large; 
	font-family: Verdana
}

.Heading3
{
	font-weight: bold;
	font-family: Verdana;
	color: #6E6E6E;
	font-size: small;
	text-decoration: underline;
}

.Heading4
{
	font-family:Verdana;
	color:#336600;
    font-size:large;
    text-decoration: underline;
    font-weight:bold;
}

.Text1
{
	background-color: #f5f5f5; 
	text-align:left; 
	color: #6F6F6F;
	line-height: 18px;
}

.Text2
{
	color:#6F6F6F;
	line-height:18px;	
}

.Text3
{
	color:#336600;
	line-height: 18px;
}

.Text4
{
	text-align:left;
	color:#72736B;
	line-height: 18px;
}