
#btn_top a:link, #btn_top a:visited, #btn_top a:active
{
        FONT:                        12px Arial, Helvetica, sans-serif;
        color:                       #FFF;     
		height:                      18px;
        width:                       100px;
        text-decoration:             none;
        text-align:                  center;
        float:                       left;
        font-weight:                 normal;
		border-left:				 1px solid #1A53B3;
		border-right:				 1px solid #1A53B3;		
       }

#btn_top a:hover
{
        text-decoration:             underline;
}

.btn_top_select
{
        FONT:                        12px Arial, Helvetica, sans-serif;
        color:                       #FFF;     
		height:                      18px;
        width:                       100px;
		text-decoration:             underline;
        text-align:                  center;
        float:                       left;
        font-weight:                 normal;
		border-left:				 1px solid #1A53B3;
		border-right:				 1px solid #1A53B3;		
       }

#btn_footer a:link, #btn_footer a:visited, #btn_footer a:active
{
        FONT:                        12px Arial, Helvetica, sans-serif;
        color:                       #1A53B3;     
		height:                      18px;
        width:                       101px;
        text-decoration:             none;
        text-align:                  center;
        float:                       left;
        font-weight:                 normal;
		border-left:				 0px solid #ffffff;
		border-right:				 1px solid #ffffff;		
       }

#btn_footer a:hover
{
        text-decoration:             underline;
}


#btn a:link, #btn a:visited, #btn a:active
{
 		margin-top:                  2px;
 		margin-left:                 2px;
        FONT:                        11px Arial, Helvetica, sans-serif;
        color:                       #000000;     
		height:                      16px;
        width:                       100px;
        text-decoration:             none;
        text-align:                  center;
		line-height:				 16px;
        font-weight:                 normal;
		border: 					 1px solid #000000;
	    background-color:       	 #FFFFFF;
		display: block;
}

#btn a:hover
{
	    background-color:       	 #EEEEEE;
}
