
.style2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:-3px;
}


/* button styles */

a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(/static/home/contacts/images/buttonbackground.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 42px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:11.5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -68px;
color: #990000;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #5F5F5F !important;
cursor: default;
}

a.button:hover .icon, a.button:active .icon {
	background-position: 0 -60px;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
background-position: 0 -56px;
}
