BODY { background: #cccccc }
A:link, A:visited, A:active { text-decoration: underline ;
				   			font-family : Arial } 

.small { font-size: small }
.small2 { color : blue; font-size : 8pt; font-family : Arial }
.small2:visited { color : black; font-size : 8pt; font-family : Arial }
.small2:active { color: red ; font-size: 9pt }

A:link    { color: blue}
A:active  { color: red ; font-size: 105% }
A:visited { color: black ; font-size: 95% }


P { color : blue; font-size : 12pt; font-family : Arial;
margin : 0em 1em 1em 1em;
text-indent: 2em }
/* margin 1=top 2=left 3=bottom 4=right */

P.important { color : red ; font-size : 14pt; font-family : Arial;
margin : 0em 1em 1em 1em; text-indent: 2em }
P.script { color : red; font-family : Arial; font-size : 8pt}

ul { color : blue; font-size : 10pt; font-family : Arial }

H1 { color : red}
H2 { color : red; font-size : 18pt}
H3 { color : maroon; font-size : 15pt}

blockquote { color : "#0000FF" ; font-size : 12pt; font-family : Arial }
blockquote.note { color : red ; font-size : 10pt; font-family : Arial }
blockquote.important { color : red ; font-size : 12pt; font-family : Arial }

sup { font-size : small }

/* definition list dl#0000FF */
dl { color : black ; font-size : 12pt; font-family : Arial }
dt { color : "#800000" ; font-size : 12pt; font-family : Arial ; font-weight: bold }
dd { color : "#000080" ; font-size : 12pt; font-family : Arial}

PRE { font-family : Courier New;
font-size : 9pt }

PRE.xc { font-family : Courier New; font-size : 9pt ; color : "#0000FF"}


CAPTION {font-family : Arial;
color : #ee1200;
font-size : 18px;
border-color : Black;
font-weight : bold;}

.tm {color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}

table.tm {
	background-color : White;
	width : 380px;
}

table.tm2 {
	background-color : White;
	width : 400px;
}


tr.tm1 {
	background-color : Yellow;
}

tr.tm2 {
	background-color : white;
}
td {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	vertical-align : text-top;

}
				 
div.left { text-align : left;
                  background-color : #cccccc ;
				  color : #000080 ;
				  font-family : Arial, Helvetica, sans-serif;
				  font-size : 10px;
				  }

div.center { text-align : center;
                  background-color : #cccccc ;
				  color : #000080 ;
				  font-family : Arial, Helvetica, sans-serif;
				  font-size : 10px;
				  }
div.right { text-align : right;
                  background-color : #cccccc ;
				  color : #000080 ;
				  font-family : Arial, Helvetica, sans-serif;
				  font-size : 10px;
				  }

sup {
font-size : 10px;
}