/* CSS Document */

BODY
{
    SCROLLBAR-HIGHLIGHT-COLOR: #cc0000;
    SCROLLBAR-SHADOW-COLOR: #660000;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #00395a;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
    SCROLLBAR-BASE-COLOR: #990000
}
/* -----------------------------------------------------------------------------*/

body
{  background-color:#F2F2F1;
}	
/* -----------------------------------------------------------------------------*/
/* Date Background for table located under Banner*/
.datebg{
background-color:#990033;
width: 800;

}	

/* -----------------------------------------------------------------------------*/
/* Left column of the table where the Guest of the month is displayed*/
.leftcol{
background-color:#D7D6D1;
width:165;
height: 1400;
}


/* -----------------------------------------------------------------------------*/
/* Right column of the table where the Guest of the month is displayedD7D6D1*/
.rightcol{
background-color:#D7D6D1;
width:165;
height: 1450;
}

/* -----------------------------------------------------------------------------*/
/* Middle column of the table where the Guest of the month is displayed*/
.Middlecol{
background-color:#F7F6F1;
}


/* -----------------------------------------------------------------------------*/
/* font color for shamsi and English date*/

.datecolor{color: white;
}


/* -----------------------------------------------------------------------------*/
/* Column Height defined for left column and affect all 3 column in the table
So do not need to place the class ID="colheight" in all cloumns*/

.colheight{
HEIGHT: 250;
}
/* -----------------------------------------------------------------------------*/

A {color: blue; text-decoration:none; font-size:14;
	 font-family: tahoma, Arial, Helvetica, sans-serif}
A:hover {color:990033;}
p{ padding-left: 10px;text-align: justify; font-family:tahoma; font-size:12px; line-height:20px;
}
.p1{ padding-left: 10px;text-align: justify; font-family:tahoma; font-size:12px; line-height:20px;
}

.title{ text-align: center;  font-family:Arial; font-size:16px; color:#990033; font-weight:bold;
}