body
{
	background-color: #cccccc;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}
a:link    { color: Navy ; text-decoration : none;}
a:visited { color: Navy ; text-decoration : none;}		/* visited links	*/
a:hover   { color: Navy; text-decoration : underline; } 		/* user hovers		*/
a:active  { color: Navy; text-decoration : none; }		/* active links		*/

.menu{
	margin-bottom: -8px;
	margin-top: -8px;
	color: Black;
}

.sm{
	font-size: 10px;
}



hr {
	color: #555555;
	height: 1px;
	background-color: Navy;
	border : 1px;
}

h1
{
	color: Black;
	font-size: 18px;
	font-weight: bold;
	margin-bottom : 0px;
	margin-top : 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom : 0px;
	margin-top : 0px;
}


/* Standard text in table cells 				*/
td
{
  color: Black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-left: 0em;
  margin-right: 0em;
  text-decoration: none;
  text-indent: 0em;
  text-transform: none;
  line-height: 1.5
}

td.small 
{
  color: White;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-left: 0em;
  margin-right: 0em;
  text-decoration: none;
  text-indent: 0em;
  text-transform: none;
  line-height: 1.5
}

TABLE.b {
        BORDER-BOTTOM: #555555 1px solid;
}

TABLE.bb {
        BORDER-BOTTOM: #555555 1px solid;
		BORDER-TOP: #555555 1px solid;
}

TABLE.blackcant{
        BORDER-BOTTOM: Black 3px solid;
		BORDER-TOP: Black 3px solid;
		BORDER-LEFT: Black 3px solid;
		BORDER-RIGHT: Black 3px solid;
	}

