BODY
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1
{
    FONT-SIZE: 20px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica
}

h2
{
    FONT-SIZE: 18px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica
}
h2.title
{
    FONT-SIZE: 18px;
    COLOR: #FFCC00;
    FONT-FAMILY: verdana,arial,helvetica
}

h3
{
    FONT-SIZE: 15px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica
}

h4
{
    FONT-SIZE: 15px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica
}

p
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica
}

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	text-align: left;
}
th.gold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffcc00;
}
th.blue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td.maincontent
{
	padding: 10px 10px 10px 10px;
}
td.rotmangreen
{
	background-color: #62BD19;
	height: 1em;
}
td.teal
{
	background-color: #00C2E2;
	height:1em;	
}

.controlStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
INPUT.CommandButton {
	border-right: #003366 1px solid;
	padding-right: 4px;
	border-top: #003366 1px solid;
	display: inline;
	padding-left: 4px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #003366 1px solid;
	color: #003366;
	line-height: 20px;
	padding-top: 2px;
	border-bottom: #003366 1px solid;
	white-space: nowrap;
	background-color: #d3d3d3;
	text-decoration: none;
}
/* Standard Rainbow Classes */
/* Command buttons */
.CommandButton {
	border-right: #003366 1px solid;
	padding-right: 4px;
	border-top: #003366 1px solid;
	display: inline;
	padding-left: 4px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #003366 1px solid;
	color: #003366;
	line-height: 20px;
	padding-top: 2px;
	border-bottom: #003366 1px solid;
	white-space: nowrap;
	background-color: #d3d3d3;
	text-decoration: none;
}
.Content
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 2-Column Layout Table Styles */
/* Table Width: 700px           */
/* Column 1 Width: 150px		*/
/* Column 2 Width: 550px		*/

.layoutTH
{
	width: 150px;
	font-weight: bold;
}
.layoutTD
{
	width: 550px;	
}

