.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.btm {
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.brdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

a.button {
	background: transparent url('../images/jpg/up-r.jpg') no-repeat scroll top right;
	color: #000000;
	display: block;
	float:right;
	font: normal 12px arial, sans-serif;
	height: 33px;
	margin-right: 6px;
	padding-right: 17px;
	text-decoration: none;
	width: 80px;
}

a.button span {
    background: transparent url('../images/jpg/up-l.jpg') no-repeat;
    display: block;
    line-height: 23px;
    padding: 5px 0 5px 17px;
}

.body {
	margin: 0px;
	background-color: #F1F1F1;
}

a.button:hover {
	background: transparent url('../images/jpg/over-r.jpg') no-repeat scroll top right;
	color: #990000;
	outline: none;
	font-weight: bold;
}

a.button:hover span {
    background: transparent url('../images/jpg/over-l.jpg') no-repeat;
    padding: 5px 0 5px 17px; /* push text down 1px */
}

a.button:active {
	background: transparent url('../images/jpg/down-r.jpg') no-repeat scroll top right;
	color: #003399;
	outline: none;
	font-weight: bolder;
}

a.button:active span {
    background: transparent url('../images/jpg/down-l.jpg') no-repeat;
    padding: 6px 0 4px 17px; /* push text down 1px */
}

a.button-r {
	background: transparent url('../images/jpg/r-up-r.jpg') no-repeat scroll top right;
	color: #000000;
	display: block;
	float: left;
	font: normal 10px arial, sans-serif;
	height: 26px;
	margin-right: 6px;
	padding-right: 12px;
	text-decoration: none;
	width: 135px;
	text-align:left;
}

a.button-r span {
    background: transparent url('../images/jpg/r-up-l.jpg') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 12px;
}

a.button-r:hover {
	background: transparent url('../images/jpg/r-over-r.jpg') no-repeat scroll top right;
	color: #990000;
	outline: none;
	font-weight: bold;
}

a.button-r:hover span {
    background: transparent url('../images/jpg/r-over-l.jpg') no-repeat;
    padding: 5px 0 5px 12px; /* push text down 1px */
}

a.button-r:active {
	background: transparent url('../images/jpg/r-down-r.jpg') no-repeat scroll top right;
	color: #003399;
	outline: none;
	font-weight: bolder;
}

a.button-r:active span {
    background: transparent url('../images/jpg/r-down-l.jpg') no-repeat;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

.names {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-bottom: 30px;
}
