/* CSS Document */
/* additional styles created for unauthenticated and prose-heavy pages */

.proseText, proseText.li, .proseAnswer, .proseQuestion, .proseGlossaryItem {
	font-size : 9pt;
	font-family: Verdana;
	color : #5E5D65;
	padding-bottom: 10px;
}

.proseBullet {
	font-size : 9pt;
	font-family: Verdana;
	color : #5E5D65;
	padding-bottom: 10px;
  padding-left: 28px;
	text-indent: -28px;	
}

.proseQuestion, .proseGlossaryTerm {
	font-size : 09pt;
	font-family: Verdana;
	color : #5D4B7D;
	font-weight : bold;
}

.proseSubhead {
	font-size : 9pt;
	font-family: Verdana;
	color : #5D4B7D;
	font-weight: bold;
	padding-bottom: 10px;
}

/* use with <span> for run-in heads */
.proseRunInHead{
	color: #7E8CB7;
	font-weight: bold;	
}

a.proseLink:link, a.proseLink:visited {
	text-decoration:none;
	color: #8C74B4;
	font-weight:bold; 
}

a.proseLink:hover {
	text-decoration:underline;
	color: #684B85;
	font-weight:bold; 
}	

.proseSmall{
	font-size : 8pt;
	font-family: Verdana;
	color : #474D68;
	padding-bottom: 5px;
}

a.proseSmall:link, a.small:visited {
	font-weight:normal;
	color: #684B85; 
}

a.proseSmall:hover {
	font-weight:normal; 
	color: #533c6a;	
}

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

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

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

div.proseList {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
}


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

/* -------------------------------------------------- */

/* temporary mainhead element, placholder for graphic */
.proseMainhead {
	font-size : 11pt;
	font-family: Verdana;
	color : #7E8CB7; 
	font-weight: bold;
}

/* temporary highlight of a development note */
.devnote{
	font-size : 8pt;
	font-family: Courier;
	color : #CC0000;
	padding-bottom: 10px;
}