body 
	{
	margin:0px;
	}

.top
	{
	border-left:1px solid gray;
	border-right:1px solid gray;
	}
.top td
	{
	Font-Family: Arial Narrow;
	Font-Size: 16;
	color:white;
	background-color: black;
	vertical-align:top;
	}

.bottom
	{
	border-bottom:3px solid #FF9933;
	border-left:1px solid gray;
	border-right:1px solid gray;
	}
.bottom td
	{
	Font-Family: Verdana, Helvetica;
	Font-Size: 10;
	color:white;
	background-color: gray;
	vertical-align:top;
	}
	
.menu
	{
	border-bottom:3px solid #FF9933;
	border-top:1px solid black;
	border-left:1px solid gray;
	border-right:1px solid gray;
	}
.menu th
	{
	border-right:1px dashed black;
	Font-Family: Arial, Verdana, Helvetica;
	Font-size:12;
	text-align:left;
	background-color:#CCFF66;
	}
.menu td
	{
	border-right:1px dashed black;
	border-top:1px dashed black;
	Font-Family: Arial, Verdana, Helvetica;
	Font-Size: 10;
	vertical-align:top;
	}

.menu2
	{
	background-color:#CCCC99;
	}
.menu2 th
	{
	Font-Family: Arial, Verdana, Helvetica;
	Font-size:11;
	text-align:left;
	background-color:#999966;
	}
.menu2 td
	{
	Font-Family: Arial, Verdana, Helvetica;
	Font-Size: 10;
	vertical-align:top;
	}
	

.arial10
	{
	Font-Family: Arial;
	Font-Size: 10;
	vertical-align:top;
	}

.arial11
	{
	Font-Family: Arial;
	Font-Size: 11;
	vertical-align:top;
	background-color:#CCCC99;
	}


p,dd,li,maintext
	{
	Font-Family: Arial, Verdana, Helvetica;
	Font-Size: 11;
	}

a:link, a:visited, a:active 
	{
	Font-Family: Arial;
	Font-Size: 10;
	color:black;
	text-decoration:none;
	}
a:hover
	{
  	 Font-Family: Arial;
	 Font-Size: 10;
	 color: white;
	 text-decoration: none;
	 background-color:gray;
	}