@charset "utf-8";

h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	height: 20px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-image: url(images/bkg.jpg);
	background-position:center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #cbac00;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}