
body         { font-family: Arial; font-size: 10pt }
a:link       { color: #F00000 }
a:active     { color: #FF9933 }
a:visited	 { color: #FFCC00 }

.biggreen { font-family : Arial, Verdana, sans-serif;
		   font-size : 19px;
		   font-style : normal;
		   font-weight : normal;
		   color : #003300;
		   text-decoration : none;
	      }

.red { font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}

.standard { font-family : Arial, Verdana, sans-serif;
			font-size : 13px;
			font-style : normal;
			color : black;
			text-decoration : none;
		  }

.standardtd { font-family : Arial, Verdana, sans-serif;
	          font-size : 13px;
	          font-style : normal;
	          color : black;
	          text-decoration : none;
            }
