body    {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #009966;
	color: white;
	SCROLLBAR-FACE-COLOR: #fffaea;
	SCROLLBAR-HIGHLIGHT-COLOR: #0066FF;
	SCROLLBAR-SHADOW-COLOR: #006699;
	SCROLLBAR-3DLIGHT-COLOR: #fffaea;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: #fffaea;
}
td {
	font-size: 10pt;
	text-align : center;
}
 
textarea.default{ width: 100%;height: 200px;}
a       {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	color: #00FFa5;
	text-decoration : none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}
a:hover    {
	font-weight: bold;
	background-color: #00CC66;
	color: #ffffff;
}
ul             {
         margin-left: 20px
        }
P             {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom:4px;
	color: white;
	text-indent : 5px;
}
H2 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 15pt;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	color: white;
}

H3 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 13pt;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	color: white;
}

H5 {
	font-family: Verdana,Arial,Helvetica;
	font-size:8pt;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	color: white;
}

input, select, textarea {
        font-family: Verdana,Arial,Helvetica;
        font-size: 8pt;
        color: black;
        background-color: #BBBBDD;
        font-weight: bold;
		SCROLLBAR-FACE-COLOR: #fffaea;
	SCROLLBAR-HIGHLIGHT-COLOR: #0066FF;
	SCROLLBAR-SHADOW-COLOR: #006699;
	SCROLLBAR-3DLIGHT-COLOR: #fffaea;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: #fffaea;
		
        }

.violettable{
	color: #00ffc5;
	border-color: #00ffc5;
	font-size: 8pt;
	background-color: #00ffc5;
}
.rightcell {
         background-color: #3366AA;
         font-weight: bold
         }
