﻿A.button
{
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	margin-right: 20px;
	color: #336aab;
	padding: 5px 15px 5px 15px;
	border-top: solid 1px #336aab;
	border-bottom: solid 1px #336aab;
	border-left: solid 1px #336aab;
	border-right: solid 1px #336aab;
}
A.button:visited
{
	text-decoration: none;
	color: #336aab;
}
A.button:hover
{
	text-decoration: none;
	color: #214269;
	border-top: solid 1px #82a4cb;
	border-bottom: solid 1px #214269;
	border-left: solid 1px #82a4cb;
	border-right: solid 1px #214269;
}

