@charset "iso-8859-1";

/* <link rel="stylesheet" type="text/css" href="css/default.css" /> */

.tablehead{
	text-align: center;
	background-color: 003399;
  color: white;
  font-weight: bold;
	font-family: times;
  font-size: 120%;
}

.tablebody{
	text-align: left;
	background-color: yellow;
	font-family: times;
}

.tablebody_center{
	text-align: center;
	background-color: yellow;
	font-family: times;
}

.menuitem{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: times;
	font-size: 120%;
}

.docs{
	text-align: center;
}

.leftalign{
	text-align: left;
}

.plain_table{
	margin: 0;
	border: 0;
	padding: 0;
}

table.news{
	border-style: inset;
 	border-width: 3px;
	border-color: darkblue;
	padding: 10;
	background-color: yellow;
	max-width: 84%;
}

table.nothing{
  border: none none;
}

.header{
	font-size: 130%;
	font-weight: 900;
	text-align: center;
}

.contents{
	font-size: 100%;
}

.left{
	text-align: left;
}

table.special{
	border-style: inset;
 	border-width: 4px;
	border-color: yellow;
	padding: 10;
	background-color: lightblue;
	max-width: 84%;
	color: darkblue;
}

table.memorial{
	border-style: inset;
 	border-width: 6px;
	border-color: #cc33cc;
	padding: 10;
	background-color: #CC66CC;
	max-width: 70%;
	color: white;
}

ol.lalpha{
	list-style-type: lower-alpha
}

ol.decimal 
{
list-style-type: decimal
}

.results_red{
	color: red;
}