.RollerTXT
{
	font-size: 12px;
        font-family: 'Geo_Times';
	color: black;
	background-color: #E4E4E4;
	text-align: center;
	onmouseover: "this.style.textDecoration ='none';" ;
	onmouseout: "this.style.textDecoration ='underline';";
}

.RollerTitleTD
{
    background-color: ccd1dd;
    font-size: 16px;
    font-family: 'Geo_Times';
    font-weight: bold;
    color: 1d3366;
    letter-spacing: 0.2em;
    text-align: center;
}

.RollerTXT_eng
{


	font-size: 12px;
        font-family: "Book Antiqua", Arial;
	color: black;
	background-color: #E4E4E4;
	text-align: center;
	onmouseover: "this.style.textDecoration ='none';" ;
	onmouseout: "this.style.textDecoration ='underline';";
}

.RollerTitleTD_eng
{
    background-color: ccd1dd;
    font-size: 16px;
    font-family: "Book Antiqua", Arial;
    font-weight: bold;
    color: 1d3366;
    letter-spacing: 0.2em;
    text-align: center;
}