body {
	background-attachment: scroll;
	background-image: url(../images/background_building.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	margin: 0px;
	padding: 0px;
}

.buttons a {
	display: block;
	width: 131px;
	height: 19px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	white-space: nowrap;
	padding-top: 6px;
	letter-spacing: normal;
	word-spacing: 2px;
	font-style: normal;
	font-weight: normal;
}
.subnav {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #000067;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
}


.buttons a:hover {
	background-image: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
}

.buttons a:active {
	background-image: url(../images/buttons.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
}
.BLACKbuttons a {
	display: block;
	width: 131px;
	height: 19px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/buttonsBLACK.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	white-space: nowrap;
	padding-top: 6px;
	letter-spacing: normal;
	word-spacing: 2px;
	font-style: normal;
	font-weight: normal;
}

.BLACKbuttons a:hover {
	background-image: url(../images/buttonsBLACK.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.BLACKbuttons a:active {
	background-image: url(../images/buttonsBLACK.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
	font-weight: bold;
}

.claims {
	visibility: hidden;
}
.red {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
