/* HTML DEFAULTS */

body		{ padding:0px; margin:0px; font-family:arial,verdana; font-size:9pt; }
td			{ font-size:9pt; }

a			{ color:#AD0505; }
a:visited	{ color:#AD0505; }
a:hover		{ color:#002F93; }

/* CONTAINER */

.leftBackground			{ background:url("../images/left_background.jpg") top right repeat-y #ACACAC; }
.rightBackground		{ background:url("../images/right_background.jpg") top left repeat-y #ACACAC; }

.buttonBar				{ background:url("../images/button_background.gif") repeat-x top; width:757px; }
.buttonBar a			{ color:#ffffff; text-decoration:none; font-weight:bold; font-size:10pt; }
.buttonBar a:visited	{ color:#ffffff; text-decoration:none; font-weight:bold; font-size:10pt; }
.buttonBar a:hover		{ color:#ffffff; text-decoration:underline; font-weight:bold; font-size:10pt; }
.buttonBar td			{ padding:0 5px 0 5px; }

.bodyPanel				{ width:757px; }

.contentPanel			{ padding:0px 30px 30px 30px; }

.title					{ font-size:20pt; font-weight:bold; margin-bottom:10px; color:#AB0000; border-bottom:1px dashed black; }
.subTitle				{ font-size:10pt; font-weight:bold; text-decoration:underline; color:#002CAB; }
.price					{ font-size:10pt; color:#AB0000; font-weight:bold; font-style:italic; }

.footerPanel			{ background:url("../images/footer_background.jpg"); padding:21px 0 21px 0; text-align:center; color:#ffffff; font-weight:bold; }

