body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/pngFiles/miscImages/logo.png);
	background-repeat: no-repeat;
	background-position: 15px top;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	text-align: left;

}
.addressInfo {
}
.italics {
	font-style: italic;
}
.italicsbold {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.smallbolditalic {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
.bluefont {
	color: #003366;
}
hr {
	color: #CCCC99;
}
.georgiaitalic16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
.blueboldfont {
	color: #669999;
	font-weight: bolder;
	font-size: 17px;
}
.greenboldfont {
	color: #669966;
	font-weight: bolder;
	font-size: 17px;
}

