BODY { 
        font-family : "Arial";
        font-size : 9pt;
        color : #000080;
        margin-left : 2pt;
        margin-right : 18pt;
        text-align : justify;
        margin-bottom : 10pt;
        margin-top : 1pt;
}
A:LINK { 
	text-decoration:none;
        font-size : 10pt;
        color : #990033
}
A:VISITED { 
	text-decoration:none;
        font-size : 10pt;
        color : #0000ff
}
A:HOVER { 
	text-decoration:none;
        font-size : 10pt;
        color : #ffffff;
        background : #990033
}
A:active { 
	text-decoration:none;
        font-size : 10pt;
        color : orange
}
TD { 
        font-family : "Arial";
        color : #000080;
        font-size : 9pt;
}
PRE {
	font-family : "Arial";
          color : black;
          font-size : 9pt;
}
INPUT {
        font-family : "Arial";
        font-size : 8pt;
        color: #0000ff;
        background-color: #ffffff;
}
TEXTAREA {
        font-family : "Arial";
        font-size : 10pt;
        color: #0000ff;
        background-color: #ffffff;
}
OPTION {
        font-family : "Arial";
        font-size : 8pt;
        color: #0000ff;
        background-color: #ffffff;
}
LI { 
        font-family : "Arial";
        color : #000080;
        font-size : 9pt;
}
.box01 {
	align: center;
	border-style : dotted;
	border-width: 4px;
	border-color : #840000;
        	font-size : 16pt;
      	padding : 5px;
}
.box02 {
	background-color : #b0ffb0;
    	border-width : 1px;
	border-style : solid;
	border-color : #008000;
      	color : #e50000;
      	padding : 5px;
}