body
{
	background-color: #000000;
}

table
{
	margin-top: 20px;
	width: 600px;
	height: 400px;
	border: 0px;
}

p
{
	margin: 0px;
}

.header
{
	color: #000000;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin-left: 5px;
}

.tdheader
{
	background-image: url(html_01.png);
	background-repeat: no-repeat;
	width: 600px; 
	height: 29px;
}

.title
{
	color: #CC0000;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}

.contents
{
	color: #666666;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.footer
{
	color: #666666;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	margin-left: 5px;
}

.tdfooter
{
	background-image: url(html_08.png);
	background-repeat: no-repeat;
	width: 596px;
	height: 16px;
}

a:link, 
a:visited, 
a:active
{
	color: #3333FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
