﻿body 
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
}
a
{
	color:Teal;
}
table
{
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.MainHeaderMenu
{
	background-color: #66cc33;
	color: White;
	font-size: 10px;
	text-align:left;
}
.InfoBubble
{
	font-size:11px;
	color: White;
	font-weight: bold;
}
.InfoBubbleAlt
{
	font-size:11px;
	color: Black;
	font-weight: bold;
}
.FormLabel
{
	text-align: right;
	font-size:11px;
	width: 100px;
}
.SectionHeader
{
	background-color: #66cc33;
	color: White;
	font-size: 14px;
	padding-left: 5px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	text-align:left;
}

.SectionHeaderLabels
{
	background-color:silver;
	color: white;
	font-size: 12px;
	border: 0px;
}

.GridDetail
{
	background-color:white;
	color: gray;
	font-size: 12px;
	border: 0px;
}

.GridEditDetail
{
	background-color:white;
	color: gray;
	font-size: 10px;
	border: 0px;
}

input
{
    font-size: 8pt;
    list-style-type: none;
    background-color: white;
    text-decoration: none;
}