/* CSS Document */
body {
	background: #EFEFEF; /*#A1A1A1;*/
	text-align: center;
	padding:0px;
	margin:0px;
	/*background-image: url(/arabia/images/bg-pg.gif);*/
	background-repeat: repeat;	
}
td {
	color:#414141;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
.module-title {
	color:red;
	border-bottom:2px solid red;
	font-weight:bold;
	font-size:13px;
}

#footer {
	width:100%;
	padding:0px;
	margin:0px;
	background-color: white; /*#DCDCDC;*/
	text-align: center;
}

#footer .copyright {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#footer .counter {
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:darkblue;
}
