
/* Body Table */
.btdleft, .btdcenter, .btdright
	{ vertical-align: top; }
.btdleft		{ width: 25%; border: 4px double #FFFFFF; }
.btdcenter		{ width: 50%; padding: 10px; border-top: 4px double #FFFFFF; border-bottom: 4px double #FFFFFF; }
.btdright		{ width: 25%; border: 4px double #FFFFFF; }


h1, h2, h3, h4, h5, h6
	{ font-family: Arial; font-weight: normal; color: #FFFFFF; text-align: center; }
h1				{ font-size: 20pt; font-style: italic; margin-top: 0px; margin-bottom: 0px; }
h2				{ font-size: 18pt; font-style: italic; margin-top: 0px; margin-bottom: 0px; }
h3				{ font-size: 14pt; margin-top: 0px; margin-bottom: 0px; }
h4				{ font-size: 12pt; margin-top: 0px; margin-bottom: 0px; }
h5				{ font-size 10pt; margin-top: 0px; margin-bottom: 0px; }
h6				{ font-size: 8pt; margin-top: 0px; margin-bottom: 0px; }

ul				{ list-style-image: url('../images/hookbulletFlat.jpg'); text-align: left; margin-right: 10px; }
li				{ font-family: Arial; font-size: 10pt; font-weight: normal; color: #FFFFFF; text-align: left; 
					margin-top: 0px; margin-bottom: 10px; }
