@charset "utf-8";
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #333333;
	background-image: url(sitebg.gif);
	background-repeat: repeat-x;
	background-color: #BFBFBF;
	line-height: 120%;
}
.redbold {
	font-weight: bold;
	color: #EE2D24;
	text-decoration: none;
}
h1 {
	font-weight: bold;
}
h2 {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
textarea {
	width: 250px;
	border: 1px solid #333333;
}
input {
	width: 250px;
	border: 1px solid #333333;
}
.footer {
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
.footerbg {
	background-image: url(bottombg.gif);
	background-repeat: no-repeat;
}
.redlink {
	font-weight: normal;
	color: #EE2D24;
}
