/* CSS Document */

.menu, .separator, .ad, .image, .blueHead, .blueSide, .blueFoot, .shell, .beigeHead, .beigeSide, .beigeFoot, .purpleHead, .purpleSide, .purpleFoot {display: none;}


#toc a {
    color: black;
    text-decoration:none;
}

/* TEXT STYLES --------------------------------------   */
.style0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#333333
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#333333
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bolder;
	color:#333333
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666666
}

/* GREEN BOX ---------------------------------------  */
.greenHead {
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}
.greenSide {
	background-color: #CCFFCC;
	width: 0px;
}
.greenFoot {
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}

/* BLUE BOX ---------------------------------------  */
.blueHead {
	background-color: #E7EEF6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}
.blueSide {
	background-color: #E7EEF6;
	width: 0px;
}
.blueFoot {
	background-color: #E7EEF6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}

/* BEIGE BOX ---------------------------------------  */
.beigeHead {
	background-color: #ffe09c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}
.beigeSide {
	background-color: #ffe09c;
	width: 0px;
}
.beigeFoot {
	background-color: #ffe09c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}

/* PURPLE BOX ---------------------------------------  */
.purpleHead {
	background-color: #edb5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}
.purpleSide {
	background-color: #edb5b5;
	width: 0px;
}
.purpleFoot {
	background-color: #edb5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 0px;
}

div.container {
	width: 100%;
}

dd.name {
  		font-family:Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
  	}
  	
  	dt {
  		font-weight: bold;
		margin-top:1em;
  		margin-bottom: 0em;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
	}
	db {
  		font-weight: bold;
		margin-top:1em;
  		margin-bottom: 0em;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;	
  	}
  	dd {
  		margin: 0em;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
  	}
  	
  	.error {
  		color: red;
  	}
	
	ol {
		margin-top: 0em;
	}
	li {
		font-family:Arial, Helvetica, sans-serif;
		margin: 0em;
		font-size:10pt;
		
	}
	
	div.ad {
		margin-top: 4px;
		margin-right: 4px;
		margin-left: 4px;
		margin-bottom: 4px;
	}




