BODY {
	font-family 	 : Arial, Helvetica, sans-serif;
	font-size 	 : 10pt;
	background-color : #006633;
	color		 : #000000;
	margin 	 	 : 0px 0px 0px 0px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 20pt;
	font-weight : bold;
	margin      : 0px 0px 0px 0px;
	color       : #9CCE63;
}

.TableCaption {
	color            : #000000;
	font-weight      : bold;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 10pt;
	background-color : #B2F2BF;
	border-bottom    : #808080 1px solid;
	padding          : 3px 3px 3px 3px;
}

.TableBorder {
  	border           : #808080 1px solid;  
}

input.check {
  	background-color    : #DDFFDD;
}

input.button {
  	background-color : #93DD93;
  	border-color	 : #006633;
}

a:link { text-decoration : none; color: #006633; }
a:active { text-decoration : none; color: #006633; }
a:visited { text-decoration : none; color: #006633; }
a:hover { text-decoration : none; color: #006633; background-color: #B2F2BF; }

a.newslink:link { text-decoration : none; color: green; }
a.newslink:active { text-decoration : none; color: green; }
a.newslink:visited { text-decoration : none; color: green; }
a.newslink:hover { text-decoration : none; color: green; background-color: #B2F2BF; }

a.downlink:link { text-decoration : none; color: #006633; }
a.downlink:active { text-decoration : none; color: #006633; }
a.downlink:visited { text-decoration : none; color: #006633;}
a.downlink:hover { text-decoration : none; color: #006633; background-color: #B2F2BF; }

.inputButton {
	BACKGROUND    : #93DD93;
	BORDER-BOTTOM : #006633 1px solid;
	BORDER-LEFT   : #006633 1px solid;
	BORDER-RIGHT  : #006633 1px solid;
	BORDER-TOP    : #006633 1px solid;
	FONT-FAMILY   : Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE     : 12px;
}

.textForm {
	BACKGROUND-COLOR : #FFFFFF;
	BORDER-BOTTOM    : #006633 1px solid;
	BORDER-LEFT      : #006633 1px solid;
	BORDER-RIGHT     : #006633 1px solid;
	BORDER-TOP       : #006633 1px solid;
}

.quote { 
        border           : #42AE42 1px solid;
   	BACKGROUND-COLOR : #DDFFDD; 
	COLOR            : #404040; 
	WIDTH            : 80%;
	font-size        : 10px;
	padding          : 2px;
	MARGIN-LEFT      : 40px; 
	MARGIN-TOP       : 10px;
	MARGIN-BOTTOM    : 10px;
} 

.quoting { 
	BACKGROUND-COLOR : #EFF1F7; 
	COLOR            : #006633; 
	FONT-WEIGHT	 : bold; 
	margin-bottom    : 2px;
	padding		 : 2px;
	font-size	 : 10px;
} 

.code {
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px;
	color: #404040;
	background-color: #DDFFDD; 
	border: #42AE42 solid 1px; 
	padding: 3px 3px 3px 3px;
	margin-left: 40px;
	width: 80%;
	max-height: 400px;
	overflow: auto; 
}
