   A:link {
	text-decoration: none; 	
   font-family: Arial, "sans serif";
	font-size: 9pt;
	color: Blue;
}  
	A:visited {
	text-decoration: none;
	font-family: Arial, "sans serif";
	font-size: 9pt;
}  
	A:active {
	text-decoration: none;    
	font-family: Arial, "sans serif";
	font-size: 9pt;
}  
	A:hover {
    text-decoration: underline;
	font-family: Arial, "sans serif";
	font-size: 9pt;
    color: Red;
}

H1 {
	font-size : 14px;
}

H2 {
	font-size : 14px;
}

.Heading     {
	font-family: Arial, "sans serif";
	font-size: 11pt;
	color: #FFCC00;
	font-weight: bold
}
.Text        {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #993333;
}
.FrameText        {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}
.FText        {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: #993333;
	background : #FFFFEA;
}
.SText        {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 8pt;
	color: #666699;
}			   
.WText        {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11pt;
	color: #993333;
}
.NavText     {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 8pt;
	color: Navy
}			   
.Emphasis    {
	font-family: Arial, "sans serif";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	color: Navy;
}		   
HR
{ color: #FFFFEA;  font-size: xx-small;  }
.Cursor
{
cursor: hand;
}
