/* CSS Document */

	td {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #1F1743;
	font-size: 8pt;
}
	a:link, a:visited {
	text-decoration:none;
	/* color: #1F1743; original color */
	color: #8C74B4;
	font-weight:bold; 
}
	a:hover {
	text-decoration:underline;
	/* color:#474D68;  original color */
	/* color: #AC94CC; lighter */	
	color: #684B85; /* darker */	
	font-weight:bold; 
}	
	
	a.small:link, a.small:visited {
	font-weight:normal;
	color: #684B85; 
}
	a.small:hover {
	font-weight:normal; 
	/* color: #907AA8; lighter */		
	color: #533c6a; /* darker */	
}
	.text, li, .answer, .question { font-size : 9pt; font-family: Verdana; color : #5e5d65; line-height: 17px; padding-bottom: 10px; }

	.question {
	font-weight : bold;
}

	li.box {
	font-size : 8pt;
	font-family: Verdana;
	color : #5E5D65;
	padding-bottom: 0px;
	list-style-type: square; 
}

	ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

	.text2{
	font-size : 08pt;
	font-family: Verdana;
	color : #474D68;
}

	.small{
	font-size : 8pt;
	font-family: Verdana;
	color : #474D68;
	padding-bottom: 5px;
}
	.subhead{
	font-size : 9pt;
	font-family: Verdana;
	/* color: #8A809C;  original color */
	color: #6666cc; 
	font-weight: bold;
	padding-bottom: 10px;
}

/* ADDED BY OBS */

/* mainhead element, instead of using graphics */
	.mainhead{
	font-size : 11pt;
	font-family: Verdana;
	/* color :#7E8CB7;  original color */
	color: #6666cc;
	font-weight: bold;
}

/* headline element, tagline appearing below mainhead, but above any subheads */
	.headline{
	font-size : 10pt;
	font-family: Verdana;
	color: #6666cc; /* same color as mainhead */	
	font-weight: bold;
	padding-bottom: 10px;
}

/* lefthead element, instead of using graphics */
	.lefthead{
	font-size : 9pt;
	font-family: Verdana;
	/* color :#7E8CB7;  original color */
	color: #6666cc;	
	font-weight: bold;
	padding-bottom: 0px;
}

/* use with <span> for run-in heads */
	.runinhead{
	color: #6666cc;
	font-weight: bold;	
}

   .devnote{
	font-size : 8pt;
	font-family: Courier;
	color : #CC0000;
	padding-bottom: 10px;
}

	.quote {
	font-size : 10pt;
	font-family: Verdana;
	font-style: italic;
	color : #5E5D65;
	padding-bottom: 10px;
}

	.quotesource {
	font-size : 10pt;
	font-family: Verdana;
	color : #5E5D65;
	padding-bottom: 10px;
	text-align: right;
}

    input {
	background-color : #FFFFFF;
}

