BODY	{COLOR: #880429; margin: 0px; padding: 0px; border: #000000 0px solid;}
/* PAGE LINK COLORS */
a:link		{ color: #880429; text-decoration: none;font-weight: bold; }
a:visited	{ color: #B5B5AD; text-decoration: none;font-weight: bold; }
a:active	{ color: #B5B5AD; text-decoration: none;font-weight: bold; }
a:hover		{ color: #690220; text-decoration: none;font-weight: bold; }

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
table		{ COLOR: #000000; FONT: 11px verdana, arial, geneva, sans-serif; }
.title		{ COLOR: #000000; FONT: 16px arial, sans-serif; font-weight: bold; }
.title2		{ COLOR: #999999; FONT: 16px arial, sans-serif; font-weight: normal; }
.title3		{ COLOR: #FF0000; FONT: 18px arial, sans-serif; font-weight: normal; }
.subtitle	{ COLOR: #000000; FONT: 13px arial, sans-serif; font-weight: bold; }
.hilite		{ COLOR: #006600;font-weight: bold; }
.price 		{ color: #339900; FONT: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }
.just 		{ text-align: justify; }
.about {border-bottom: 1px dashed black; cursor: help}
.pata		{ color: #CCCCCC; font: 11px arial, geneva, verdana, sans-serif; }

/* IMAGE BORDERS */
.borders		{ border: #000000 0px solid; }

/* HIDE MENU AND ITEMS FOR PRINTING */
@media print {
.printhide {display:none;}
}
@media screen{
.printonly { display:none }
}

/* START CODE FOR THE FORMS */

.shadeform	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}
.dropdown 	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}
.button 	{
		background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 100px;
		padding-top: 3px;
		padding-bottom: 3px;
		cursor:pointer;
		BORDER: #880429 1px solid;
		}


.buttonon {
background-image: url("picts/buttonon.gif");
background-color:#FFFFFF;
FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	color: #666666; font-size: 11px;
 font-weight: bold;text-align: center;
width: 100px;
padding-top: 3px;
		padding-bottom: 3px;
cursor:pointer;
BORDER: #880429 1px solid;
		}		
		
		
/* MISC CODE AND COLORS */


.splitlines { COLOR: #000000; HEIGHT: 1px; WIDTH: 100% }

.nobreak{ white-space:nowrap; }
#nav     { background-color: #fff; padding: 5px 10px; border: solid 1px #666666; position: absolute; top: 300px; left:10px; visibility: visible; filter: alpha(opacity=80) }
#navlist { list-style-image: url(picts/arrow.gif); }