﻿html
{
	padding: 0px;
	margin: 0px;
	border: 0px;

	/*overflow: auto;*/ /*removes scrollbar from ie6*/
}
body
{
	font-size: 9pt;
	font-family: Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	border: 0px;

	/*overflow: auto;*/ /*removes scrollbar from ie6*/
	background: #D5E5C0;
}

#fullheight{ height:100%; }

/*a            { color: #2A3B8E; text-decoration: none; }
a:active     { color: #2A3B8E; text-decoration: underline; }
a:hover      { color: #008000; text-decoration: underline; }
a:visited    {  }
a:link       { color: #2A3B8E; }*/

a            { color: #006633; text-decoration: none; }
a:active     { color: #006633; text-decoration: underline; }
a:hover      { color: #008000; text-decoration: underline; }
a:visited    {  }
a:link       { color: #006633; }
h1
{
	color: #008000;
	text-decoration: underline;
	font-family: Arial, Helvetica;
	font-size: 15pt;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

h2
{
	color: #008000;
	font-family: Arial, Helvetica;
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

h3
{
	color: #008000;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

h4
{
	color: #008000;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 3px;
	font-weight: bold;
}

.none
{
}

.Grid
{
	/*width:100%;*/
	border: 1px solid #BABABA;
	border-top: 1px solid #C2D6AA;
	border-bottom: 1px solid #D8D8D8;	
	border-collapse: collapse;
}

.GridHeader
{
	font-size: 10pt;
	color: black;
	text-align: left;
	font-weight: bold;
	background-color: #D5E5C0;
	padding: 4px;
}

.GridRow
{
	border: solid 1px #ebf5dc;
	padding-left: 4px;
	background-color: #ebf5dc;
	text-align: left;
}

.GridRowAlt
{
	border: solid 1px #D5E5C0;
	padding-left: 4px;
	background-color: #D5E5C0;
	text-align: left;
}

.BulletList
{
	margin-top: 10px;
	margin-bottom: 5px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.rctable
{
	border:1px solid #d5e5c0;
	font-family: Verdana;
	font-size: 8pt;
	border-collapse: collapse
}

.rctable td
{
	border:1px solid #d5e5c0;
	height: 24px;
}

.rctable th
{
	border:1px solid #d5e5c0;
	text-transform: uppercase;
	font-weight: bold;
	text-align:left
}