body {
	font-family: "arial";
	font-size: 10pt;
  	font-style: normal;
        color:000080;
     }


a:visited
  {	text-decoration: none; 
	font-size: 10pt;
	color: "663300";
	
  }


a:hover 
  {	
	text-decoration: none;
	font-size: 10pt;
	background-color:ffcc99;

  }

a:link 
  {	text-decoration: none; 
	font-size: 10pt;
	color: "blue";
  }



// this corrects IE8 bug where images jump.
// http://www.webmasterworld.com/css/3907234.htm
img 
{
  vertical-align:bottom;
}


.hilite { 
	    color: #800000;
    	font-family: arial, helvetica;
        background: #ffff99
        }


.boldhilite { 
	    color: #800000;
    	font-family: arial, helvetica;
        font-weight: bold;
        background: #ffff99
        }


.text2pt { 
	    color: #000080;
	    font-size:12;
    	font-family: arial, helvetica, sans-serif;
        }

.textred { 
	    color: #ff0000;
	    font-size:12;
    	font-family: arial, helvetica, sans-serif;
        }

.text2ptright { 
	    color: #000080;
	    font-size:12;
    	font-family: arial, helvetica, sans-serif;
	    text-align: right;
        }


.text2ptBold { 
	    color: #0000ff;
	    font-size:12;
	    font-weight:bold;
    	font-family: arial, helvetica;
	    text-align: right;
        }

.text2ptBoldright { 
	    color: #0000ff;
	    font-size:12;
	    font-weight:bold;
    	font-family: arial, helvetica;
	    text-align: right;
        }

.text2ptBoldleft { 
	    color: #0000ff;
	    font-size:12;
	    font-weight:bold;
    	font-family: arial, helvetica;
	    text-align: left;
        }

.text2ptBoldright { 
	    color: #0000ff;
	    font-size:12;
	    font-weight:bold;   
    	font-family: arial, helvetica;
	    text-align: right;
        }




table {
	font-family: arial;
	font-size: 10pt;
	color:000080;
	font-style: normal;
      }






