/*	Everything in this file should be compliant with the HTML 4.01 Strict 
	Specification. For noncompliant CSS, see legacy.css. */


/* Styles to strip HTML elements of any default formatting
------------------------------------------------------------------------ */
form {
	margin: 0;
	padding: 0
}

.h3 h3 {
	line-height: normal; 
	display: inline; 
	font-weight: normal;
}

/* Classes adding specific styles
------------------------------------------------------------------------ */

.h3 h3 {
	font-weight: bold;
	font-size: 12px;
}

.textStandard, .textStandard div, .faqs ul {
	font: 12px arial,verdana,helvetica; 
}

.textSmall {
	font-size: 10px; 
}

/* faq styles. eg: members/endUserHelp1.tmpl */
.faqs {
	display:inline;
}
.faqs ul{
	display: block;
	margin: 4px 0 8px 0;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
	list-style: none;
	text-indent: -1ex;
}
.faqs li {
	padding: 0; 
	margin: 0 0 0 20px;
}

td.bht_alt1 {
	color: #f37400;
}

/* Cheats
------------------------------------------------------------------------ */

.inline {
	display: inline;
}