H1  {
	font-size : 16pt;
	font-weight : bold;
	color : #C8BA6A;
}
H2  {
	font-size : 14px;
	font-weight : bold;
	color : #003366;
        font-style: italic
	margin-bottom: 5px;
}
H3  {
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
	color : #CC0000;
        margin-bottom: 25px;
        margin-top: 5px;
}

H4  {
	font-size : 18px;
	font-weight : bold;
	color : #CC0000;
    margin-bottom: 10px;
    margin-top: 10px;
}

BODY  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
    background-color: #000000;
}

P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}


A:link  {

	color : #CC0000;
}


A:hover  {
	color : #FF9900;
}
.bold {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFCC;
  margin-left: 30px;
  }
  
.prod {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFCC;
  margin-top: 0px;
  }

 .copyright {
  font-size: 9px;
  color: #FFFFCC;
  text-align: center;
}
.box {
  width: 202px;
  border: 3px solid #CF3C02;
  padding: 6px;
  text-align: center;
  background-color: #FFFFFF;
}

