@charset "windows-1256";

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #CCCCCC;
	background-image: url(../Images/bg.jpg);
}

a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}
a {
	font-size: 11px;
}

.gray_bold_copyrights {font-size: 11px; color: #B5B5B5; font-weight: bold; }
.gray_line {
	color: #999999;
	font-weight: bold;
}
.dark_red_11_B {
	color: #C42F1E;
	font-size: 11px;
	font-weight: bold;
}
