body{
     font-family: Verdana, Geneva, Arial,Helvetica, sans-serif; 
     font-size: 11px; 
     line-height: 16px; 
     background-color: #FFFFFF;
     margin-top:40px;
     margin-bottom:20px;
     margin-left:40px;
     margin-right:20px;
}

table.back{ 
     background-color: #FFFFFF;
}

table.title{
     width: 95% ;
     border: 0 ;
}

tr.tr_title{
     font-family: courier, monospace; font-weight: bold;
     text-align:left;        
     font-size: 14px; 
     line-height: 16px; 
     background-color: #C6C9D0;
     font-weight:bold;
     color:black;
}

td.tr_title{
     font-family: courier, monospace; font-weight: bold;
     text-align:left;        
     font-size: 12px; 
     line-height: 14px; 
     font-weight:bold;
     color:black;
}

table.info{
     width: 95% ;
     border: 0 ;
}

tr.info{
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
     font-size: 12px;
     text-align:left;                
}

a:link      { text-decoration: none; color: #5A6475; }
a:visited   { text-decoration: none; color: #5A6475; }
a:hover     { text-decoration: underline; color: #C6C9D0; }

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  font-weight: bold; padding-left: 2.5mm;
                   padding-bottom: 1ex; font-size:17px  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */

ul.none { list-style-type: none }

dt { font-weight:bold }

/* ###### Side Boxes ###### */

.sideMenuBox, .sideTextBox {
     background-color: #f0f0f0;
     width: 17em;
     height:18.2em;
     border-bottom: 1px solid #999999;
     padding-top: 1em;
     padding-bottom: 1em;
     float: left;
     clear: left;
}

.sideMenuBox div, .sideTextBox div {
     font-weight: bold;
     padding-left: 2.5mm;
     padding-bottom: 1ex;
}

.sideMenuBox a {
     text-decoration: none;
     display: block;
     padding: 1.5ex 1ex 1.5ex 5mm;
}

.sideMenuBox .thisPage {
     display: block;
     padding: 1.2ex 1ex 1.2ex 5mm;
}

.sideTextBox span {
     line-height: 1.5em;
     display: block;
     padding: 0 1ex 0 5mm;
}

.sideTextBox a {
     text-decoration: none;
     border-bottom-style: solid;
     border-bottom-width: 1px;
}

.lighterBG {
     background-color: #C6C9D0;
}

.bodyText {
     font-family: Verdana, Geneva, Arial,Helvetica, sans-serif; 
     background-color:#FFFFFF;  /*E6E9EE*/
     font-size: 11px; 
     width:100%;
     text-align: justify;
     line-height: 1.5em;
     margin: 0 0 0 0;
     padding: 0mm 0mm 1mm 0mm;
     border-left: 1px solid #999999;
}

a.menu:link      { text-decoration: none; color: #ffffff; }
a.menu:visited   { text-decoration: none; color: #ffffff; }
a.menu:hover     { text-decoration: underline; color: #f7e652; }
         

