/* CSS Document */

.buttonscontainer {
	width: 145px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-left: 10px;
	display: block;
}
.buttons a:link {
	color: #FFFFFF;
	background-color: #669900;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-bottom: 2px solid #999999;
	font: bold 11px Tahoma, sans-serif;
	text-align: left;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin-bottom: 1px;
	margin-top: 5px;
	width: 140px;
}
.buttons a:visited {
	color: #FFFFFF;
	background-color: #669900;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-bottom: 2px solid #999999;
	font: bold 11px Tahoma, sans-serif;
	text-align: left;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin-bottom: 1px;
	margin-top: 5px;
	width: 140px;
}
.buttons a:hover {
	background-color: #FFD02F;
	color: #000000;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	margin-bottom: 1px;
	margin-top: 5px;
}
.footer {
	color: #FFFFFF;
	background-color: #bfac6a;
	clear: both;
	padding: 1px;
}
.linkb {
	color: #0000FF;
	text-decoration: underline;
}
.box {
	background-color: #FFFFFF;
	padding: 10px 20px;
	width: 600px;
	margin: 10px 10px 10px 0px;
	border: thin solid #669900;
	float: right;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFD02F;
	margin-top: 10px;
	padding: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	border-top: medium none #00703A;
	border-right: medium none #00703A;
	border-bottom: medium solid #00703A;
	border-left: medium none #00703A;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: medium none #57666B;
	border-right: medium none #57666B;
	border-bottom: medium solid #57666B;
	border-left: medium none #57666B;
	font-size: 16px;
}

