.graytop {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	font-weight: bold;
}

.Button_Selected
{
    background-image:url("images/rightmark.jpg");
    width:175px;
    height:23px;
    padding-top:4px;
    padding-left:25px;
    font-weight:bold;
    cursor:hand;
    border:solid 1px #cccccc;
}

.Button
{  
    width:175px;
    height:23px;
    padding-top:4px;
    padding-left:25px;
    cursor:hand;
}