/************/

/*  GLOBAL  */

/************/
/*{padding:0; margin:0;}

/*BODY { font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
    font-size:65%;
    color:#000;
    background-color:#FFF; }*/
	 
/*
a { color:#507EA1;
    padding:.3em;
    font-size: 14px; }
*/


/* button C */
a.buttonC {
display: block;
background: transparent url(../images/color1_25_bi.png) repeat-x; 
height: 25px;
text-align: center;
font-family: Arial;
font-size: 14px;
font-weight: bold;
text-decoration: none;
border: 1px solid #00a9ec;
border-left: 1px solid #00a9ec;
border-right: 1px solid #00a9ec;
cursor:pointer;

}
a.buttonC:link, a.buttonC:visited {
color: white;
cursor:pointer;
}
a.buttonC:hover, a.buttonC:active {
background: transparent url(../images/search1.png) repeat-x; 
border: 1px solid #db7224;
border-left: 1px solid #db7224;
border-right: 1px solid #db7224;
color: white;
cursor:pointer;
}

a.buttonR {
display: block;
background: transparent url(../images/r_link.jpg) repeat-x; 
height: 25px;
text-align: center;
font-family: Arial;
font-size: 14px;
font-weight: bold;
text-decoration: none;
border: 1px solid #00a9ec;
border-left: 1px solid #00a9ec;
border-right: 1px solid #00a9ec;
cursor:pointer;

}
a.buttonR:link, a.buttonR:visited {
color: white;
cursor:pointer;
}
a.buttonR:hover, a.buttonR:active {
background: transparent url(../images/r_hover.jpg) repeat-x; 
border: 1px solid #db7224;
border-left: 1px solid #db7224;
border-right: 1px solid #db7224;
color: white;
cursor:pointer;
}
