/* ------------ Anchor Styles Class A ------------------ */ 
body {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;


}

a:link.A    {
	color:Red;
	font-weight: ;
	font-size:10pt;
	text-decoration: none;
}
a:visited.A  {
	color:Red;
	font-weight: ;
	font-size:10pt;
	text-decoration: none;
}
a:active.A   {
	color:Red;
	font-weight: ;
	font-size:10pt;
	text-decoration: none;
}
a:hover.A   {
	color:#009900;
	font-weight: ;
	font-size:10pt;
	text-decoration: none;
	}
	
/* ------------ Anchor Styles Class B ------------------ */ 	
a:link.B    /* for minum sized Helvetica links  Red typ face with green hover  */
{
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
}	
a:visited.B  {
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
}
a:active.B   {
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
}
a:hover.B   {
	color:#009900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10pt;
	text-decoration: none;
	}
/* ------------ Anchor Styles Class B ------------------ */ 
a:link.C    {
	color:yellow;
	font-weight: bold;
	font-size:10pt;
}	
a:visited.C  {
	color:#FFFF00;
	font-weight: bold;
	font-size:10pt;
}
a:active.C   {
	color:#FFFF00;
	font-weight: bold;
	font-size:10pt;
}
a:hover.C   {
	color:#FF0000;
	font-weight: bold;
	font-size:10pt;
	}
/* ------------ Strong Styles Class  ------------------ */ 	

strong.1
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #003399;
	

}


strong.2
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #FFFF00;

}
strong.3
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #003399;
	font-size: 16px;
}
strong.4
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: normal;
	color: #003399;
	font-size: 10px;
}
strong.5 /* for a header with Red */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;


}

/* ------------ Div Styles Class  ------------------ */ 

div.A 
{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	
}

div.B
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #FF0000;
	font-weight: bolder;
	text-align: left;


}

div.D
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #003399;

}

div.E
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;

}
div.F
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: blink;

}

div.G
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #FF0000;
	font-weight: bolder;

}


/* ------------ Paragraph Styles Class B ------------------ */ 

p.3 /* For 12 point helvetica Header*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;

}

p.B
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;

}
p.C
{
	text-align: justify;

}

p.D
{
	color: #FFFF00;

}
p.E
{
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;


}
p.F /* main paragraph with dark blue font*/
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #0033CC;
	font-weight: bold;


}
p.G /* main paragraph with dark blue font with align center*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033CC;
	font-weight: bold;
	text-align: center;


}
script.yel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}

hr {
	color:#9900FF;
}


/* ------------ End of Cascade Styles ------------------ */ 
