/*global styles*/
body{

margin:0px; background-color:#CCCCCC; color:#666;}

p, ul { font-family: georgia, palatino, "times new roman", serif ;
      font-size: 12px ; 
	line-height: 1.3em ;
	margin-bottom: 0.8em ;
	}

td p { 
	margin-bottom: 0.2em ;
	}

p.article, ul.article { 
	margin-right: 50px ;
	}

p.indent { 
	margin-left: 25px ;
	margin-right: 75px ;
	}

p.footnote { 
      font-size: 11px ; 
	margin-left: 10px ;
	margin-right: 50px ;
	}

h2 { font-family: arial, helvetica, sans-serif ; 
    font-size: 24px ; 
    font-weight: normal ;
	}

h2.proof { font-family: georgia, palatino, "times new roman", serif ;
    font-size: 18px ; 
    font-weight: normal ;
    font-style: italic ;  
	}

h3 { font-family: arial, helvetica, sans-serif ; 
    font-size: 16px ; 
    font-weight: normal ;
	margin: 0 ;
	}

h3.proof { font-family: georgia, palatino, "times new roman", serif ; 
    font-size: 14px ; 
    font-weight: normal ;
	font-style: italic ;
	}

img {
	font-size: 10px; 
	}

.author { font-family: georgia, palatino, "times new roman", serif ; 
    font-size: 12px ; 
	}

.caption { font-family: georgia, palatino, "times new roman", serif ; 
    font-size: 10px; 
    font-weight: normal ;  
	padding:5px ;
	border: 1px transparent;  /* forces padding in IE5? */
	}

.homefooter { font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-weight: normal ;
	padding: 5px ;
	}

.footer { font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-weight: normal ;
	color: #666 ;  
	padding: 0 0 0 5px ;
	}

div#picr {
	float: right ;
	margin: 15px 25px 5px 15px ;
	}

.captionr { font-family: georgia, palatino, "times new roman", serif ; 
    font-size: 10px; 
    font-weight: normal ;
	padding:5px 0 ;
	border: 1px transparent; } /* forces padding in IE5? */

/* === navigation === */

.nav { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    font-weight: normal ;
	margin-bottom: 0.2em ;
	margin-left: 5px ;
	}

.snav { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    line-height: 23px ;
	font-weight: normal ;
	margin: 0 0 0 5px ;
	}

.snav2 { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    line-height: 14px ;
	font-weight: normal ;
	margin: 5px 0 5px 5px ;
	}

.ssnav { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    line-height: 14px ;
	font-weight: normal ;
	margin: 0 0 0 15px ;
	}

.ssnavrev { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    line-height: 14px ;
	font-weight: normal ;
	margin: 0 0 0 10px ;
	}

.sssnav { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    line-height: 14px ;
	font-weight: normal ;
	font-style: italic ; 
	margin: 0 0 0 10px ;
	}

.sssnavrev { font-family: arial, helvetica, sans-serif ; 
    font-size: 11px ; 
    line-height: 14px ;
	font-weight: normal ;
	font-style: italic ;
	margin: 0 0 0 20px ;
	}

.pipe {
	color: #F00 ;
	padding: 0 5px 0 5px;
	}

.urh {
	color: #F00 ;	
	}

a:link, a:visited  {
	background-color: transparent;
	text-decoration: none ;
	}

a:hover {
	color: #3399FF;
	background-color: transparent;
	text-decoration: none;
	}

a:link.txt, a:visited.txt {
	background-color: transparent;
	text-decoration: underline ;
	}

a:hover.txt {
	color: #F00;
	background-color: transparent;
	text-decoration: underline ;
	}
h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: lighter;
	padding-top: 20px;
	line-height: 9px;
}

.style2 {
        font-size:24px;
        color:#000;
        font-weight: bold;
}

.centre {text-align:center; margin:auto;}

