html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	background-image: url(images/pattern.gif);
	text-align: center;
	font-family: Tahoma;
}
table, tr, td
{
	padding: 0px;
	border-spacing: 0pt 0pt;
	border: 0;
	background: #fbfbfb;
}
a:visited
{
	color: #000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:link
{
	color: #000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #630000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
a:active
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}