

A:link    {
	color: blue;text-decoration : none;
	}    /* unvisited links */
A:visited {
	color: blue;
	text-decoration : none;
}   /* visited links   */
A:hover   { 
	color: maroon;
	text-decoration: underline;
} /* mouse hovers     */
A:active  { color: blue;text-decoration : none;
}   /* active links    */

/* primary table */
.fourc21
{
	border-style: solid;
	border-color: #336600;
	padding: 8px ;
	border-width: 2px;
}

/* top level white bold heading centered with red bg */
div.redheadb
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color : #FFFFFF;
	PADDING-LEFT: 4px; 
	PADDING-TOP: 4px;
	padding-right: 4px; 
	padding-bottom: 10px;
	background: #990000;
}

/* text in tables */
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* red box */
.boxb
{
	border-style: solid;
	padding: 6px 10px 10px 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-color: #990000;
	background-color: #000066;
}

/* beige box red border */
.boxwb
{
	border-style: solid;
	padding: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-color: #990000;
	background-color: #DFD3AB;
}

/* black text arial 14 */
div.normal
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

/* white text arial 14*/
div.normalw
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

/* text verdana 16 pale yellow*/
div.normalv
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffcc;
	text-align: center;
}

