
/* ------------------------------------------------------------------------- */
/* Author    : abass alamnehe for Senamirmir Project                         */
/* File name : style.css                                                     */
/* Date      : 09/09/2003                                                    */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- */
/* redefine links related  properties                                        */
/* ------------------------------------------------------------------------- */

:link { 
   color: #0066FF ; 
   font-size: 13px 
}
:visited { 
   color: brown ; 
   font-size: 13px 
}
:hover   { 
   color: #009999 ; 
   font-size: 13px
} 


/* ------------------------------------------------------------------------- */
/* modify text related  properties                                           */
/* ------------------------------------------------------------------------- */
body { 
   background-color: rgb(255, 255, 255); 
   color: black;
   font-family: 'Palatino Linotype', verdana, sans-serif, 'Ethiopia Jiret'; 
}  
h1,h2,h3 { 
   color: rgb(102, 102, 102); 
   font-family: 'Palatino Linotype', verdana, sans-serif, 'Ethiopia Jiret'; 
}
li { 
   text-align: justify; 
   line-height: 150%;
   font-family: 'Palatino Linotype', verdana, sans-serif, 'Ethiopia Jiret'; 
   font-size: 13px; 
}
p { 
   text-align: justify; 
   line-height: 150%; 
   font-size: 13px; 
}
td { 
   font-size: 13px; 
   line-height: 125%; 
}


/* ------------------------------------------------------------------------- */
/* define new objects for borders                                            */
/* ------------------------------------------------------------------------- */
.leftBorder  {	border-left-width:   1px; 	border-right-width:  0px;
        			border-top-width:    0px;  border-bottom-width: 0px;
        			border-style: solid; color: rgb(255,255,204); }
.rightBorder { border-left-width:   0px;  border-right-width:  1px;
              	border-top-width:    0px;	border-bottom-width: 0px;
        			border-style: solid; color: rgb(255,255,204);  }
.topBorder   { border-left-width:   0px; 	border-right-width:  0px;
        			border-top-width:    1px;  border-bottom-width: 0px;
        			border-style: solid; color: rgb(255,255,204);  }
.bottomBorder{ border-left-width:   0px;  border-right-width:  0px;
        			border-top-width:    0px;  border-bottom-width: 1px;
        			border-style: solid; color: rgb(255,255,204);  }
.topBottomBorder { border-left-width:   0px; 	border-right-width:  0px;
        			border-top-width:    1px;  border-bottom-width: 1px;
        			border-style: solid; color: rgb(255,255,204);  }
.frame	   {  border-width: 1px; border-style: solid; border-color: rgb(204, 204, 153) ; padding: 10px 10px 10px 10px; }

.hrule	   {  border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width:  0px;
               border-style: solid; 
               border-color: rgb(204, 204, 153);
               width: 650px;}

