body {
	background: blue url("bg_black_blue.png");
	background-repeat: repeat-x;
	color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, Courier;
	font-size: 14pt;
	width: 800px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	font-weight: normal;
	font-size: 14pt;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 14pt;
	background-color: #c0c0c0;
	color: #000000;
}

h1 {
	font-weight: bold;
	font-size: 22pt;
	padding-top: 0px;
	margin: 0px;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}

table {
	font-size: 14pt;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
}

td {
	font-size: 14pt;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
}

th {
	background: white url("th_bg_g.jpg");
	background-repeat: repeat-x;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	text-align: center
}

.border
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	border: #999999;
	border-style: solid;
	border-width: 1px
}
