
/*Text start*/
/*It overrides the par def. in eminf.css*/
.par{
   width:640px;
   margin: 60px auto 0px auto;
   font:normal normal normal 12px/24px verdana, arial, sans-serif;
   text-align:justify;
   color:black; 
   background-color:transparent;
}
/*link is specified in eminf.css*/
/*Text End*/

/*Table Start*/
table{
   width:640px;
   margin: 40px auto 20px auto;
   text-align:left;
   color:black;
   background-color:white;
   border-collapse:collapse;
   border:1px dotted #800000;
}

caption{
   margin:20px 0px 0px 0px;
   color:#800000;
   background-color:#fffff0;
   border:1px dotted #800000;
   border-bottom:none;
}

th, td, tr{
   border:1px dotted #800000;
}

th{
   text-align:center;
   font-size:10px;
   color:black;
   background-color:#f5deb3; 
}

td{
   width:100px;
   padding:5px 0px 5px 5px;
   text-align:left;
   font:normal normal normal 11px/16px arial, verdana, sans-serif;
}

td a:link{
   text-decoration:underline;
   color:black;
   background-color:white;
}

td a:visited{
   text-decoration:none;
   color:green;
   background-color:white;
}

td a:hover{
   text-decoration:none;
   color:red;
   background-color:white;
}

td a:active{
   text-decoration:none;
   color:black;
   background-color:white;
}

.wheet{
   background-color:#faf0e6;
}
/*Table End*/
