  body {
    background-color: #CCFFFF;
  }
  .style1 {
	font-family: courier new, courier, mono;
	font-size: 9pt;
	background-color: #CCFFFF;
  }
	
  .style2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
  	font-weight: bold;
  }
	
  .style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border: 1px;
  }
	
  .style4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #006600;
	background-color: #CCFFFF;
	border: 1px;
  }
	
  .style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0033FF;
	border: thin solid #CCCCCC;
	text-align: center;
	font-style: normal;
  }

  .style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../picture/gradient_blue_green.jpg);
	border: 5px;
	border-right-color: #333333;
	border-right-style: inset;
	border-bottom-color: #999999;
	border-bottom-style: inset;
  }	

  .style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
  }
  
  .style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFAAAA;
	border-bottom-color: #999999;
	border-bottom-style: inset;
	border-right-color: #333333;
	border-right-style: inset;
  }

  .ButtonStyle_1 {
	color: #0033FF;
	text-align: center;
	border-width: 3px;
	width: 100px;
	background-image: url(../picture/gradient_blue_green.jpg);
	font-weight: bold;
	border-bottom-style: inset;
	border-right-style: inset;
	font-size: 14px;
	border-bottom-color: #666666;
	border-right-color: #666666;
  }

  .BgStyle1 {
	background-image: url(../picture/back_blgr.jpg);
  }
  
  .BgStyle2 {
	background-image: url(../picture/back_yellow.gif);
  }

  .BgStyle3 {
	background-image: url(../picture/back_lgren.jpg);
  }
  
  .BgStyle4 {
	background-image: url(../picture/back_lblue.jpg);
  }

a:hover {
  color: #06F;
  font-size: 16px;
}


