    BODY  {
		scrollbar-3dlight-color : #008000;
		scrollbar-arrow-color : #008000;
		scrollbar-base-color : #008000;
		scrollbar-darkshadow-color : Black;
		scrollbar-face-color : #c0c0c0;
		scrollbar-highlight-color : #008000;
		scrollbar-shadow-color : #008000;
		scrollbar-track-color : #c0c0c0;
    	font-family : Arial, Helvetica, sans-serif;
    	font-size : 10pt;
    	line-height : 12pt;
    	font-style : normal;
    }
    
    TABLE  {
    	padding-left : 0px;
    	padding-right : 0px;
    }

    TD  {
    	font-family : Arial, Helvetica, sans-serif;
    	font-size : 10pt;
    	font-style : normal;
    	top : 0px;
    }
	
	TD.bold {
	   font-family : Arial, Helvetica, sans-serif;
	   font-size : 10pt;
	   font-weight : bold;
	}
    
	TD.greenbold {
	   font-family : Arial, Helvetica, sans-serif;
	   font-size : 10pt;
	   color: #008000;
	   font-weight : bold;
	}
    
	TD.redbold {
	   font-family : Arial, Helvetica, sans-serif;
	   font-size : 10pt;
	   color: #ff0000;
	   font-weight : bold;
	}
        
    th  {
    	font-family : Arial, Helvetica, sans-serif;
    	font-size : 10pt;
    	font-weight : bold;
    	font-style : normal;
    	text-align : left;
    	padding-left : 0px;
    	text-indent : 0px;
    	top : 0px;
    }				

    .title  {
    	font-family : Arial, Helvetica, sans-serif;
    	font-size : 10pt;
    	font-weight : bold;
    	font-style : normal;
    	line-height : 14pt;
    }
	
	input {
   		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color:#c0c0c0;
		border-top: 1px solid black;
		border-left: 1px black solid;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
	}

	.inputred {
   		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color:#ff0000;
		border-top: 1px solid black;
		border-left: 1px black solid;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
	}

	.inputnoborder {
   		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color: transparent;
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: none;
	}
	.nocolor {
   		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color: transparent;
	    border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: none;

	}

	select {
   		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color: #c0c0c0;
		border-top: 1px none;
		border-left: 1px solid Black;
		border-bottom: 1px solid Black;
		border-right: 1px solid Black;

	}

	.selectred {
   		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color: #ff0000;
		border-top: 1px none;
		border-left: 1px solid Black;
		border-bottom: 1px solid Black;
		border-right: 1px solid Black;
	}

	textarea {
		font-size : 10pt;
    	font-family : Arial, Helvetica, sans-serif;
		background-color: #c0c0c0;
		border-top: 1px solid Black;
		border-left: 1px solid Black;
		border-bottom: 1px solid Black;
		border-right: 1px solid Black;
	}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;

}
.headlineblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;

}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.balloontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.redbold12 {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
}

.white {
	color: #ffffff;
}
.red {
	color: #ff0000;
}

.bold12 {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sitecolorbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;

}

	A {
    	font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
		color:#006600;
	}

	A:Hover {
    	font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
		color:#ff0000;
	}


