body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	color: white;
}

/* general table style */
.table
{
	background-color: silver;
	padding: 1px;
}

.table2
{
	margin: 5px 15px 0px 15px;
}

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: white;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}

.style2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: justify;
	font-size: 10px;
}

/* general table style */
td
{
	font-family: Verdana, Arial, Serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}

/* links style */
a:link
{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}
