body, table, tr, td, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	empty-cells: show;
	padding: 10 10 0 0;
	top: 10px
	vertical-align: top;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	line-height: 15px; 
	}
	
body {
	margin: 10px;
	}


a:link {
	color: #FFF; 
	text-decoration: none; 
	}

a:visited {
	color: #FFF; 
	text-decoration: none;
	}

a:hover {
	color: #FFF; 
	background-color: #666;
	text-decoration: none;
	}

a:active { 
	color: #FFF; 
	text-decoration: none; }




img {
	margin: 0;
	border: none;
	padding: 0; }

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none; }



// red

.red {
	color: #F00; }

.red a:link {
	color: #F00; 
	text-decoration: none; }

.red a:visited {
	color: #F00; 
	text-decoration: none; }

.red a:hover {
	color: #F00; 
	background-color: #FF0;
	text-decoration: none; }

.red a:active { 
	color: #F00; 
	text-decoration: none; }
	
	
// gray

.gray {
	color: #999; }

.gray a:link {
	color: #FFF; 
	text-decoration: none; }

.gray a:visited {
	color: #FFF; 
	text-decoration: none; }

.gray a:hover {
	color: #FFF; 
	background-color: #666;
	text-decoration: none; }

.gray a:active { 
	color: #CCC; 
	text-decoration: none; }
	
	
	
	
	
// red-hi

.red-hi {
	color: #FF0;
	background-color: #F00;
	text-decoration: none;}

.red-hi a:link {
	color: #FF0;
	background-color: #F00; 
	text-decoration: none;}

.red-hi a:visited {
	color: #FF0;
	background-color: #F00;
	text-decoration: none;}

.red-hi a:hover {
	color: #FFF;
	background-color: #F00;
	text-decoration: none;}

.red-hi a:active { 
	color: #FFF; 
	text-decoration: none;}
	
	
	
// yellow

.yellow {
	color: #FF0; }

.yellow a:link {
	color: #FF0; 
	text-decoration: none; }

.yellow a:visited {
	color: #FF0; 
	text-decoration: none; }

.yellow a:hover {
	color: #CCC; 
	background-color: #FF0;
	text-decoration: none; }

.yellow a:active { 
	color: #FFF; 
	text-decoration: none; }
	
	
	
	


// yellow-hi

.yellow-hi {
	color: #F00;
	background-color: #FF0;
	text-decoration: none;}

.yellow-hi a:link {
	color: #F00;
	background-color: #FF0;
	text-decoration: none;}

.yellow-hi a:visited {
	color: #F00;
	background-color: #FF0;
	text-decoration: none;}

.yellow-hi a:hover {
	color: #F00;
	background-color: #FFF;
	text-decoration: none;}

.yellow-hi a:active { 
	color: #FFF; 
	text-decoration: none;}
	

	
	
	
	
// event

.event {
	color: #909; 
	text-decoration: none;}

.event a:link {
	color: #909; 
	text-decoration: none;}

.event a:visited {
	color: #909; 
	text-decoration: none;}

.event a:hover {
	color: #FFF; 
	background-color: #909;
	text-decoration: none;}

.event a:active { 
	color: #FFF; 
	text-decoration: none;}
	


// purple

.purple {
	color: #909; }

.purple a:link {
	color: #909; 
	text-decoration: none; }

.purple a:visited {
	color: #909; 
	text-decoration: none; }

.purple a:hover {
	color: #FFF; 
	background-color: #909;
	text-decoration: none; }

.purple a:active { 
	color: #FFF; 
	text-decoration: none; }
	
	
	
	
// green

.green {
	color: #0C0; }

.green a:link {
	color: #0C0; 
	text-decoration: none; }

.green a:visited {
	color: #0C0; 
	text-decoration: none; }

.green a:hover {
	color: #FFF; 
	background-color: #0C0;
	text-decoration: none; }

.green a:active { 
	color: #FFF; 
	text-decoration: none; }


// green-hi

.green-hi {
	color: #FFF; }

.green-hi a:link {
	color: #FFF; 	
	background-color: #0C0;
	text-decoration: none; }

.green-hi a:visited {
	color: #FFF; 	
	background-color: #0C0;
	text-decoration: none; }

.green-hi a:hover {
	color: #0C0; 
	background-color: #FFF;
	text-decoration: none; }

.green-hi a:active { 
	color: #FFF; 
	background-color: #FFF;
	text-decoration: none; }




// blue

.blue {
	color: #00F; }

.blue a:link {
	color: #00F; 
	text-decoration: none; }

.blue a:visited {
	color: #00F; 
	text-decoration: none; }

.blue a:hover {
	color: #FFF; 
	background-color: #00F;
	text-decoration: none; }

.blue a:active { 
	color: #FFF; 
	text-decoration: none; }
	

// black

.black {
	color: #000; }

.black a:link {
	color: #000; 
	text-decoration: none; }

.black a:visited {
	color: #000; 
	text-decoration: none; }

.black a:hover {
	color: #FFF; 
	background-color: #000;
	text-decoration: none; }

.black a:active { 
	color: #FFF; 
	text-decoration: none; }
	
	




.helvetica {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 9px;
	line-height: 11px; 
	padding: 0px 0 0 0px;
	margin: 0 10px 0 0;
	color: #000; }

.helvetica a:link {
	color: #000; 
	text-decoration: none; }

.helvetica a:visited {
	color: #000; 
	text-decoration: none; }

.helvetica a:hover {
	color: #FFF; 
	background-color: #000;
	text-decoration: none; }

.helvetica a:active { 
	color: #000; 
	text-decoration: none; }




	
	
	
.monospace {
	font-family: Courier, "Courier New", "Andale Mono", monospace;
	font-size: 13px;
	line-height: 15px; 
	padding: 7px 30px 0px 30px;
	color: #000; }

.monospace a:link {
	color: #00F; 
	text-decoration: none; }

.monospace a:visited {
	color: #00F; 
	text-decoration: none; }

.monospace a:hover {
	color: #FFF; 
	background-color: #00F;
	text-decoration: none; }

.monospace a:active { 
	color: #FFF; 
	text-decoration: none; }
	
	
	

.sponsor {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	/*font-size: 9px;*/
	/*line-height: 24px; */
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	color: #000; }

.sponsor a:link {
	color: #000; 
	text-decoration: none; }

.sponsor a:visited {
	color: #000; 
	text-decoration: none; }

.sponsor a:hover {
	color: #FFF; 
	background-color: #000;
	text-decoration: none; }

.sponsor a:active { 
	color: #000; 
	text-decoration: none; }

	
	

.caption {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 11px;
	line-height: 20px; 
	}
	
.footnote {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 11px;
	line-height: 9px;
	vertical-align: super;
	}
	
.citation {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 11px;
	line-height:12px;
	}
	
.timestamp {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 9px;
	line-height: 10px; 
	color: #999; 
	}
	
.timestamp a:link {
	color: #999; 
	text-decoration: none; 
	}

.timestamp a:visited {
	color: #999; 
	text-decoration: none; 
	}

.timestamp a:hover {
	color: #999; 
	background-color: #FFF;
	text-decoration: none; 
	}

.timestamp a:active { 
	color: #CCC; 
	text-decoration: none; 
	}
	
	
	
	
	
.textContainer {
	width: 35%;
	}

.textPrintContainer {
	width: 80%;
	}
	
.imageContainer {
	width: 100%;
	margin: 10px 20px 0px 20px; 
	}

.imagePrintContainer {
	width: 60%;
	margin: 10px 20px 0px 20px; 
	}
	
.quotesContainer {
	width: 65%;
	}

.footnotesContainer {
	width: 85%;
	}



	
	
	


	
.box {
	float:  left;
	width:  150px;
	//background-color: #FFF;
	margin: 0 20px 20px 0; }

.box:hover {
	color: #000; }
	
	
.boxBottomLeft {
	position: absolute;
	z-index: 90;
	top: 105%; 
	left: 0; 
	margin: -100px 0 0 10px; 
	//width: 70%;
	line-height: 11px; 
	}

.boxLibrary {
	position: absolute;
	z-index: 91;
 	top: 0; 
	left: 98%; 
	margin: 0 0 0 -45px; 
	width: 40px; 
	text-align: left; }
