body {
	background-color: #716154;

}

body,td,th {
font-family: helvetica, arial;
font-size: 14px;
line-height: 130%;
	color: #703A26;
}
a:link {
font-family: "helvetica", "arial";
font-size: 12px;
	color: #B35B02;
	text-decoration: none;
}
a:visited {
font-family: "helvetica", "arial";
font-size: 12px;
	text-decoration: none;
	color: #B35B02;
}
a:hover {
font-family: "helvetica", "arial";
font-size: 12px;
	text-decoration: underline;
	color: #F2E884;
}
a:active {
font-family: "helvetica", "arial";
font-size: 12px;
	text-decoration: none;
	color: #B35B02;
}
.text1 {
	font-family: "helvetica", "arial";
	font-size: 12px;
	color: #F7F1B3;
}
.newstitle {
	font-family: "helvetica", "arial";
	font-size: 14px;
	font-weight: bold;
	color: #F2E884;
}
.copyright {
	font-family: "helvetica", "arial";
	font-size: 11px;
	color: #F7F1B3;
}
.left {float: left;
width: 125px;
margin: 0 18px 18px 0;
height: 125px;
overflow:hidden;
}
.cssShoutText {  background-color: #000000;
  color: #6C3D2D;
  font-family: "Arial", Helvetica;
  font-size: 11px;
}
.cssSmall {  background-color: #000000;
  color: #716154;
  font-family: Arial, Helvetica;
  font-size: 9px;
}
.shout {
		height: 250px;
	width: 350px;
	overflow:auto;
	margin:0px;
	}
.linkbox {float: left;
width: 200px;
margin: 0 0px 4px 0;
height: 44px;
overflow:hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}