BODY {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*----------------------------------------------------------------- text --*/

.bodytext {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color:#000000;
line-height: 17px;
}

/*-- assume this inherits attributes from bodytext --*/
.headline {
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight : bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
}

/*-- assume this inherits attributes from bodytext --*/
.subheadline {
 color:#000000;
 letter-spacing: 1px;
 font-weight : bold;
}

/*-- assume this inherits attributes from bodytext --*/
.bodybold {
 color:#000000;
 font-weight : bold;
}

/*-- assume this inherits attributes from bodytext --*/
.formnote {
 color:#100CCF;
 font-size: 10px;
 margin-left: 2px;
 font-weight : normal;
 letter-spacing: -1px;
 line-height: 14px;
}

/*-- assume this inherits attributes from bodytext, occurrs in bodytext --*/
.formblock {
 font-size: 12px;
 margin-left: 13px;
 margin-right: 15px;
 margin-bottom: 5;
 padding : 2px 2px 4px 8px;
 font-weight : bold;
 letter-spacing: 1px;
}

/*-- assume this inherits attributes from bodytext, occurrs in bodytext --*/
.bulletblock {
 font-size: 12px;
 margin-left: 35px;
 margin-right: 15px;
 line-height: 17px;
 font-weight : bold;

}

/*-- assume this inherits attributes from bulletblock, and bodytext --*/
.bullets {
  text-indent: -19px;
  line-height: 17px;
}

/*-------------------------------------------------------------- margins --*/
.indent {
margin-right : 20px;
}

/*----------------------------------------------------------------- link --*/

/*-- assume this inherits attributes from bodytext --*/
.bodytextlink {
 color: #3333FF;
 text-decoration : underline;
}

/*-- assume this inherits attributes from bodytext --*/
.bodytextlinkbold {
 color: #3333FF;
 text-decoration : underline;
 font-weight : bold;
}

