/******************************************************************************
** HTML and BODY definitions for MM.CSS
******************************************************************************/
html { width: 100%; height: 100% }

body{
  background-color:#E3DFFE;


  color:#000000;
  font-family: sans-serif, georgia, tahoma, arial, helvetica; font-size:small; font-weight:normal;
  padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; 
  margin: 0px; width: 100%; height: 100%
}



/*-----------------------------------------------------------------------------
** ENTRY item classes
**---------------------------------------------------------------------------*/
  
.entrytext {
  color:#000077;
  font-family:  sans-serif, georgia, tahoma, arial, helvetica; font-size:17; font-weight:normal;
  }
 
.entrylink {
  color:#0000ff;
  font-family: sans-serif, georgia, tahoma, arial, helvetica; font-size:12; font-weight:normal;
  text-decoration: underline;  
  }
a.entrylink{ color:#0000ff; }
a.entrylink:visited{ color:#0000ff; }
a.entrylink:hover{ background-color:#75ddff; color:#0000ff }
a.entrylink:active { color:#0000ff; }

.rightbartext {
  color:#000077;
  font-family:  arial, sans-serif, georgia, tahoma, helvetica; font-size:12; font-weight:normal;
  }

.rightbarhead {
  color:#000077;
  font-family:  arial, sans-serif, georgia, tahoma, helvetica; font-size:12; font-weight:bold;
  }

.topmenutext {
  color:#000000;
  font-family: tahoma, times, arial, arial, helvetica, sans-serif; font-size:12; font-weight:normal;
  }


/*-----------------------------------------------------------------------------
** COPYRIGHT classes
**---------------------------------------------------------------------------*/

.copyrighttext {
  color:#707070;
  font-family: arial, tahoma, arial, helvetica, sans-serif; font-size:10; font-weight:normal;
  }

/*-----------------------------------------------------------------------------
** NAVBAR, MENULINK classes
**---------------------------------------------------------------------------*/

.navbtn {
  color:#000000;
  font-family: tahoma, georgia, arial, helvetica, sans-serif; font-size:11; font-weight:normal;
  text-decoration: none;  
  }
a.navbtn:hover {     
  background-color:#CED3EA;
   /* border-top: 2px solid blue; border-right: 2px solid blue; border-bottom: 2px solid blue; border-left: 2px solid blue; */
  text-decoration: none;  
  }
  
a.menulink{
  color:#0000ff;
  font-family: georgia, tahoma, arial, helvetica, sans-serif; font-size:small; font-weight:bold;
  text-decoration:none;
  }
a.menulink:visited{
  color:#0000ff;
  }
a.menulink:hover{
  background-color:#75ddff;
  color:#0000ff;
  }
a.menulink:active {      
  color:#00ccff;
}
  
/*-----------------------------------------------------------------------------
** PAGE, MAIN classes
**---------------------------------------------------------------------------*/
.pagetitle {
  color:#4040f0;
  font-family: georgia, tahoma, arial, helvetica, sans-serif; font-size:medium; font-weight:bold;
  }
 
.mainabout {
  color:#000000;
  font-family: georgia, tahoma, arial, helvetica, sans-serif; font-size:small; font-weight:normal;
  }
  
.maintitle {
  color:#000000;
  font-family: georgia, tahoma, arial, helvetica, sans-serif; font-size:medium; font-weight:bold;
  }
  
.mainurl {
  color:#0000f0;
  font-family: georgia, tahoma, arial, helvetica, sans-serif; font-size:small; font-weight:bold;
  }
 
/*-----------------------------------------------------------------------------
** TABLE classes
**---------------------------------------------------------------------------*/
#table, th { border: 1px solid #ff0000; } 

.container { 
 border: 2px solid  #cccccc; 
 background-color: #ffe; 

} 
.container1 { 
 border: 1px solid  #333; 


} 
.td_line {
 border: 1px solid  #cccccc; 
 background-color: #ffe; 
 float:bottom

} /* The top cell */ 

.td_left {
  border-right: 1px solid #00f;
    background: #ffe;

}

.td_both {
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;
    background: #ffe;

}

