﻿body
{
    direction:rtl;
    font-family:Tahoma;
    font-size:12px;
}
.topButton
{
    float:right; 
    width:100px;
    margin-top:7px;
}
.topButton a:link
{
    color:White;
    font-weight:bold;
    font-family:Times New Roman;
    font-size:16px;
    text-decoration:none;
}
.topButton a:visited
{
    color:White;
    font-weight:bold;
    font-family:Times New Roman;
    font-size:16px;
    text-decoration:none;
}
.topButton a:hover
{
    color:Red;
    font-weight:bold;
    font-family:Times New Roman;
    font-size:16px;
    text-decoration:none;
}
#contentDiv a:link
{
	text-decoration:none;
	color:Red;
}
#contentDiv a:visited
{
	text-decoration:none;
	color:Red;
}
#contentDiv a:hover
{
	text-decoration:underline;
	color:Blue;
}

h1
{
    color:#ef0707;
    font-family:Times New Roman;
    font-size:18px;
    font-weight:bold;
}
#topDiv
{
	height:36px; 
	background-image:url('../img/template/topheader.jpg')
}
#buttonsDiv
{
	height:36px;
	background-image:url('../img/template/buttonHeader.jpg');
	text-align:center;
}
#copyrightsDiv
{
	background-color:#990000;
	margin-top:5px;
	height:20px;
	color:White
}
#contentDiv
{
	/*background-color:#990000;*/
	background-color:lightgray;
	color:black;
	text-align:right;
	padding:10px;
    min-height:500px;
    height:300px;
}
#contentDiv p
{
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
}