/************************************** Layout **************************************/
BODY
{
	BACKGROUND-COLOR: #333333;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
	margin: 0px;
	background-image: url(images/bg-grey.gif);
	background-repeat: repeat;	
}
#head-row
{
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 83px;
	background-position: left top;
}
#content-1-row
{
	background-image: url(images/content_1.jpg);
	background-repeat: no-repeat;
	height: 53px;
	background-position: left top;
	background-color: #FFFFFF;
}
#content-2-row
{
	background-image: url(images/content_2.jpg);
	background-repeat: no-repeat;
	height: 178px;
	background-position: left top;
}

#middle-repeate-row
{
	background-image: url(images/middle_repeate.jpg);
	background-repeat:repeat-y;
	height: 4px;
	background-position: left top;
	padding-left: 100px;
	background-color: #FFFFFF;
}
.middle-repeat	{
	background-image: url(images/middle_repeate.jpg);
	background-repeat:repeat-y;
	height: 4px;
	background-position: left-position;	
}

#content-3-row
{
	background-image: url(images/content_3.jpg);
	background-repeat:no-repeat;
	height: 233px;
	background-position: left bottom;
}
#bottom-row
{
	background-image: url(images/bottom.jpg);
	background-repeat:no-repeat;
	height: 99px;
	background-position: left top;
}

/********************************************************************/

/******************************** Text Declairation **********************************/
.myheader	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
}
.myh1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #993300;
	font-style: normal;
	font-weight: bold;
}
.myh2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #993300;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.specialtext	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;

}
.menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.menu a {
	color: #000000;
	text-decoration: underline;	
}
.menu a:hover {
	color: #993300;
	text-decoration: none;	
}
.maintext	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000009;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.maintext a {
	color: #993300;
	text-decoration: underline;	
}
.maintext a:hover {
	color: #000009;
	text-decoration: none;	
}

.footertext	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;	
}
.footertext a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;	
}
.footertext a:hover {
	color: #000000;
	text-decoration: none;	
}
.footertext2	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;	
}
.footertext2 a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;	
}
.footertext2 a:hover {
	color: #ff0000;
	text-decoration: none;	
}
/*************************************************************************************************/

.yellow {
	color: #ff6633;
	text-decoration: none;	
}
.brown {
	color: #993300;
	text-decoration: none;	
}
.red{
	color: #CC0000;
	text-decoration: none;	
}
.blue{
	color: #003399;
	text-decoration: none;	
}
.arabic {
	font-family:  Arial Black;
	font-size: 16px;
	color: #000000;
	font-weight:bold
}

