﻿body
{
	text-align: center;
	font-family: Verdana;
}

a:link { 
	color: white;
	text-decoration: none;
	}
a:visited { 
	color: white;
	text-decoration: none;
	}
a:hover { 
	color: yellow;
	text-decoration: none;
	}
a:active { 
	color: white;
	text-decoration: none;
	}

.mainHeaderStyle
{
	background: url(Images/green_nav_background.gif) !important;
	height: 25px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.tableStyle
{
	background-color: white;
}

.smallHeadingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}
.largeHeadingType
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 16pt;
	color: white;
}

.siteStyle
{
	background-image: url(Images/pine.jpg);
	background-repeat: repeat;
}

.leftTableStyle
{
	border-right: black thin solid;
	border-top: black thin solid;
	background-color: green;
	text-align: left;
}

.rightTableStyle
{
	border-top: black thin solid;
	background-color: lime;
}

.largeRightHeadingType
{
	font-weight: bold;
	font-size: 16pt;
	font-family: Verdana;
	text-align: center;
}

.smallRightTextType
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
}

.smallRightHeadingType
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	text-align: center;
}

.borderStyle
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.textboxerror
{
	background-color: #ffc0bb;
}

