<!--
body
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
    background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

a:link				{ text-decoration: underline; color: #000000; font-size: 12px; }
a:visited			{ text-decoration: underline; color: #000000; font-size: 12px; }
a:hover				{ text-decoration: underline; color: #000000; font-size: 12px; }

a.footer:link		{ text-decoration: none; color: #7F7F7F; font-size: 10px; line-height: 0px; }
a.footer:visited	{ text-decoration: none; color: #7F7F7F; font-size: 10px; line-height: 0px; }
a.footer:hover		{ text-decoration: none; color: #000000; font-size: 10px; line-height: 0px; }

p					{ color: #000000; font-size: 11px; }
td					{ color: #000000; font-size: 11px; }
h1					{ color: #333333; font-size: 16px; font-weight: bold; margin-top: 0px; margin-bottom: 10px; padding-bottom: 0px; }
h3					{ color: #333333; font-size: 14px; font-weight: bold; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }
li					{ font-size: 14px; }
table				{ border-collapse: collapse; }

.box				{ border-style: solid; border-color: #000000; border-width: 1px; }
.window				{ border-style: solid; border-color: #999999; border-width: 1px; }
.bg_border			{ background-image: url('images/border_bg.gif'); }

.details			{ color: #000000; font-size: 14px; }
.footer				{ color: #7F7F7F; font-size: 10px; line-height: 12px; }
.headers			{ color: #000000; font-size: 15px; line-height: 16px; }
.intro				{ color: #000000; font-size: 12px; line-height: 18px; text-align: justify; }
.price				{ color: #B50000; font-size: 11px; font-weight: bold; }
.sub				{ color: #B50000; font-size: 14px; font-weight: bold; }
-->