﻿@charset "utf-8";

/* CSS Document Style by Ebrahim Karimi*/
Body
{

	font-size: 12px;
	font-family: tahoma;
	margin: 0px;	
	background-image: url('images/background.jpg');
	background-repeat:no-repeat;
	background-color:#ACC6E4;
	background-position:left top;
	color: #484848;
	
}
.MasterTable
{
	margin-left: auto; margin-right: auto;
}
.Footer
{
	height: 60px;
	background-color: #2650DD;
	width: 905px;
	padding-left: 10px;
	color: #6A87E8;
	text-align: left;
	font-family:Tahoma;
	
	
}
.RightMenu
{
	width:176px;
	height: 100%;
	background-image: url('Images/RightMenu_02.png');
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #E6A639;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	font-family: traffic, zar, badr, tahoma;

}
.Description
{
	color: #6FAA55;
	font-weight: normal;
	font-size: 11px;
}
.Description A
{
	color: #6FAA55;
	text-decoration: none;
}
.Description A:Hover
{
	color: #6FAA55;
	text-decoration: underline;
}

.Navigation
{
	text-align: left;
	height:20px;
	background-image: url('Images/Master_01.png');
	padding-left: 15px;
	font-size: 10px;
	font-family: tahoma;
	color: #002EC7;
}
.Data
{
	width:723px;
	background-image: url('Images/Master_02.png');
	height:100%;
	padding-top: 20px;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 15px;
	text-align: justify;
	line-height:25px;

}
.Data A
{
	color: #002EC7;
	text-decoration: none;
}
.Data A:Hover
{
	color: #002EC7;
	text-decoration: underline;
}
