body {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  margin : 0px;
	}

td {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
	}

th {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
	}

a:link {
  color : #000000;
	text-decoration : underline;
	}

a:visited {
  color : #000000;
	text-decoration : underline;
	}

a:hover {
  color : #CC0000;
  text-decoration : underline;
  }

a:active {
  color: #CC0000;
  text-decoration : underline;
	}

a:focus {
  color: #CC0000;
  text-decoration : none;
	}

.special_small {
  font-size : 1px;
	}

ul {
  padding : 0px;
	list-style-type : square;
	}


