

/*START OF JULY 2008 BUTTON VERSION*/

#button_with_text
{
	text-align: center
}


a.button_with_text
{
	background: url('/uploadedImages/Corporate/btn_rightB.png') no-repeat scroll top right;
	display: block;
	height: 37px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 15px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	color: #162743;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	position: static;
	float: left;
	clear: right;
}

a.button_with_text:visited
{
    color: #162743;
    font-weight: bold;
}

a.button_with_text:visited:hover {
    color: #ab944c;
}
    
a.button_with_text:hover {
    color: #ab944c;
}

span.button_with_text {    
    background: transparent url('/uploadedImages/Corporate/btn_leftB.png') no-repeat;     
    display: block;
    line-height: 23px; 
    padding: 7px 3px 5px 18px;
} 


#button_with_text_small
{
	text-align: center
}


a.button_with_text_small
{
	background: transparent url('../uploadedImages/Corporate/btn_rightB.png') no-repeat scroll top right;
	display: block;
	height: 37px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 15px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	color: #162743;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	position: static;
	float: left;
	clear: right;
}

    
a.button_with_text_small:visited
{
    color: #162743;
    font-weight: bold;
}

a.button_with_text_small:visited:hover {
    color: #ab944c;
}

a.button_with_text_small:hover {
    color: #ab944c;
}

span.button_with_text_small
{
	background: transparent url('../uploadedImages/Corporate/btn_leftB.png') no-repeat;
	display: block;
	line-height: 23px;
	padding: 7px 3px 5px 18px;
} 
