body         {  background-color: #ffffff; margin-left: 12px; margin-top: 12px;  }
p            { font-family: times new roman, verdana, trebuchet, sans serif, arial, helvetica; font-size: 9pt; color: #666666 }
tr           { font-family: times new roman, verdana, trebuchet, sans serif, arial, helvetica; font-size: 90t; vertical-align: top }
th { 
  font-family: times new roman, verdana, trebuchet, sans serif, arial, helvetica; font-size: 9pt; font-weight: bold; 
  text-align:center; background-color: #aaccaa; color: #333; vertical-align: top 
}
td { 
  font-family: times new roman, verdana, trebuchet, sans serif, arial, helvetica; font-size: 8pt; font-weight: normal; 
  text-align: left; background-color: #eeffee; color: #666; 
}

A:link 		{ color: #339933; font-size: 8pt; font-weight: normal; text-decoration: underline }
A:visited 	{ color: #339933; font-size: 8pt; font-weight: normal; text-decoration: underline } 
A:hover		{ color: #aaaaaa; font-size: 8pt; font-weight: normal; text-decoration: underline }

/* Overall doc wrapper */
.div_wrapper {
        margin: 10px auto 0px auto; width: 700px; text-align: center; border: 0px solid #000; padding: 0px;
        font-family: arial, helvetica, sans-serif; font-size: 8pt; color: #666666;
}

/* Overall doc structure */
.article_header {
	padding: 2em 1em 1em 1em; 
        font-family: arial, helvetica, sans-serif; text-align: center; border: 0px #efe solid; 
}
.article_body {
	padding: 2em 1em 8em 1em; 
        font-family: arial, helvetica, sans-serif; text-align: left; border: 0px #efe solid; 
}

/* Header */
.article_title {
	border: 0px #696 solid; padding: 8px 2px 2px 2px; 
        font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #444444; 
}
.article_subtitle {
	border: 0px #696 solid; padding: 2px; 
        font-family: arial, helvetica, sans-serif; font-size: 8pt; color: #444444; font-style: italic;  
}
.article_by {
	border: 0px #696 solid; padding: 6px 2px 2px 2px; 
        font-family: arial, helvetica, sans-serif; font-size: 8pt; color: #444444; 
}
.article_abstract {
	background-color: #efe; border: 1px #696 solid; width: 80%; padding: 2px; clear: both; 
        font-family: times new roman, verdana, trebuchet, sans serif, arial, helvetica; font-size: 7pt; color: #666666; 
}

/* Body styles */
.div_section {
        padding: 3em 1em 1em 1em; border: 0px solid #dfd; float: left; text-align: left; clear: both; width: 96%; 
        font-family: times new roman, verdana, trebuchet, sans serif, arial, helvetica; font-size: 9pt; color: #666666; 
}
.section_title {
        padding: 2px 2px 8px 2px;
        font-family: arial, helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #444444; 
}
.subsection_title {
        padding: 2px; 2px; 4px; 2px;
        font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #666666; 
}
.subsection_footnotes {
        padding: 36px; 2px; 4px; 2px; clear: both; 
        font-family: arial, helvetica, sans-serif; font-size: 7pt; color: #666666; 
}
.div_code {
        padding: 1em 2px 1em 1em; border: 1px solid #6f6; float: left; clear: both; text-align: left; background-color: #eeffee; width: 95%; 
        font-family: arial, helvetica; font-size:9pt; font-weight: bold; color: #333333;
}

