@charset "utf-8";
/* CSS Document */

a.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: #6F9829;
	border-bottom-color: black;
	border-left-color: white;
}
a.button:link {
	color: #FFF;
	text-decoration: none;
	width: 182px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 35px;
	white-space: nowrap;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.button:visited {
	background-color: #060;
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a.button:hover {
	background-color: #FFFFFF;
	color: red;
	border-color: black white white black;
	text-decoration: none;
}
a.button:active {
	background-color: #78A32D;
	color: #ccc;
	text-decoration: none;
	width: 182px;
}

#button {
	width: 180px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #6F9829;
	color: #333;
	font-size: 14px;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAECB4;
		}
		
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #78A32D;
	color: #333333;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6F9829;
	border-left-color: #6F9829;
		}

#button li a {
        width: auto;
		}

#button li a:hover {
	background-color: #00CC66;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DAECB4;
	border-left-color: #C9E393;
		}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.mainheading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFFFF;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
}
.maintxtwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
