body	{ background-color: white;
		  font-family: arial;
		  color: white;
		  font-size: 12pt;
		  background-image: url('images/bg.gif');
		  background-repeat: repeat-x;
		  margin-top: 0;
		  margin-left: 0;
		  margin-right: 0;
		}
div { color: #2c522c; }
		
td { font-family: arial;
	 color: black;
	 font-size: 11pt; } 

th { font-family: arial;
	 background-color: #e89a09;
	 color: white;
	 font-weight: bold;
	 font-size: 12pt; }

A { text-decoration: underline; color: #e89a09; }
A:hover { text-decoration: none; color: yellow; }
h1 { color: red; font-size: 16pt; }
h2 { color: #2c522c; font-size: 14pt; }

.small { font-family: arial;
	 color: black;
	 font-size: 9pt; }


