body{
	background-color: #ffffff;
	margin: 0 auto;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	color: #e41e24;
 	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #e41e24;
 	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #e41e24;
 	font-weight: normal;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #e41e24;
 	font-weight: normal;
	text-decoration: underline;
}

/* MAIN TABLE CONTAINER */


.txt_all{
	font-family: Arial ;
	font-size: 12px ;
	color: #898989 ;
 	font-weight: normal ;
	text-decoration: none ;
}

.bg_devide{
	background: url(../images/devider.jpg);
	background-position: center;
	background-repeat: repeat-x;
	
}