@charset "utf-8";
/* CSS Document */

.button {		
				width: 218px;
                height: 54px;
								
        }

.button a {
                display:block;
				background:url(../images/buttons/newbuttons/side_button.png);
				background-repeat:no-repeat;
                height: 100%;  
				color:#FFFFFF;
				font-family:"Trebuchet MS", Verdana;
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
				text-align:center;
				line-height:54px;
				padding-left:15px;
				padding-right:15px;             
        }

.button a:hover {
                background:url(../images/buttons/newbuttons/side_button_hover.png);
				background-repeat:no-repeat;
        }
		
.button a:active {
                background:url(../images/buttons/newbuttons/side_button_on.png);
				background-repeat:no-repeat;
        }
		
.button2 {		
				width: 218px;
                height: 54px;
									
        }

.button2 a {
                display:block;
				background:url(../images/buttons/newbuttons/side_button.png);
				background-repeat:no-repeat;
                height: 100%;  
				color:#FFFFFF;
				font-family:"Trebuchet MS", Verdana;
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
				text-align:center;
				padding-left:15px;
				padding-right:15px;	
				padding-top:9px;			           
        }

.button2 a:hover {
                background:url(../images/buttons/newbuttons/side_button_hover.png);
				background-repeat:no-repeat;
        }
		
.button2 a:active {
                background:url(../images/buttons/newbuttons/side_button_on.png);
				background-repeat:no-repeat;
        }
.follow {	
				font-family:"Trebuchet MS", Verdana;
				font-size:12px;	
				color:#4f4f4f;
				font-weight:bold;
				}