body {
	
	background-color: #DCE1E5; /* was #CCCCCC */
	font-family: Arial,Helvetica;
	font-size: 14pt;
	color: black;
	}


div
	{
        align: center;
        text-align: center;
	font-size: 14pt;
	color: black;
	font-family: Arial,Helvetica;
	font-weight: ;
	}

.mleft
	{
        text-align: center;
	font-family: Arial,Helvetica;
	font-size: 12pt;
	color: black;
	}

.stext
	{
        
	font-family: Arial,Helvetica;
	font-size: 10pt;
	color: black;
	}



html
      {
       margin: 0;
       padding: 0;
      }
body  
      { 
       margin: 0;
       padding: 0;
      }
table
      {
       margin: 0px auto; /* centers all tables also use div tag*/
       width: 90%;
       height: 100%;
       border-collapse: collapse;
       background-color: #DCE1E5;
       text-align: center;
      }
      
      
.mheader
      {
       text-align: center;
       margin: 0 0 0 0;
       background-color: #DCE1E5;
       color: #333399; /* 333399 */
       border-top: 5px solid #DCE1E5;
       border-bottom: 2px solid #333399;
       font-size: 14pt;
       font-weight: bold;
       height: 10%;
       padding: 10px;
       width: 90%;
       }
      
.tdbody
      {
       text-align: center;
       margin: 0 0 0 0;
       background-color: #DCE1E5;
       color: #333399; /* 333399 */
       border-top: 0px solid #333399;
       border-bottom: 5px solid #333399;
       font-size: 14pt;
       color: black;
       font-weight: bold;
       height: 70%;
       width: 90%;
       }
    
.links1
          {
          text-align: center;
          background-color: #DCE1E5;
          width: 30%;
          color: #DCE1E5;
          padding: 5px;
          height: 5%;
          border-top: 2px solid #333399;
          border-bottom: 2px solid #333399;
          }


.center {
	text-align: center;
        }

.center table {
	margin: auto;
        }



/* Set the default link colors */

 a:link {
	color: #333399; /* #F0F0F0 Background color before hover effect was #8B0000 */
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #7D2252; /* yellow, was blue #33c */
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #fff; /* was deep red #8B0000, was white #fff */
	background-color: #33c; /* hover color was dark grey #494949, was blue backround #33c */
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	color: #8B0000; /* yellow just for that split second click*/
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}
