/* CSS Document */

/* main styles for the major elements on the page */

body {

	color: #333333;
	background: url(../images/back_stripes.jpg) #CCCCCC repeat;
	font: Cooper Black;

}

headline {
  font-family: Tahoma;
  font-size: 16pt;
  font-weight: bold;
  display: block;
  color: #000000;
  text-decoration:underline;
}
details {
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: normal;
  display: block;
}
mainBody {
  font-family: Tahoma;
  font-size: 12pt;
  color: #000000;
  font-weight: normal;
  display: block;
  text-align: left;
  line-height: 16pt;
  letter-spacing: 1px; 
}
A {
  font-family: Tahoma;
  color: #000000;
  font-size: 12pt;
  display: inline;
  text-decoration:underline;
}
.infoText {
 color: #000000;
   font-weight: bold;
}


