body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.subheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.headtext {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.headtextbold {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.notes {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.notesBold {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.headtextboldRED {




	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}
.notesBlue {

	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.flashy {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: blink;
}
.flash {
	font-size: 12px;
	color: #000088;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink;
}
.headtextblue {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.notesBlueBlink {
	font-size: 12px;
	color: #000088;
	font-weight: normal;
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.reversehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.notesBoldwhite {

	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.notesWhite {

	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.notesBoldwhitebig {


	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.whitemedbold {


	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.whitelargebold {



	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
}
.largehead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 3px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}