  BODY { 
         font-family : "Arial";
         font-size : 9pt;
         color : #000000;
         margin-left : 0pt;
         margin-right : 0pt;
         text-align : justify;
         margin-bottom : 0pt;
         margin-top : 0pt;
	   line-height : 3;
}
  A:LINK { 
	   text-decoration : none;
	   font-weight : bold;
         color : #F23427;
}
  A:VISITED { 
	   text-decoration : none;
	   font-weight : bold;
         color : #ff6a6a;
}
  A:HOVER { 
	   text-decoration: none;
         color : #0000ff;
	   font-weight : bold;
}
  A:active { 
	   text-decoration:none;
         color : #00ff00;
	   font-weight : bold;
}
  TD { 
	   background-color: 
         font-family : "Arial";
         color : #000000;
         font-size : 9pt;
	   text-align : justify;
	   line-height : 1.5;
}
  PRE {
	     font-family : "Arial";
           color : white;
           font-size : 9pt;
}
  INPUT {
		font-family : "Arial";
		font-size : 9pt;
		color: #000000;
		background-color: #ffffff;
}
  TEXTAREA {
		font-family : "Arial";
		font-size : 9pt;
		color: #000000;
		background-color: #ffffff;
}
  OPTION {
		font-family : "Arial";
		font-size : 9pt;
		color: #000000;
		background-color: #ffffff;
}
  LI { 
         font-family : "Arial";
	   font-size : 9pt;
}
.box01 {
	background-color : #ecd1fa;
    	border-width : 1px;
	border-style : dashed;
	border-color : #000000;
      color : #9c18e7;
      padding : 5px;
	font-weight : bold;
}
.box02 {
	background-color : #b0ffb0;
    	border-width : 1px;
	border-style : solid;
	border-color : #008000;
      color : #e50000;
      padding : 5px;
}
.box03 {
	background-color : #ffffff;
    	border-width : 1px;
	border-style : dashed;
	border-color : #c0c0c0;
      color : #400040;
      padding : 5px;
}
.blacktext {
	color : #000000
}
.whitetext {
	color : #ffffff
}
.greytext {
	color : #808080
}
a.btn:link { 
	   text-decoration : none;
	   font-weight : bold;
	   display : block;
         color : #ffffff;
	   padding : 4px;
} 
a.btn:visited { 
	   text-decoration : none;
	   font-weight : bold;
	   display : block;
         color : #e4e4e4;
	   padding : 4px;
}
a.btn:hover { 
	   text-decoration: none;
         color : #ffffff;
	   font-weight : bold;
	   display : block;
	   background : #ce65fc;
	   padding : 4px;
}
a.btn:active { 
	   text-decoration:none;
         color : #e50000;
	   font-weight : bold;
	   display : block;
	   background : #ce65fc;
	   padding : 4px;
}
div#rightcol {
	   margin: 2; 
	   float: right;
	   width: 125px;
	   margin-top: 0px;
	   margin-left: 30px;
	   border-left: 2px dotted #e50000;
	   padding : 10px;
	   line-height : 1.5;
	   text-align : left;
	   font-size : 7.5pt;
}
.headline {
	   text-decoration:none;
	   font-size : 14pt;
         color : #f23427;
}
.caption {
	   text-decoration:none;
	   font-size : 8pt;
	   line-height : 1.2;
         color : #000000;
}