body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	direction:rtl;
	background-color: #000000;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#B41520;
	text-decoration:underline;
}
#main {
	width: 980px;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 600px;
	background-color: #1D1C1D;
	background-image: url(Images/back.jpg);
}
#footer {
	width: 600px;
	color:#B41520;
	border-top: solid 1px #ccc;
	text-align: center;
	margin-left: 40px;
	color: #B41520;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}

#main #menu {
	width: 916px;
	background-image: url(Images/MenuDot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
}
h1 {
	font-size: 24px;
	color: #B41520;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #6e6f71;
	font-weight: bold;
}
h2:first-letter {
		color: #B41520;
}

h2 a {
	font-size: 24px;
	color: #B41520;
	text-align: right;
	margin: 0px 0px 14px;
	font-weight: normal;
	padding: 0px;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#main #page {
	margin-left: 40px;
	margin-top: 20px;
	width: 600px;
	float:left;
}

#main #page a:hover {
	color: #B41520;
	text-decoration: none;
}

p {
	color: #FFF;
}

#main .list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #006699;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B41520;
	margin: 0px;
	text-decoration: none;
}

h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B41520;
	margin: 0px;
	text-decoration: none;
}
#topmenu {
	width: 600px;
	font-size: 18px;
	color:#B41520;
	border-bottom: solid 1px #ccc;
	text-align:right;
	margin-left: 40px;
}
#topmenu td {
	padding: 10px;
}
#topmenu td.on {
	padding: 10px;
}
#topmenu td.on a, a.on{
		color: #B41520;
}
#topmenu a {
	color: #FFF;
	text-decoration:none;
}
#topmenu a:hover {
	color: #B41520;
}
strong {
	color:#B41520;
}

