body {
	background-color: #000;
	font: 11px/150% "Lucida Grande", Arial, sans-serif;
	color: #FFCC66;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande" , Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFCC66;
}
h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2.5em; margin-bottom: 0.75em; }
h3 { font-size: 2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1.25em;}
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold;}

h2,h3,h4,h5,h6 {
	color: #E72107;
}

.fancy {
	font-family: fantasy;
}
.small { font-size: .9em; margin-bottom: 1.875em; line-height: 1.875em; }
p {
	font-family: veranda, arial, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	line-height:120%;
	font-weight:bold;
	color: #FFCC66;
	 margin:0 0 .5em;
}
p img.top {float:left; margin:0 1em 1em 0; padding:0;}
p.centered { text-align: center; }

/* list */
ul li p { font-size: 1em; }

/* list */
li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/*	Xtra Bold
-------------------------------------------------------------- */
.XBold, .XBoldBlue, .XBoldGray, .XBoldGreen, .XBoldOrange, .XBoldYellow, .XBoldRed, .XBoldRedLite { background: inherit; }
.XBold { font-family: "Arial Black", sans-serif; color: #404040; }
.XBoldBlue { font-family: "Arial Black", sans-serif; color: #00305e; }
.XBoldGray { font-family: "Arial Black", sans-serif; color: #A1A1A1; }
.XBoldGreen { font-family: "Arial Black", sans-serif; color: green; }
.XBoldOrange { font-family: "Arial Black", sans-serif; color: #FF6600; }
.XBoldYellow { font-family: "Arial Black", sans-serif; color: yellow; }
.XBoldRed { font-family: "Arial Black", sans-serif; color: red; }
.XBoldRedLite { font-family: "Arial Black", sans-serif; color: #FF6342; }

/*	Typography
-------------------------------------------------------------- */
.ALLCAPS, .UPPERCASE, .CAPS { text-transform: uppercase; }

/*	Color
-------------------------------------------------------------- */
.RED {
	color: #E72107;
}

/*	Layout
-------------------------------------------------------------- */
.col { float:left; margin-right: 10px; position:relative }

.c2-1 { width:390px; margin-right: 20px; background-color: #FFFDED; background-color: inherit; }
.c2-2 { width:390px; background-color: #FFF5E8; background-color: inherit; margin-right:0px; clear:right }
.c2-1-sale {
	width:140px;
	margin-right: 20px;
	background-color: inherit;
}
.c2-2-sale {
	width:640px;
	background-color: inherit;
	margin-right:0px; clear:right
}
.c2-1-Tyler {
	width:180px;
	margin-right: 20px;
	background-color: inherit;
}
.c2-2-Tyler {
	width:580px;
	background-color: inherit;
	margin-right:0px; clear:right
}
.c3-1 {
	width:253px;
	margin-right: 20px;
	background-color: inherit;
}
.c3-2 {
	width:253px;
	background-color: inherit;
	margin-right:0px; clear:right
}
.c3-3 {
	width:253px;
	background-color: inherit;
	margin-right:0px; clear:right
}
.c3-23 {
	width:526px;
	background-color: inherit;
	margin-right:0px; clear:right
}
.c4-1 {
	width:190px;
	background-color: inherit;
}
.c4-2 {
	width:190px;
	background-color: inherit;
}
.c4-3 {
	width:190px;
	background-color: inherit;
}
.c4-4 {
	width:190px;
	background-color: inherit;
	margin-right:0px; clear:right
	background-color: inherit;
}

.indent {padding-left:10px; padding-right:10px}
.border, .tpb, .rtb, .bmb, .ltb { border-color: #FFCC66; }
hr {
  background: #FFCC66;
  color: #FFCC66;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 5px 0 1em 0;
  border: none;
}

/*	Links
-------------------------------------------------------------- */
A:link { text-decoration: none;  color:#FFCC66; background-color: #000000;}
A:visited { text-decoration: none; color:#FFCC66; background-color: #000000;}
A:hover { text-decoration: underline; cursor: hand; background-color: #000000;}

/*	Table overrides
-------------------------------------------------------------- */
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}

