/*
/* $id="~/public_html/styles/ipf-base.css" */
/* $rev="20070901" */
/*

html {	background-color: #fff;
	color: #000;
	}
      
      
/* body { margin-left: 10%; margin-right: 10%; } */

body {	margin:		2% 10%;
        padding:	0;
	font-family: Verdana, sans-serif;
	color:	#000000;
	background : #ffffff;
	}

	
h1 { margin-left: -9%; font-size: 150%; }
h2 { margin-left: -6%; font-size: 135%; } /* font-weight: normal; } */
h3 { margin-left: -3%; font-size: 122%; }
h4 { margin-left: 0%;  font-size: 109%; }
h5 { margin-left: 0%;  font-size: 107%; font-style: italic}

h6 { margin-left: 0%; }

a:link { 	color: rgb(0, 0, 153);   /* for unvisited links */
		background-color: #fff;
		}

a:visited { 	color: rgb(153, 0, 153);  /* for visited links */
		background-color: #fff;
		}

a:active { 	color: rgb(255, 0, 102);  /* when link is clicked */
		background-color: #fff;
		}

a:hover { 	color: rgb(0, 96, 255);  /*use locally/* when mouse is over link */
		background-color: #fff;
		}



#content { padding: 10px 60px;
	    margin: 5% 5%;
	    border: 1px dotted #333;
	        }

p.reference	{ padding-left: 2em; text-indent: -2em; }

caption.utab	{ font-weight: bold; font-style: italic; font-size: 105%; 
		/* line-height: 1.2; font-family: Georgia, sans-serif;   */
		text-indent: -7em; text-align: left; 
		}

A.sdfootnoteanc { font-size: 95% }

ul.nobull 	{ list-style: none }

.pride {	font-size: 150%;
		}

.normal {	text-align: justify;
		}
		
.cite {		font-size: 90%;
		padding-left: 3em;
		text-align: justify;
		}
				    
.nav-bar-ia {	border-top: solid 1px #ccc;
		padding: 10px;
		text-align: center;
		border-bottom: solid 1px #ccc;
		/* white-space: pre-line;*/
		}

#nav-bar-top { 	border-bottom: solid 1px #ccc;
		text-align: center;
		}

#nav-bar-bot {	/*border-bottom: solid 1px #ccc;*/
		border-top: solid 1px #ccc;
		text-align: center;
		}
	    
#footer {	font: 10px geneva, verdana, arial, helvetica, sans-serif;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px dotted #333333;
		}
	    
.sups { 	vertical-align: super; 
		font-size: 70%;
		}

.footnote {	font: 11pt garuda, sans-serif, arial;
		/* position: relative; left: 3.5em;*/ 
		padding-left: 3.5em;
		text-align: justify;
		font-weight: normal; line-height: 100%;  
		text-indent: -1em;
		} 

.sdfootnotesym {font-size: 110%;
		position: relative; left: -2.5em; 
		width: 3em; 
		}

.self {		text-decoration: underline;
		}
		
.tiny {		font-size: 70%;
		}

