body {
	background-color: #7F8545;
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
	vertical-align: top;
	font-size: medium;
	color: #7F8545;
	text-align:justify;
}
.background {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FDE8B1;
}
.toppad {
	padding-top: 20px;
}
.content {
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1 {
	font-size: xx-large;
	color: #855B14;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	font-size: small;
	color: #855B14;
	margin: 0px;
	padding: 0px 0px 0px;
}
h4 {
	font-size: medium;
	color: #6490A0;
	margin: 0px;
	padding: 0px 0px 0px;
}
.foot {
	font-size: x-small;
	color: #845C17;
	text-align: center;
	vertical-align: top;
}
a:link {
	color: #845C17;
	text-decoration: none;
}
a:visited {
	color: #845C17;
	text-decoration: none;
}
a:hover {
	color: #646936;
	text-decoration: none;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #878749;
	text-decoration: none;
}
.border {
   padding: 2px;
    font-family: Arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #7F8545;
	text-decoration: none;
	border: 1px solid #7F8545;
	
	

	}

.border_1{
font-family: Arial, Helvetica, sans-serif;
border:6px solid #EEEEF0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=black, Direction=135, Strength=2);
}