/* BEGIN: basic tag definitions ============================================= */

STRONG, B {font-weight: bold; color: #666;}

BODY { background-color: #FFF; }

/* -- header styles */
H1, H2, H3, H4, H5, H6,
.H1, .H2, .H3, .H4, .H5, .H6, .H3padding, .H4nopadding,
.listingContent TH {
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #996;
	margin: 0px;
	padding: 0px;
	}

H1, .H1 {
	/*/*//*/ font-size: large; /* */
	/*/*/ font-size: 125%; /* */
	}

H2, .H2 {
	/*/*//*/ font-size: large; /* */
	/*/*/ font-size: 115%; /* */
	}

H3, .H3 {
	/*/*//*/ font-size: medium; /* */
	/*/*/ font-size: 105%; /* */
	}

.H3padding {
	/*/*//*/ font-size: medium; /* */
	/*/*/ font-size: 105%; /* */
	margin-bottom: 5px;
	}

H4, .H4 {
	/*/*//*/ font-size: medium; /* */
	/*/*/ font-size: 95%; /* */
	margin-bottom: 5px;
	color: #666;
	}
  
.H4nopadding {
	/*/*//*/ font-size: medium; /* */
	/*/*/ font-size: 95%; /* */
	color: #666;
	}

H5, .H5 {
	/*/*//*/ font-size: small; /* */
	/*/*/ font-size: 85%; /* */
	color: #666;
	}

H6, .H6 {
	/*/*//*/ font-size: small; /* */
	/*/*/ font-size: 65%; /* */

	font-family: geneva, arial, helvetica, sans-serif;
	margin-bottom: 5px;
	color: #996;
}

/* -- standard elements we'll use for text on the site */
/* NS4 needs a UL in the selector too, but stds compliant browsers cascade the em unit, reducing the font size. sorry, NS4. maybe i'll hack it later. */
/* .txt should be used on DIVs and SPANs instead of a P (when text is not logically a paragraph) */
P, LI, DT, DD, 
.listingContent TD,
.txt {
	font-family: geneva, arial, helvetica, sans-serif;
	color: #333;
	text-align: justify;

	/*/*//*/ font-size: small; /* */
	/*/*/font-size: 75%;/* */
	}
	
.form {
		font-family: geneva, arial, helvetica, sans-serif;
		color: #333;
		text-align: justify;
		font-size: 75%;
}

DL, OL, UL { /* just for NS4 */
	/*/*//*/
	font-family: geneva, arial, helvetica, sans-serif;
	color: #333;
	font-size: small;
	/* */ 
	}

P { margin-top: 0; }
P.linkMore { margin-top: 10px; }

/* -- our link colors */
A { color: #996; }
A:link { color: #996; }
A:active { color: #996; }
A:hover { color: #996; }
A:visited { color: #996; }

A.linkMore { font-weight: bold; }
DT { font-weight: bold; }

/* -- control of margin/padding on these elements */
FORM { margin: 0; padding: 0; }
FIELDSET { margin: 0 !important; padding: 0 !important; border: none !important; }
LEGEND { }

/* -- some form elements to be styled, maybe? */
SELECT, OPTION, INPUT, TEXTAREA { }

UL { /*/*//*/margin-left: -2em;/* */  /* just for NS4 */ }
.sideCol UL LI { /*/*//*/margin-bottom: 5px;	/* */  /* just for NS4 */ }

UL.noBullet {
	margin: 0; padding: 0;

	/* just for NS4 */
	/*/*//*/
	margin-left: -2em;
	margin-bottom: 8px;
	/* */
	}

UL.noBullet LI { list-style: none; }

DL, DT, DD { margin: 0; padding: 0; }
DT { font-weight: bold; }
DD {
	/*/*/margin-bottom: 1em;/* */    /* hide from NS4 */
	/*/*//*/margin-left: -2em;/* */  /* just for NS4 */
	}

LEGEND { margin: 0; padding: 0; }

/* for ie6/win */
TD { text-align: left; }

/* END: basic tag definitions */



/* BEGIN: color definitions */

.BGdgrey { background-color: #666; }
.BGgrey { background-color: #999; }
.BGlgrey { background-color: #CCC; }
.BGllgrey { background-color: #E5E5E5; }
.BGtan { background-color: #F0F0E0; }
.BGred { background-color: #900; }
.BGyellow { background-color: #FFC; }
.BGlyellow { background-color: #FFFFE5; }

/* END: color definitions */


.Hpad {
	margin-bottom: 8px;
}


#HRabove {
	border-top: 1px solid #CCC; 
	margin-top: .5em; 
	margin-bottom: 1em; 
	padding-top: .5em;
}

#HRnav {
	
	font-family: geneva, arial, helvetica, sans-serif;
	color: #333;
	/*/*//*/ font-size: small; /* */
	/*/*/font-size: 75%;/* */	
        border-bottom: 1px solid #CCC;
        padding-bottom: .6em; 
	margin-bottom: 2em; 
}


.linetop {
	border-top: 1px solid #CCC;
	padding-top: .5em;
}

/* -- our multimedia link colors */
.multimedia A { color: #84293B; }
.multimedia A:link { color: #84293B; }
.multimedia A:active { color: #84293B; }
.multimedia A:hover { color: #84293B; }
.multimedia A:visited { color: #84293B; }

.htmltxt {
font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12px;
}

.jsvalidation {
color:#FF0000;
font-family:"Lucida Sans Unicode","Trebuchet MS",Tahoma,sans-serif;
font-size:10px;
margin-left:10px;
}

.BGyellow .llo_minheight35 {
  min-height:42px;
  height:auto !important;
  height:42px;
}

.BGyellow .llo_minheight65 {
  min-height:72px;
  height:auto !important;
  height:72px;
}

.BGyellow .llo_minheight150 {
  min-height:157px;
  height:auto !important;
  height:157px;
}