a.button {
	display:block;
	text-align:center;
	width:16ex;
	padding:2px;
	text-decoration:none;
	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;
	font-family: Arial, Helvetica, sans-serif;
}

a.button:link    { color:#00f; background-color:transparent; }
a.button:visited { color:#00f; background-color:transparent; }
a.button:hover   { color:#ff0; background-color:#00f; }
a.button:active  { color:#ff0; background-color:#a03; }


a.button2 {
	display:block;
	text-align:center;
	width:50%;
	padding:7px;
	text-decoration:none;
	background-color: #5C6931;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #A2B560;
	margin-left: 25%;
	font-size: 16px;
	font-weight: bold;
}

a.button2:link    {
	color:#FFFFFF;
	background-color:#5C6931;
}
a.button2:visited {
	color:#FFFFFF;
	background-color:#5C6931;
}
a.button2:hover   {
	color:#FFFFFF;
	background-color:#5C6931;
	text-decoration: underline;
}
a.button2:active  {
	color:#FFFFFF;
	background-color:#97AB50;
}

a.buttonpic {
	display:block;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(buttons_bg/button_bg-4.jpg);
	padding: 0px;
	font-weight: bold;
	color: #3366FF;
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	position: relative;
	left: 17%;
	height: 30px;
}

a.buttonpic:link    {
	color:#003399;
	background-image: url(buttons_bg/button_bg-4.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
a.buttonpic:visited {
	color:#3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(buttons_bg/button_bg-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a.buttonpic:hover   {
	color:#3366FF;
	text-decoration: underline;
	background-image: url(buttons_bg/button_bg-4_hover.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}
a.buttonpic:active  {
	color:#3366FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(buttons_bg/button_bg-4.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

