@charset "utf-8";
/* CSS Document */

body		{
	margin:30px;
}

.tbl		{
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#CC0000;
	border:#666666 solid thin;
	width:800px;
	height:600px;
	margin:10px;
}

.title		{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}

.wtbld		{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}

.white		{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.black		{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.blkbld		{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a			{
	color:#00CCFF;
	text-decoration:none
	font-size:12px;
}

a:hover		{
	color:#FFFFFF;
	text-decoration:none
	font-size:12px;
}

img	{
	border-style:none;
}

span	{
	margin:0px;
}