/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
    SCROLLBAR-FACE-COLOR: #E7CFA9;
	SCROLLBAR-HIGHLIGHT-COLOR:#E7CFA9;
	SCROLLBAR-SHADOW-COLOR: #E7CFA9;
	SCROLLBAR-3DLIGHT-COLOR: #E7CFA9;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #AE9165;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backrest.jpg);
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}

table
{
	font-size: x-small;
	font-family: Tahoma;
}

input
{
	font-size: x-small;
	font-family: Tahoma;
}

textarea
{
	font-size: x-small;
	font-family: Tahoma;
}

.contents
{
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.heading 
{
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #4E4029;
}

.btn
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	background-image: url(images/btn_.jpg);
	border-left: black 1px solid;
	color: #4E4029;
	border-bottom: black 1px solid;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 22px;
	width: 55px;
	background-color: transparent;
}

/*-----------------------------*/
/*----------- Menu ------------*/
/*-----------------------------*/

.mn
{
	padding-right: 30px;
	background-position: center center;
	font-weight: bold;
	background-image: url(images/Button.gif);
	width: 195px;
	color: #4e4029;
	line-height: 25px;
	background-repeat: no-repeat;
	height: 25px;
	text-align: right;
	cursor: hand;
}

.mn_over
{
	padding-right: 30px;
	background-position: center center;
	background-image: url(images/Button-mover.gif);
	width: 195px;
	background-repeat: no-repeat;
	height: 25px;
	text-align: right;
	color: #4E4029;
	font-weight: bold;
	line-height: 25px;
	cursor: hand;
}

.ch
{
	padding-right: 30px;
	font-weight: bold;
	color: #4e4029;
	height: 20px;
	text-align: right;
	line-height: 20px;
}

.ch_over
{
	padding-right: 30px;
	font-weight: bold;
	color: #4e4029;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

/*-----------------------------*/

a.news_title:link
{
	font-weight: bold;
	font-size: x-small;
	color: #4E4029;
	font-family: tahoma;
	text-decoration: none;
}

a.news_title:visited
{
	text-decoration: none;
	color: #4E4029;
}

a.news_title:active
{
	text-decoration: none;
	color: #4E4029;
}

a.news_title:hover
{
	color: goldenrod;
	text-decoration: none;
}

/*-----------------------------*/

a.x
{
	font-family: tahoma;
	font-size: 10px;
	color: #4E4029;
	font-weight: bold;
}
a.x1
{
	font-family: tahoma;
	font-size: 12px;
	color: #4E4029;
	font-weight: bold;
}
a.x:link
{
	text-decoration: none;
	color: #4E4029;
}
a.x1:link
{
	text-decoration: none;
	color: #4E4029;
}
a.x:visited
{
	text-decoration: none;
	color: #4E4029;
}
a.x1:visited
{
	text-decoration: none;
	color: #4E4029;
}
a.x:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
a.x1:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
a.x:active
{
	text-decoration: none;
	color: #A98B5A;
}
a.x1:active
{
	text-decoration: none;
	color: #A98B5A;
}
a.y
{
	font-family: tahoma;
	font-size: 12px;
	color: #4E4029;
	font-weight: bold;
}
a.y:link
{
	text-decoration: none;
	color: #4E4029;
}
a.y:visited
{
	text-decoration: none;
	color: #4E4029;
}
a.y:hover
{
	text-decoration: none;
	color: #4E4029;
}
a.y:active
{
	text-decoration: none;
	color: #4E4029;
}
a.z
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}
a.z:link
{
	text-decoration: none;
	color: #ffffff;
}
a.z:visited
{
	text-decoration: none;
	color: #ffffff;
}
a.z:hover
{
	text-decoration: none;
	color: #4E4029;
}
a.z:active
{
	text-decoration: none;
	color: #ffffff;
}
a.1
{
	font-weight: normal;
	font-size: 12px;
	color: darkgoldenrod;
	font-family: tahoma;
	text-decoration: none;
}
a.1:link
{
	text-decoration: none;
	color: darkgoldenrod;
}
a.1:visited
{
	text-decoration: none;
	color: darkgoldenrod;
}
a.1:hover
{
	text-decoration: none;
	color: #4E4029;
}
a.1:active
{
	text-decoration: none;
	color: darkgoldenrod;
}
.heading-1
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text-1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Body-Text1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4E4029;
	text-decoration: none;
}
.br
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A57129;
}
.b-text
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4E4029;
}
.br-2
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.Body-Text
{
	font-family: "Simplified Arabic";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Bottom-text
{
	color: #4E4029;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*------------English-----------------*/
.mn_eng
{
	padding-left: 30px;
	background-position: center center;
	font-weight: bold;
	background-image: url(images/Eng/Button.gif);
	width: 195px;
	color: #4e4029;
	line-height: 25px;
	background-repeat: no-repeat;
	height: 25px;
	text-align: left;
	cursor: hand;
}

.mn_over_eng
{
	padding-left: 30px;
	background-position: center center;
	background-image: url(images/Eng/Button-mover.gif);
	width: 195px;
	background-repeat: no-repeat;
	height: 25px;
	text-align: left;
	color: #4E4029;
	font-weight: bold;
	line-height: 25px;
	cursor: hand;
}
.ch_eng
{
	padding-left: 30px;
	font-weight: bold;
	color: #4e4029;
	height: 20px;
	text-align: left;
	line-height: 20px;
}

.ch_over_eng
{
	padding-left: 30px;
	font-weight: bold;
	color: #4e4029;
	text-align: left;
	height: 20px;
	line-height: 20px;
}
