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

.ButtonHeader {
	width: 250px;
	margin: 0px;
	height: 32px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.BHGreen {
	background-image: url(../images/homePageButtonHeader_green.jpg);
	background-repeat: no-repeat;
}
.BHPurple {
	background-image: url(../images/homePageButtonHeader_purple.jpg);
	background-repeat: no-repeat;
}
.BHBlue {
	background-image: url(../images/homePageButtonHeader_blue.jpg);
	background-repeat: no-repeat;
}
.BHOrange {
	background-image: url(../images/homePageButtonHeader_orange.jpg);
	background-repeat: no-repeat;
}
.BHLBlue {
	background-image: url(../images/homePageButtonHeader_LBlue.jpg);
	background-repeat: no-repeat;
}
.BHRed {
	background-image: url(../images/homePageButtonHeader_red.jpg);
	background-repeat: no-repeat;
}
.ButtonHeader H1 {
	font-family: "Trebuchet MS", sans-serif, arial;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
}
.ButtonContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8599A5;
	border-left-color: #8599A5;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.ButtonContent a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2878B7;
}
.ButtonContent a:hover {
	color: #0B207D;
	text-decoration: underline;
}
.ButtonContent p {}
.ButtonDIV {
	margin-top: 5px;
}
.Button11Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Button11Text a {
	text-transform: none;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.Button11Text a:hover {
	color: #000000;
	text-decoration: underline;
}
