/*
 * ---------------
 * generic classes
 * ---------------
 */
 
 
.title {
	text-align : left ;
	color : #ffffff ;
}

.titleText {
	font-family : arial,helvetica,sans-serif ; 
	font-weight : 700 ;
	font-size : 13pt ;
	color : #000000 ;
}

.bodyHead {
	font-weight : 700 ;
	font-size : 12pt ;
	color : #000000 ;
}

.quotePara {
	text-align : left ;
	margin-left : 10px ;
	margin-right : 5px ;
}

.monospaced {
	text-align : left ;
	font-weight : 300 ;
	font-size : 9px;
	font-family : courier, monaco, serif;
	color : #666666;
}

/*
 * -------------
 * specific tags
 * -------------
 */
 
BODY { 
	font-family : arial, helvetica, sans-serif; 
	color : #000000; 
; font-size: 12px
}

TH {
	font-weight : 700 ;
	font-size : 10px ;
	color : #ffffff ;
}

P { 
	text-align : justify ;
	font-family : arial, helvetica, sans-serif; 
	font-size : 12px; 
; color: #000000
}

/*
 * -----
 * links
 * -----
 */
 
a:link {
	font-family : arial, helvetica, sans-serif;
	text-decoration : none  ;
; color: #666666
}

a:hover {
	font-family : arial, helvetica, sans-serif;
	text-decoration : underline ;
; color: #666666
}

a:visited {
	font-family : arial, helvetica, sans-serif;
	text-decoration : none ; 
; color: #666666
}
a:active {  
	text-decoration : none ;
	font-family: Arial, Helvetica, sans-serif
; color: #666666
}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
b {  font-weight: bolder; font-style: normal}
.superscript {  line-height: 10px; font-variant: small-caps}
