.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
body {
	margin: 0, 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a.navlinks:link {
	color:#333333;
	text-decoration:underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
a.navlinks:visited {
	color:#333333;
	text-decoration:underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
a.navlinks:active {
	color:#333333;
	text-decoration:underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
a.navlinks:hover {
	color:#333333;
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
a.redboldlinks:link {
	color:#FF0000;
	text-decoration:underline;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
a.redboldlinks:visited {
	color:#FF0000;
	text-decoration:underline;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
a.redboldlinks:active {
	color:#FF0000;
	text-decoration:underline;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
a.redboldlinks:hover {
	color:#FF0000;
	text-decoration:none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
