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:90%;
	padding:7px;
	text-decoration:none;
	background-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #99B6DD;
	margin-left: 2%;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 5%;
}

a.button2:link    {
	color:#FFFFFF;
	background-color:#4579C0;
	text-decoration: underline;
}
a.button2:visited {
	color:#FFFFFF;
	background-color:#4579C0;
	text-decoration: underline;
}
a.button2:hover   {
	color:#FFFF00;
	background-color:#4579C0;
	text-decoration: underline;
}
a.button2:active  {
	color:#FFFFFF;
	background-color:#339999;
	text-decoration: underline;
}

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-3_round.png);
	padding: 15px;
	font-weight: bold;
	color: #00446E;
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	position: relative;
	left: 5%;
}

a.buttonpic:link    {
	color:#00446E;
	background-image: url(buttons_bg/button_bg-3_round.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
}
a.buttonpic:visited {
	color:#00446E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(buttons_bg/button_bg-3_round.png);
	background-repeat: no-repeat;
	background-position: center;
}
a.buttonpic:hover   {
	color:#336699;
	text-decoration: underline;
	background-image: url(buttons_bg/button_bg-3_round.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}
a.buttonpic:active  {
	color:#00446E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(buttons_bg/button_bg-3_round.png);
	background-position: center;
	background-repeat: no-repeat;
}
