  body 
	 { color: black; background-color: rgb(255,255,255); text-align: center; margin: 0px }

	table
	{
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #FFFFFF;
	border: #000099;

	}
	

  #header 
	{
	background-color: navy;
    text-align: center;
    width: 100%;
    height: 48px;
    }


  #headerblock 
	{
	text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    }


  .spacer 
	{
	clear: left;
    width: 100%;
    height: 16px;
    }


  #content 
	 { 
	 font-size: 11px; 
	 line-height: 20px; 
	 font-family: Verdana, Geneva, Arial, sans-serif; 
	 background-color: white; 
	 text-align: left; 
	 margin-right: auto; 
	 margin-left: auto; 
	 width: 700px; 
	 height: auto }


  .col1 
	{
	font-weight: bold;
    font-size: 11px;
    line-height: 28px;
    text-align: right;
    float: left;
    width: 150px;
    height: auto;
    padding-right: 10px;
    }
	


  .col2 
	{
	border-left: 1px dotted red;
    padding: 1px 10px 3px 15px;
    background-color: rgb(255, 255, 243);
    float: left;
    height: auto;
    width: 350px;
    }


  .dotrules 
	{
	color: rgb(153, 153, 255);
   	}


  .col3 
	{
	font-size: 10px;
    float: left;
    width: 120px;
    height: auto;
    margin-left: 15px;
    }


  #footer 
	{
	color: white;
    font-size: 10px;
    font-family: Verdana,Geneva,Arial,sans-serif;
    background-color: navy;
    text-align: center;
    clear: left;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    }


  #footertext 
	{
	text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 430px;
    }


  a:link 
	{
	color: navy;
    text-decoration: none;
    }


 a:visited 
	{
	color: purple;
    text-decoration: none;
    }


 a:hover 
	{
	color: red;
    text-decoration: underline;
    }

  .navyblue 
	{
	color: navy;
    }


  h3 
	{
	font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    }
