body
{
	background-color: #ffffff;
	color: inherit;
	margin: 0px 0px 0px 0px;
}

/* orange link - underline when hover */
a.l0 {color: #ff6000;text-decoration: none;}
a.l0:link {color: #ff6000;text-decoration: none;}
a.l0:Active {color: #ff6000;text-decoration: none;}
a.l0:Visited {color: #ff6000;text-decoration: none;}
a.l0:Hover {color: #ff6000;text-decoration: underline;}

/* blue links - underline when hover */
a.l1 {color: #0054ff;text-decoration: none;}
a.l1:link {color: #0054ff;text-decoration: none;}
a.l1:Active {color: #0054ff;text-decoration: none;}
a.l1:Visited {color: #0054ff;text-decoration: none;}
a.l1:Hover {color: #0054ff;text-decoration: underline;}

/* black links - underline when hover */
a.l2 {color: black;text-decoration: underline;}
a.l2:link {color: black;text-decoration: underline;}
a.l2:Active {color: black;text-decoration: underline;}
a.l2:Visited {color: black;text-decoration: underline;}
a.l2:Hover {color: black;text-decoration: underline;}

/* gray links - underline when hover */
a.l2 {color: #3c3c3c;text-decoration: none;}
a.l2:link {color: #3c3c3c;text-decoration: none;}
a.l2:Active {color: #3c3c3c;text-decoration: none;}
a.l2:Visited {color: #3c3c3c;text-decoration: none;}
a.l2:Hover {color: #3c3c3c;text-decoration: underline;}


body,.txt0
{
    font-family: "Trebuchet MS","arial",sans-serif;
}
.txt1
{
    color: #7c0a0a;
}


#mcol
{
	width:auto;
	text-align:center;
	margin-right:auto;
	margin-left:auto;

	margin-top:0px;
}
#incen
{
	text-align:left;
	width:913px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
#contents_container
{
	position:relative;
	left:0px;top:0px;
	width:913px;height:auto;
	min-height:590px;
	z-index:0;
	
	background-image:url('../images/theme/mid_tile.gif');
	background-repeat:repeat-y;
}
#contents
{
	position:relative;
	margin-left:10px;
	top:10px;
	width:900px;
}

.nobrd
{
	border-width:0px;
	border-style:none;
}
.hdn
{
	position:absolute;
	left:-999px;
	top:-999px;
}
form
{
    margin:0;
}

.imgbrd
{
	border:solid 1px #3c3c3c;
}




.ctxt,.txtbox,.cmdbtn,.txtarea
{
	color:#fca545;
	font-size:12px;
	font-family: "arial",sans-serif;
}
.htxt
{
	color:#fca545;
	font-family: "arial",sans-serif;
	font-weight:bold;
	font-size:18px;
}

.stitle
{
	color:#3c3c3c;
	font-size:22px;
}

.whtitle
{
	font-weight:bold;
}
.whprices
{
	font-weight:bold;
	font-size:12px;
}
.doprices
{
	font-weight:bold;
	font-size:10px;
}