﻿/* ################################################ */
/* ################# Default Page ################# */
/* ################################################ */

body{
	font-family:Tahoma;
	direction:rtl;
}

/* ################################################ */
/* ############### End Default Page ############### */
/* ################################################ */




/* ================================================ */
/* ==================  Text Style ================= */
/* ================================================ */


H6{
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:White;
}

H5{
	font-family:Tahoma;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H4{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H3{
	font-family:Tahoma;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


H2{
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H1{
	font-family:Tahoma;
	font-size:15px;
	color:#000000;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/* ================================================ */
/* ================  End Text Style =============== */
/* ================================================ */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~ Menu & Links ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link, A:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#72cb1b;
	font-weight:normal;
	text-decoration:none;
}

a:hover, A:active{
	text-decoration:underline;
}

A.linkb:link, A.linkb:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

A.linkb:hover, A.linkb:active{
	text-decoration:underline;
}

UL{
	padding:0px 0px 0px 0px;     /* the left padding was set to make the bullets appear inside the container */
	margin:0px 0px 0px 0px;
}

LI{
	padding:10px 0px 10px 0px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:right;
	vertical-align:top;
	font-family:tahoma;
	font-size:12px;
	color:#ffffff
}

UL.menulist{
	padding:0px 0px 0px 0px;     /* the left padding was set to make the bullets appear inside the container */
	margin:0px 0px 0px 0px;
}

LI.menulist{
	padding:10px 7px 0px 8px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:center;
	vertical-align:top;
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	float:right;
}

LI.menulist A:link, LI.menulist A:visited {
    font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

LI.menulist A:hover, LI.menulist A:active {
	text-decoration:underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ End Menu & Links ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


