<!-- Style sheet for Index Header Elements -->

.menuitemnormal {
	font-size:			12pt;
	font-weight:		bold;
	font-family:		"Arial Black",Serif;
	color:			rgb(20,51,153);
	text-decoration:	none;
	cursor:			hand;
	text-align:		center;
}

.menuitemselected {
	font-size:			12pt;
	font-weight:	bold;
	font-family:		"Arial Black",Serif;
	color:			rgb(204,0,0);
	text-decoration:	none;
	text-align:		center;
}

.smallmenuitem {
	font-size:		10pt;
/*	font-weight:		bold;*/
	font-family:		"Arial Black",Serif;
	color:			lightgreen;
	text-decoration:	none;
	cursor:			hand;
	text-align:		center;
}

.main {
	background-image:	url("./bluelite.png");
	background-repeat:	repeat-x;
}

/* :link,:visited,:active {color: rgb(0,102,0);} */

A  {color: blue;}

:hover {color:lime;}

H1	{
	font-size:		24pt;
	font-weight:		bold;
	font-family:		"Bookman Old Style","Times New Roman",Serif;
	font-style:		italic;
	color:			rgb(204,0,0); 
	text-align:		center;
}

H3 {
	font-size:		14pt;
	font-weight:		bold;
	font-family:		"Arial",Sans Serif;
	color:			rgb(204,0,0); 
	text-align:		left;
}

BODY {
	font-size:		12pt;
	font-family:		"Arial",Sans Serif;
}

.caption {
	font-size:		10pt;
	font-family:		"Arial",Serif;
	font-style:		italic;
	text-decoration:	none;
	text-align:		center;
}

.smalltable {
	font-size:		9pt;
	font-family:		"Arial",Serif;
	color:     white;
	text-decoration:	none;
	text-align:		center;
}

.footer {
	font-size:		10pt;
/*	font-weight:		bold;		*/
	font-style:		italic;
	font-family:		"Arial",Serif;
	color:			white;
	text-decoration:	none;
	text-align:		center;

}

.footerurl {
	color:			yellow;
}
