/*CSS Style Sheet Copyright 2008 B&J Graphics*/
/* Start of body section */
body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color:#f9fce9;
	margin-top:5px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.bigred {
	color:#CC3300;
}

.bigtext {
	font-size:18px;
	font-weight:bold;
}
.wrapleft {
float:left;
margin:0 0 5px 10px;
padding:15px;
}
.wrapright {
float:right;
margin:0 0 5px 10px;
padding:15px;
}

/* End of body section */
/* Start of adjustments */
.textoffset {
	margin-right:10px;	
	margin-left:10px;
	}
/* End of adjustments */
/* Start of borders */
.bordermid
		{
		border-top: 0px solid #3c7802;
		border-left: 4px solid #3c7802;
		border-right: 4px solid #3c7802;
		border-bottom: 0px solid #3c7802;
}
.bordertop
		{
		border-top: 4px solid #3c7802;
		border-left: 4px solid #3c7802;
		border-right: 4px solid #3c7802;
		border-bottom: 0px solid #3c7802;
}
/* End of borders */
/* Start of the footer and copyright */

.footer {
	color:#000000;
    text-align: center;
	font-size:12px
}
.footer a:link{
    text-align: center;
	color:#000000;
	
}
.footer a:visited{
	color:#000000;	
}
.footer a:hover{
	color:#e18502;
}

.copyright {
	color:#FFFFFF;
    text-align: center;
	font-size:12px
}
.copyright a:link{
    text-align: center;
	color:#FFFFFF;
	text-decoration:none;
}
.copyright a:visited{
	color:#FFFFFF;	
}
.copyright a:hover{
	color:#fbc77d;
}
/* End of the footer and copyright */