/* CSS Document */

a  { text-decoration: none } 
a:hover { color : red; } 
a.menu          { text-decoration: none }
a.menu:hover { color: red; } 
a.menu:active     { color: #ffffff }
a.menu:link     { color: #ffffff }
a.menu:visited  { color: #ffffff }
a.menu:hover { color: red } 

h3 {
	background-color : #FFFFFF;
	color : #000000;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-size: 10pt;
	font-weight: normal;	     
      }
	  
#menutable {
	background-color: #FFFFFF;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-size: 10px;
	clear: left;
	float: left;
	height: auto;
	width: 8in;
	background-position: left;
	border-width: thin;
}

#menutable tr {
	color: #FFFFFF;
	font-size:10pt;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-style: normal;
	background-color: #0000CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-color:#0000CC;
	width: 2in;
}

#menutable td  {
	border: hidden;
	color: #FFFFFF;
	font-size:12px;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-style: normal;
	text-align: center;
	width: 2in;
	height: 24;
	font-weight: bold;	
}

#indextable

{
	background-color: #FFFFFF;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-size: 10px;
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	background-position: left;
	border-width: thin;
}

#indextable tr {
	color: #000000;
	font-size:10pt;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-style: normal;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: auto;
	width: 50%;
}

#indextable td  {
	border: hidden;
	color: #000000;
	font-size:12px;
	font-family: Rockwell, "Rockwell Extra Bold";
	font-style: normal;
	text-align: left;
	width: 50%;
	height: 24;
	font-weight: normal;	
}

#indextable th {
	background-color: #0000CC;
	height:auto;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
}



h1 {
	font-family: Rockwell, "Rockwell Extra Bold";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;	

}

h2 {
	font-family: Rockwell, "Rockwell Extra Bold";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
