h1           { text-align: 0; word-spacing: 0; font-family: Tahoma; font-size: 12pt; margin: 
               0 }
h2           { font-family: serif; font-size: 12pt; word-spacing: 0; margin: 0 }
a:link	{	color: black; text-decoration: none; }
a:visited {	color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; font-weight: bold; }
.link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.desc
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.link:hover
{
	color: Black;
}

table.tables {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #948A48
}
table.tables th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #948A48
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tables td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #948A48
	-moz-border-radius: 0px 0px 0px 0px;
}