﻿html, body
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 80%; /*was 100%*/
	border: none;
	background-color: #DBDBDB;
}

form
{
	margin: 0;
}

input[type="text"], input[type="password"], textarea
{
	font-size: 11px; /*border:solid 1px #000000;         color:#000000;*/
}

select
{
	/* border:solid 1px #000000;     color:#000000; */
	font-size: 11px;
}

a:link,  a:visited
{
	font-weight: bold;
	color: #336633;
	border: 0px none;
}
a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	border: 0px none;
}
a:active
{
	font-weight: bold;
	color: #336633;
	border: 0px none;
}

ul
{
	font-size: 12px;
	color: #000000;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 10px;
	margin-top: 12px;
	
}
li
{
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
hr
{
	height: 1px;
	color: #CCCCCC;
}

table 
{
	font-size: 12px;
	color: #000000;
}

p
{
	font-size: 12px;
	color: #000000;
}

table .Gridless{

    font-size:11px;
    border:none;
	border-collapse: collapse; 
	empty-cells: show;

}

table .Gridless th {

     border:none;

}

table .Gridless td {
	
	    border:none;
	    border-top:solid 0px black;
}

h1
{
	font-size: 20px;
	color:#336633;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
h2
{
	font-size: 18px;
	color:#336633;
	margin-top: 4px;
	margin-bottom: 4px;
}
h3
{
	font-size: 16px;
	color:#336633;
	margin-top: 3px;
	margin-bottom: 3px;
}
h4
{
	font-size: 14px;
	color:#336633;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 14px;
}




