P  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : Black; }
	
P.white  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : white; }

P.bold_white  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : white; }
		
EM  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
}

B  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #E71B7C;
	
}

B.yellow  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #fff06d;
	
}

H1  {
    font-size : 16pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	color: black;
	}


A  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : Black;
	
	}
	
A.bold_white  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : white;
	border-color:#ff0000; 
	
	}

A.bold_yellow  {
	font-size : 11pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #fff06d;
	
	}
	
		
A.white_small  { 
        font-size : 9pt;
        font-family : Arial, Helvetica;
        font-weight : bold;
        font-style : normal;
        color : white;
        
        }

A:Visited  {}

A:Active  {}

A:Hover  {}



H3  {
    font-size : 13pt;
        font-family : Arial, Helvetica;
        font-weight : bold;
        color: red;
        }
