@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #6A7797;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.75px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}
a:hover {
	text-decoration: underline;
}
