@charset "utf-8";
/* CSS Document */

.red-tile {
	background-image: url(images/redTILE.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.table-background {
	background-color: #FFFFFF;
}
.txt-inside-heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660099;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.table-footer {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	background-color: #000066;
}
.list-red-square {
	list-style-type: square;
	list-style-image: url(images/RedSquare.jpg);
	line-height: 20px;
}
.list-green-square {
	list-style-image: url(images/GreenSquare.jpg);
	line-height: 20px;
}

.list-purple-disc {
	line-height: 20px;
	list-style-image: url(images/PurpleBullet.jpg);
}
.txt-inside-heading-green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.contact-address {
	font-size: 14px;
}

