/* CSS Document */
.top_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.center_img
{
width:309px;
height:141px;
}
.c_left
{
height:141px;
width:309px;

}
.c_center
{
height:141px;
width:309px;
}
.c_right
{
width:309px;
height:141px;
}
a.button {
    /* Sliding right image */    background: transparent url('../images/button_right.png') no-repeat scroll top right; 
    display: block;
    float: right;
    height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
}
a.button span{    /* Background left image */ 
    background: transparent url('../images/button_left.png') no-repeat;     display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 4px 0 5px 18px;
} 

a.button:hover span{
}

a.button1 {
    /* Sliding right image */    background: transparent url('../images/right2.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
}

a.button1 span{    /* Background left image */ 
    background: transparent url('../images/left1.png') no-repeat;     display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 1px 0 5px 18px;
} 
a.button1:hover span{
}
