/* stylesheet for contents of Oral History Online */
/* deep blue #000099
    light blue #C1C9DD
	yellow   #FFFF99
*/

a:link
{
	color: white; 
}
a:visited
{
	color:  white; 
} 
a:active 
{
	color: #FFFF99;
}
a.noDecoration:active
{
	color: white;
}
span.noDecoration
{
	text-decoration : none;
}
body
{
	font-size: 9pt;
	margin: 0px;
	color: rgb(0,0,0);
	font-family: Helvetica, Arial, sans-serif;
	background : #000099;
}

/* used for left hand contents */
table.blueContents
{
	background : #000099;
	width: 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color: White;
	border : none;
	padding-bottom : 8px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 8px;
}

.contentsH1
{
	text-align: center;
	font-size: 12pt;
	color: #C1C9DD;
}
.contentsList
{
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	vertical-align:top;
}
td.contentsList
{
	width: 60px;
}

.contentsOrder
{
	text-align: center;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
.contentsSmallNote
{
	text-align: center;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

