/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Trebuchet MS ; 
    font-size: 8pt; 
    color: rgb(0,0,0); 
    background-image: none}

 A:active { color: #FFFFFF;
	font-family : Arial;
	text-decoration : none}
	
 A:link { color: rgb(255,255,255);
	font-family : Arial;
	text-decoration : none}
	
 A:visited { color: #FFFFFF;
	font-family : Arial;
	text-decoration : none}
	
 .TextObject { font-size: 9pt;
	font-family : Arial}
	
 H2 { font-family: Arial; font-size: 12pt; text-decoration: none ;
	line-height : 10pt}
	
 P { font-family: Arial; font-size: 10pt;
	text-decoration : none;
	white-space : normal;
	color : rgb(51,51,51)}
	
 .TextNavBar { font-family: Arial,  Helvetica,  Geneva,  Sans-serif; 
 	font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none ; 
    background-color: rgb(255,0,0); 
    background-image: none; 
    border-left-style: none; 
    border-top-style: none; 
    border-right-style: none; 
    border-bottom-style: none}
 
H1 {
	font-family: Arial,  Helvetica,  Geneva, Sans-serif;
	font-size : 12pt;
	color : rgb(0,0,128)
	
}A{	color : #FFFFFF;
	font-family : Arial;
	text-decoration : none}


UL {
	font-size: 10pt
}

OL {
	font-size: 10pt
}.twtr-tweet-text{	font-family : Arial;
    font-size : 8pt}

.newlink:link{/*unvisited*/
   color:#000080; 
   text-decoration:none}

.newlink:visited{/*visited*/
   color:#000080; 
   text-decoration:none}

.newlink:active{/*selected*/
   color:#000080; 
   text-decoration:none} 

.newlink:focus{/*optional, same as hover, but with tab key*/
   color:FF6633; 
   background:none; 
   text-decoration:underline}

.desc{	font-family : Arial;
    font-size : 10pt;
    color: rgb(0,0,0)}  




A:hover { color: #FFFF00;
	font-family : Arial;
	text-decoration : underline}

	
 .newlink:hover{/*mouseover*/
   color:#FFFF00; 
   text-decoration:underline}
   
