/* AMI STYLE SHEET */
/* jt - last updated oct 2005 */

/* BASIC ELEMENTS */

html, body {
	font: 10pt/14pt  Helvetica, Arial, sans-serif;
	colour: #000000;
	background: #FFFFFF;
	}
	
img {border:0}

/* PLAIN TEXT ELEMENTS */

.normal {  
	font-size: 10pt; 
	}
	
.normalStrikeOut {
	font-size: 10pt;
	text-decoration: line-through;
	}
.normalBlue {
	font-size: 10pt; 
	color: #000066
	}
.small {
	font-size: 9pt;
}
.verySmall { 
	font-size: 8pt
	}
.red { 
	font-size: 10pt; 
	color: #990000
	}
	
	/* LISTS*/
table#authorList {  
	font-size: 8pt; 
	}

li {  
	font-size: 10pt; 
	}	

dl {
	}	
	
dt {
	font-weight: bold;
	font-size: 11pt;
	margin-top: 5px;
	margin-bottom: 2px;
	}
dd {
	font-size: 10pt;
	margin-bottom: 2px;
	}
	
dl#ToC {
	margin-left: 25 px;
		}
			
dt#ToC {
	font-weight: bold;
	font-size: 11pt;
	margin-top: 7px;
	margin-bottom: 2px;
	}
dd#ToC {
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 2px;
	}

	
	
	/*Headings */
	
h1 { 
  	font-size: 12pt;
 	font-style: normal;
 	font-weight: bold;
  	color: #990000
  	}
.Heading { 
  	font-size: 12pt;
 	font-style: normal;
 	font-weight: bold;
  	color: #990000
  	}
h2 {  
	font-size: 11pt; 
	font-weight: bold; 
	color: #000066; 
	font-style: normal
	}
.Subheading {  
	font-size: 11pt; 
	font-weight: bold; 
	color: #000066; 
	font-style: normal
	}
.HeadingSerif { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; font-style: normal; 
	font-weight: bold; 
	color: #0000CC 
	}
.SubheadingSerif { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 11pt; 
	font-weight: bold; 
	color: #000066
	}
.HeadingSerifBlack { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; font-style: normal; 
	font-weight: bold; 
	}
.HeadingBlack { 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	}
h3 { 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
	}
.SubheadingBlack { 
	font-size: 11pt; 
	font-weight: bold;
	}
h4 { 
	font-size: 10pt; 
	font-weight: bold;
	}
.SubheadingBookTitle { 
	font-size: 11pt;
	font-weight: bold; 
	color: #000066; 
	font-style: italic
	}
.NEEDS_ATTENTION {
	font-size: 12pt;
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
	}

#content .rightimageblock {
	display: block;
	padding: 4px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-right: 20px;
}