body {
	margin-top: 0px;
	background: #b9d355; 
}
.left_col { 
  background: #b9d355 url("images/left_col.gif") repeat-y;
  background-position: right;
}
.right_col { 
  background: #b9d355 url("images/right_col.gif") repeat-y;
  background-position: left;
}
.center_panel { 
  background: #416070;
}
.footer { 
  background: #b9d355 url("images/footer.jpg") no-repeat;
  background-position: center;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
.noborder {
	border: 0px;
}
.white_bo {
	border: 3px solid white;
}




a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #b9d355;
}
a:active {
	color: #b9d355;
}