body, p {
	font-family : Arial, Helvetica, sans-serif;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	text-decoration : none;
	color : Black;
}

a:hover{
	color: Red;
	text-decoration : none;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	text-decoration : none;
	color : Black;
}

a:hover{
	color: Red;
	text-decoration : none;
}

#selected {
	color : Red;
	font-weight: bold;	
}

#not_selected {
}

.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-style : normal;
	color : Black;
	letter-spacing : 0px;
}

.head {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 130%;
  font-style : normal;
  color : Black;
  font-weight : bold;
}

.sub  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 100%;
  font-style : normal;
  font-weight : bold;
}

.text {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 80%;
  font-style : normal;
}

.smalltext {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 70%;
  font-style : normal;
}

.print_head  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 15px;
  font-style : normal;
  font-weight : bold;
}

.print_sub  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-style : normal;
  font-weight : bold;
}

.print_text {
  font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
  font-style : normal;
}


