/* CSS Document */

.buttonblue a{
	background-image: url(../images/blueleft.gif);
	background-repeat: no-repeat;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
	padding-left: 5px;
	text-align: center;
	clear: right;
	float: left;
}
.buttonblue span{
	background-image: url(../images/blueright.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 9px;
	font-size: 11px;
}
.buttonblue2 a{
	background-image: url(../images/blueleft2.gif);
	background-repeat: no-repeat;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
	padding-left: 5px;
	text-align: center;
	clear: right;
	float: left;
}
.buttonblue2 span{
	background-image: url(../images/blueright2.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 9px;
	font-size: 11px;
}
.buttonblue3 a{
	background-image: url(../images/blueleft2.gif);
	background-repeat: no-repeat;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
	padding-left: 5px;
	text-align: center;
	clear: right;
	float: right;
}
.buttonblue3 span{
	background-image: url(../images/blueright2.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 9px;
	font-size: 11px;
}
a.whitelinks:link, a.whitelinks:visited, a.whitelinks:active {
	text-decoration: none;
	color:#FFFFFF;
}
a.whitelinks:hover {
	text-decoration: none;
	color:#FFCC00;
}
.clearer {
font-size: 0px;
height: 30px;
width: 100%;
display: block;
clear: both;
}
