Headline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
	display: block;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
}
Body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color:#333333;
  display: block;
  background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

redtext {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#CC0001;
	display: inline;
	
}

a {
  font-family: Arial,Helvetica,sans-serif;
  color:#666666;
  font-size: 11px;
  font-weight:bold;
  text-decoration:underline;
  
}

a:hover {
  font-family: Arial,Helvetica,sans-serif;
  color:#CC0001;
  font-size: 11px;
  font-weight:bold;
  text-decoration:underline;
  
}

.rightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-color: #CC0001;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #CC0001;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CC0001;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CC0001;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.leftbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

