﻿@charset "utf-8"; 


.bluebtn
{
display: block;
margin: 0px;
padding: 0px;
width: 190px;
height: 50px;
color: white;
background: url(../../../Images/btn_base1.gif) no-repeat left top;
}

.bluebtn  a
{
display: block;
width: 175px;
height: 35px;
padding-top: 15px;
padding-left: 15px;

font-size: medium;
font-weight: bold;
text-decoration:none;
color: white;

}


.bluebtn A:link
{
color: white;
text-decoration:none;
}

.bluebtn A:visited
{
color: white;
text-decoration:none;
}

.bluebtn A:hover
{
/*color: #800080; */
color: white;
text-decoration:none;
}

.bluebtn A:active
{
color: white;
text-decoration:none;
}
