<!-- 

body {
	margin : 10px;
	background-color : #FFFFCC;
	color : #000000;
}

 A:link  {
	text-decoration : none;
	color : #0000FF;
}
 A:visited  {
	text-decoration : none;
	color : #0000FF;
}
 A:hover  {
	text-decoration : underline;
}
 
 FORM.inline {
	display:inline;
}
 
.formbuttons  {
	font-weight : bold;
	background-color: #CCCC99;
	font-size : 10pt;
	font-family : Courier New;
	color : #000000;
}

.formtext  {
	font-weight : bold;
	font-size : 10pt;
	font-family : Courier New;
	background-color: #FFFFCC;
}

TABLE.bluetable {
	background-color: #3366CC;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

TD.bluetable {
	color : Yellow;
	font-family : Courier New;
	font-size : 12pt;
	font-weight : bold;
}

H1.bluetable {
	color : Yellow;
	font-family : Courier New;
	font-size : 24pt;
	padding : 0px;
	margin: 0px;
	display: inline;
	}
	
H2.bluetable {
	color : Yellow;
	font-family : Courier New;
	font-size : 14pt;
	display: inline;
	padding : 0px;
	margin: 0px;
}

.bluetable:link {
	color : Yellow;
}

.bluetable:visited {
	color : Yellow;
}

TD.yellowtable {
	width: 100%;
	background-color: #FFFFCC;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
}

.stock_box { font:normal 9pt Verdana, Geneva, Arial, Helvetica, sans-serif; background-color : #BFE1FF; }

.bcHClr { background-color: #3366CC; }

 -->
