﻿body
{
	background-color: #ffffff;
	font-family:Calibri;
}
table
{
	background-color:White;
}
h2
{
	font-family:Tahoma;
	font-size:13pt; 
	font-weight:bold;
	color:#808fff;
	margin:0px;
}
h3
{
	font-family:Tahoma;
	cursor:pointer;
	font-size:11pt;
	color:Navy;
	font-weight:bold;
	margin: 0px;
	text-decoration:underline;
}
h4
{
	margin-top:0px;
}
a
{
	font-family:Arial;
}
.roundedPublicPanel
{
	background-color:#006633;
	color:white;
	font-weight:bold;
	margin:0px;
	text-align:left;
	font-family:Calibri;
	font-size:10pt;
}

.roundedPublicPanel select
{
	background-color:#F0F8FF;
	border: 1px;
	font-size: 9pt;
}

.roundedPublicPanel input
{
	border: 1px;
}

.normal
{
	background-color:#006633;
	font-family:Calibri;
}

.row
{
	margin: 2px;
}
.columnLeft
{
	float: left;
	width: 100px;
	padding-right: 5px;
}
table#scroller
{
	width:100%;	
}