BODY {

	background: #6d5941 url('../background/bkgrd-def2.jpg') no-repeat fixed top center;

	font-family: verdana,arial,helvetica,swiss,sans-serif;

	font-style: normal;
	
	font-size: 8pt;

	scrollbar-face-color: #DCB87C;

	scrollbar-highlight-color: #FFFFFF;

	scrollbar-3dlight-color: #F5DCBE;

	scrollbar-darkshadow-color: #643C0A;

	scrollbar-shadow-color: #C8963C;

	scrollbar-arrow-color: #004000;

	scrollbar-track-color: #C8963C

	}



	H2 { color: #990000; font-size: 16pt }

	H4 { color: #004000; font-size: 10pt; font-weight: bold}

	p { color: #004000; font-size: 8pt }

	H4 i { color: #990000; font-size: 10pt; font-weight: bold;}

	hr {color: #336600; size: 1px }

H6 { color: #990000; font-size: 12pt; font-weight: bold; line-height: 100%}

H1 { color: #990000; font-size: 14pt; font-weight: bold;}

span.tenpt
{
font-size: 10pt; color:#004000

}

span.8pt
{
font-size: 8pt; color:#004000

}

.hiddenPic {display:none;}

span.tenbd
{
font-size: 10pt; font-weight: bold; color:#004000;
}


span.prodtype
{
color: #990000; font-size: 12pt; font-weight: bold;
}


div.accprice
{
color: #990000; font-size: 10pt; font-weight: bold; text-align: right;
}


span.kitprice
{
color: #990000; font-size: 10pt; font-weight: bold; text-align: right
}

div.acctitle
{
color: #004000; font-size: 10pt; font-weight: bold; text-align: left;
}


div.tbltxt
{
color: #004000; font-size: 8pt; text-align: left;
} 

div.acclink
{
color #804000; font size: 6pt; font-weight: bold:
}

a.tenb { font-size: 10pt; font-weight: bold; color:#004000}

a.8pt:link {color: #004000; font-size: 8pt; font-weight: normal} 
a.8pt:visited {color: #004000; font-size: 8pt; font-weight: normal}
a.8pt:active {color: #004000; font-size: 8pt; font-weight: normal} 
a.8pt:link:hover {color: #CC0000 ; text-decoration: underline}


span.footerhead
{
color: #006600; font-size: 16pt; font-weight: bold;
}

	a { font-size: 8pt; font-weight: bold; text-decoration: none }

	a:link { color: #006600 }

	a:visited { color: #804000 }

	a:link:hover { color: #CC0000 ; text-decoration: underline}
	
	a:active { color: #00FF00 }

	a:focus { outline: #FFFFFF }
	
	
	.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: #DCB87C;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: #DCB87C;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

div.sdmenu {
	width: 175px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(http://www.dap-inc.com/sdmenu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(http://www.dap-inc.com/sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(http://www.dap-inc.com/sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(http://www.dap-inc.com/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(http://www.dap-inc.com/sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #b99660;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #003300;
}
div.sdmenu div a.current {
	background : #b99660;
}
div.sdmenu div a:hover {
	background : #996 url(http://www.dap-inc.com/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
