<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;
	background-align: top;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
a:link {
	color: #3013c6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3013c6;
}
a:hover {
	text-decoration: underline;
	color: #3013c6;
}
a:active {
	text-decoration: none;
	color: #3013c6;
}

.footer {
	color: #999999;
}

.buttons {
	font-size: 14;
}

.blog {
	font-size: 18px;
	font-weight: bold;
}

.clear {
	display: none;
}

-->