﻿body
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

div
{
	background-color: #FFFFFF;
}

table
{
	background-color: #FFFFFF;
}

.menuCell
{
	background-color: #B50E27;
	color: #FFFFFF;
	vertical-align: top;
}

.menu:link
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("images/menu_std.jpg");
	background-repeat: no-repeat;
}
.menu:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("images/menu_std.jpg");
	background-repeat: no-repeat;
}
.menu:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("images/menu_over.jpg");
	background-repeat: no-repeat;
}

.fakeLink
{
	text-decoration: none;
	cursor: default;
}

.title
{
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

/*
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
*/
.containerStyle
{
	color: #000000;
	vertical-align: top;
	text-align: left;
}

.sideMenuStyle
{
	color: #000000;
	font-weight: bold;
}

.style12
{
	color: #FF0000;
}

.inputFieldDesc
{
	color: #339933;
}

.inputField
{
	width: 350px;
}

td, th
{
	font-family: Verdana;
	font-size: 10pt;
}

.footerBanner
{
	font-size: 10px;
	color: #888888;
}

.pageHeading
{
	font-size: 14pt;
}

.sectionHeading
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.dataTable
{
	border-top: solid 1px green;
	border-left: solid 1px green;
}

.dataHeader td,th
{
	border-bottom: solid 1px green;
	border-right: solid 1px green;
	text-align: left;
	background-color: #21C503;
}

.dataRow td
{
	border-bottom: solid 1px green;
	border-right: solid 1px green;
	cursor: hand;
	background-color: #F6FA89;
}

.dataRowAlt td
{
	border-bottom: solid 1px green;
	border-right: solid 1px green;
	cursor: hand;
	background-color: #25DE26;
}

.dataFooter td
{
	border-bottom: solid 1px green;
	border-right: solid 1px green;
}

.selectedColumn
{
	background-color: Yellow;
}

.selectedColumn_Term1
{
	background-color: Lime;
}

.selectedColumn_Term2
{
	background-color: Yellow;
}

.selectedColumn_Term3
{
	background-color: Aqua;
}

.selectedColumn_Term4
{
	background-color: Orange;
}

.gridTable
{
	
}

.gridTableHeader
{
	background-color: #B50E27;
	font-weight: bold;
	font-size: 2;
	color: #FFFFFF;
}

A
{
	color: #B98E2B;
}
