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


body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.header_text {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.links {
	font-size: 14px;
}
