/*---------------------------------------------------*/
/* basic formatting */	

body {
	margin: 0;
	padding: 0;
	font: 14px/21px Arial, Helvetica, sans-serif;
	top: 0px;
	background: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #000000;
}

a	{
	text-decoration: none;
}

a:link, a:visited {
	font-weight: bold;
	color: #666666;
}

a:active, a:hover {
	color: #006633;
	font-weight: bold;
}

div, p, th, td, pre, span, a{
}

p {
	margin: 10px;
	padding: 0;
	line-height: 1.5em;
}

h1, h2, h3 {
	margin: 10px 0px 5px 0px;
	display: block;
	color: #8A0000;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4, h5, h6	{
	margin: 2px;
	display: inline;
	color: #000000;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 16px;
	border-bottom: 1px solid #c00;
}

h5 {
	color: #666;
	font-size: 12px;
}

h6 {
	font-size: 14px;
}

img {
	border: 0;
}

strong, b {
	background: transparent;
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr, acronym {
	border-bottom: #000 1px dashed;
	cursor: help;
}

hr {
	border-top: 1px dashed #D8D8DA;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	}

/* custom */
/*-----------------s----------------------------------*/

h4 span.date {
	font-size: 10px;
	color: #888;
}
p.question {
	font-size: 14px;
	color: #c00;
	line-height: 20px;
	margin: 0 10;
	padding: 0;
	border-bottom: 1px dashed #ccc;
}
ul.answer {
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin: 0 20px;
	padding: 0;
}
ul.answer li {
	margin: 0 20px;
	padding: 0;
}
p.intro {
	font-size: 14px;
	}

#pageHeader h1 span{
	display: none;
}

#mainDiv p{
	margin: 10px 30px;
}

#mainDiv div.featproductrow {
	width: auto;
	margin: 0px;
	padding: 10px 50px 10px 50px;
	background: transparent url(../images/h3bg.gif) repeat-x top;
}

#mainDiv span.sm {
	font-size: 9px;
}

#mainDiv p {
	display: block;
	line-height: 1.5em;
	margin: 20px 5px;
}

#footerDiv p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#footerDiv p.textmenu{
	text-align:center;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
#footerDiv a{
	margin: 0 10px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#footerDiv p.textmenu a{
	margin: 0 10px;
	text-decoration: none;
	font-weight: bold;
}

#footerDiv p.textmenu a:hover{
	color: #006600;
	text-decoration: none;
}
ul.nob {
	border-top: 2px dashed #ccc;
	margin: 20px 20px 20px 150px;
	padding: 10px 20px;
	width: 450px;
	list-style-type: none;
}
li.lihead {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}


/* POPUPS */

#popup {
	background: #fff;
}
#popup h3 {
	border-top: 1px solid #888;
	padding-top: 10px;
}
#popup #container {
	padding: 20px;
	width: 400px;
	text-align: center;
	background-color: #fff;
	}
#popup p {
	margin: 20px 10px;
	text-align: left;
}	
#indented {
	width: 400px;
	margin-left: 200px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 14px;
}
#bodytable {	margin-left: 25px;
	margin-right: 25px;
	clear: ALL;
}
.border {
	border: 1px solid #333333;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-variant: small-caps;
	color: #336633;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.LableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	line-height: 15px;
}

