div.button,
div.button a.Button {
font-family: times new roman;
font-weight:bold;
font-size: 12px;
color: #ffffff;
}
div.button {
background-color: transparent;
padding: 0px 0px 0px 0px;
}
div.button a.Button {
background-color: #456281;
border: 1px solid;
border-color: #f0f0f0 #000000 #000000 #f0f0f0;
color: #ffffff;
cursor: pointer;
left: 0px;
margin: 0px;
padding: 5px 0px 5px 0px;
position: relative;
text-decoration: none;
top: 0px;
width: 125px;
z-index: 100;
}
div.button a.EmptyButton {
background-color: #456281;
border: 1px solid;
border-color: #f0f0f0 #000000 #000000 #f0f0f0;
color: #ffffff;
cursor: pointer;
left: 0px;
margin: 0px;
padding: 5px 0px 5px 0px;
position: relative;
text-decoration: none;
top: 0px;
width: 125px;
z-index: 100;
}
div.button a.Button:hover {
background-color: #456281;
border-color: #000000 #f0f0f0 #f0f0f0 #000000;
color: #FCCE55;
}


