body {  font: century gothic, courier new, Arial;
	margin-top: 0px;
	background: black;
}

body,td,th,p {   font: century gothic, courier new, Arial;
                        color: black;
	      font-size: small;}

a:link {color: black;
	text-decoration: none;}

a:visited {color: black;
	   text-decoration: none;}

a:hover {color: blue;
	text-decoration: underline;
}

a:active {text-decoration: none;
}

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
	
h1, h2, h3 {color: black;
	}
	
h1      {text-align: center;
         font-size: 36pt;
         font-family: century gothic, "Courier New", Arial, "Times New Roman";
	}
	
h2 {           font-family: century gothic, "Courier New";
	font-size:22pt;
	}

h3	{
	font-size:14pt;
	font-family: century gothic, "Courier New";
	}

h4	{font-family: century gothic, "courier new";
	font-size:10pt;
	}

.style1 {background: white;
	 border-width: 0px 0px 0px 0px;
	 border-style: none;
         }

.style2 {border: thin solid black;
	 border-collapse: collapse;
	 background: #e6e6e6;
         }

table { background: white;
	border: thin solid black;
	border-style: hidden;
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;

}

.style3     {border: thin solid black;
	     border-collapse: collapse;
	
}

.style4     {border: thin solid black;
	     border-collapse: collapse;
	     background: #ffff99;
	
}