#screen { 
  display : none; 
} 


html { min-height: 100%; margin-bottom: 1px; }

body       {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
	          margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}

td.main {padding-left: 10px; padding-right: 10px; padding-top: 20px; padding-bottom: 10px;}


a    {	cursor: hand; text-decoration: underline;}
a:active        { color: blue;   text-decoration: underline;}
a:hover         { color: red;    text-decoration: underline;}
a.legal         { font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
	          color: blue;}
			  
			  
.headline {	color: #0028BD;
			font-size: 18pt;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			letter-spacing: -0.1em;
			line-height: .85;
			margin-top: 0px;
			}
			
			
			
.subhead {	color: #FF6600;
			font-size: 12pt;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-weight: bold;
			letter-spacing: -0.025em;
			line-height: 1;
			margin-top: 0px;
			}

			

.copyright {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 8pt;
	color: #000000;

	}



/* These are Homepage Specific Styles */

td.quicklinks {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
    font-size: 7pt;
	font-weight: bold;

	}






/* These are Subpage Specific Styles */

.subnav {
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
    font-size: 7pt;
	font-weight: bold;
	line-height: 1.2em;

	}

a.subnav    {cursor: hand; color: #666666; text-decoration: none;}
a.subnav:hover         { color: #FF6600;    text-decoration: underline;}

.photo  {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

	}
