.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat;
	background-position: right;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat;
	background-position: left;
}
.blacklinks {
	font-family: Tahoma, "Traditional Arabic", "Traditional Arabic Backslanted";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.blacklinks:hover {
	font-family: Tahoma, "Traditional Arabic", "Traditional Arabic Backslanted";
	font-size: 12px;
	font-weight: bold;
	color: #E60000;
	text-decoration: none;
}.normal {
	font-family: Tahoma, "Traditional Arabic", "Traditional Arabic Backslanted";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.normalbold {
	font-family: Tahoma, "Traditional Arabic", "Traditional Arabic Backslanted";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.titels {
	font-family: Tahoma, "Traditional Arabic", "Traditional Arabic Backslanted";
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
.wightlinks {
	font-family: Tahoma, "Times New Roman", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.wightlinks:hover {
	font-family: Tahoma, "Times New Roman", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FAEBBD;
	text-decoration: none;
}