/* ************************************** */
/*     MAX Report Generation Styles     */


/* Specifies white background color */
body {background-color:#ffffff; font-family:Verdana, sans-serif; font-size:8pt; color: #000000;}

p { font-family:Verdana, sans-serif; font-size:8pt; color: #000000; }

/* Use H1 for all topic headings. */
h1 {
	font-family:Verdana, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
}

/* Use H2 for second-level headings. */
h2 {font-family:Verdana, sans-serif; font-size:10pt; font-weight:bold;  color:#000000;}

/* Use H3 for third-level headings. */
h3 {font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold;  color:#000000;}

/* bordered tables are the default. */
table {border-width: 1pt; border-style: solid; border-color: #000000; border-collapse: collapse;}

/* Use the class="noborder" designation on each table and td tag in your table if you want an unbordered table */
.noborder {	border:none;}

/* Color for section headings */
.sectionHeading {background-color: #99CCFF;}

/* Alternating Row colors, do NOT change their names, needed in XSL */
.rowColor0 {background-color: #FFFFFF;}
.rowColor1 {background-color: #CCECFF;}

/* table headings */
th {font-family:Verdana, sans-serif;
	font-size:8pt;
	color:#000000;
	font-weight:bold;
	padding:3px;
	border-width: 1pt; border-style: solid; border-color: #000000;
	}

/* table cells */
td { border-width: 1pt; border-style: solid; border-color: #000000; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; vertical-align:top; padding:3px;  }

/* Nested lists will use the bullet types according to the nesting schemes below */
ol { margin-left:18.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:decimal;}
ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol {list-style-type:decimal;}

ul { margin-left:12.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: disc; }
ul ul {	list-style-type: square;}
ul ul ul {list-style-type:disc;}
ul ul ul ul {list-style-type: square;}
ul ul ul ul ul {list-style-type:disc;}

.nobullet { list-style-type: none; }

/* The following styles define the color of links. */
a:link { color: #007700; }
a:hover { color: #FF0000; }
a:active {color: #FF0000; }
a:visited { color: #7F007F; }