table.content_box legend{
  font: 700 11pt tahoma;
  color: #000000;
  border: thin solid black;
  background-color: #D3D3D3;
  padding-right: 5px;
  padding-left: 5px;
}

table.content_box td{
  font: 500 9pt Tahoma;
}

table.content_box td a{
  font: 500 9pt Tahoma;
  color: blue;
  text-decoration: none;
}

table.content_box td a:hover{
  text-decoration: none;
}

table.index_menu td a{
  font: 700 13pt Tahoma;
  color: blue;
  text-decoration: none;
}

table.index_menu td a:hover{
	text-decoration: underline;
}

h1.page_header{
   font-family: Tahoma;
}

p.menu a{
  font: 600 10pt Tahoma;
  color: blue;
  text-decoration: none;
  border: thin solid #000000;
  padding-left: 5px;
  padding-right: 5px;
}

p.menu a:hover{
  background-color: yellow;
}

table.alpha_menu td a{
  font:500 9pt tahoma;
  text-decoration: none;
  color: blue;
}
table.alpha_menu td a:hover{
  font:700 12pt tahoma;
}

table.list {
  font:500 9pt tahoma;
}
table.list th{
  background-color: #D3D3D3;
  font:700 9pt tahoma;
}
table.list td{
  padding-left: 5px;
}
table.list td a{
  font:500 9pt tahoma;
  text-decoration: none;
  color: blue;
}
table.list td a:hover{
  text-decoration: underline;
}



table.listing_box {
	font: 500 8pt tahoma;
	color: #000000;
}
table.listing_box td{
	padding-right: 7px;
	padding-right: 7px;
}
table.listing_box td a{
	font: 700 10pt tahoma;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid blue;
	text-decoration: none;
}
table.listing_box td a:hover{
	background-color: yellow;
}




