/* CSS Document */

BODY
{
    BACKGROUND-COLOR: #410A0A;
	margin-top: 20px;
}

h1 { 
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 11pt; 
  color: #DEDEDE;
}

h2 { 
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 10pt; 
  color: #313131;
}

.textbody { 
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 9pt; 
  color: #DEDEDE; 
  padding: 20px;
}

.textbody A { color: #C07B21; text-decoration: underline; }
.textbody A:hover { color: #C07B21; text-decoration: none; }


.bottomarea { background-color: #410A0A;
 font-family: Arial, Helvetica, Sans-Serif; 
 font-size: 8pt; color: #A16E2C; padding: 3px; }
.bottomarea A { color: #A16E2C; text-decoration: underline; }
.bottomarea A:hover { color: #A16E2C; text-decoration: none; }


.coupon {
  border-right: 1px #333333 dotted;
  border-left: 1px #333333 dotted;
  border-top: 1px #333333 dotted;
  border-bottom: 1px #333333 dotted;
}

.formbody { 
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 9pt; 
  color: #DEDEDE; 
}
