.background {
	background-color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: inherit;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B82534;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: inherit;
	line-height: inherit;
	font-weight: bold;
	font-variant: normal;
	color: #B82534;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: inherit;
	font-weight: 300;
	font-variant: normal;
	color: #333333;
	letter-spacing: normal;
}
a {
	color:#D54531;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

