/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(images/bgTop.jpg) repeat-x top white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:black;
}

.veryTopNav{
	color:#fff;
}

.veryTopNav a, .veryTopNav a:visited{
	color:#fff;
	text-decoration:underline;
	text-transform:uppercase;
}

.veryTopNav a:hover{
	text-decoration:none;
}


.dwFooter{
	background:url(images/bgBottom.jpg) repeat-x top;
	height:211px;
	font-size:12px;
	color:white;
	text-align:center;
	padding-top:20px;
}

.dwFooter a, .dwFooter a:visited{
	color:white;
}

.dwFooter a:hover{
	text-decoration:none;
}

.dwTopNav{
	background:url(images/topButtons.png) no-repeat bottom;
	width:965px;
	height:45px;
	text-align:center;
}

.dwTopNav a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.btnCompany{
	float:left;
	padding:15px 5px;
	display:block;
	width:142px;
	height:15px;
	background:url(images/btn-company.png) no-repeat;
	margin-left:30px;
}

.btnCompany:hover{
	background:url(images/btn-company-HL.png)
}

.btnData{
	float:left;
	padding:15px 5px;
	display:block;
	width:246px;
	height:15px;
	background:url(images/btn-desiccant.png) no-repeat;
}

.btnData:hover{
	background:url(images/btn-desiccant-HL.png)
}


.btnTrade{
	float:left;
	padding:15px 5px;
	display:block;
	width:113px;
	height:15px;
	background:url(images/btn-trade.png) no-repeat;
}

.btnTrade:hover{
	background:url(images/btn-trade-HL.png)
}

.btnTechnical{
	float:left;
	padding:15px 5px;
	display:block;
	width:122px;
	height:15px;
	background:url(images/btn-technical.png) no-repeat;
}

.btnTechnical:hover{
	background:url(images/btn-technical-HL.png)
}


.dwTopBar{
	background:url(images/topBanner.jpg) no-repeat;
	height:186px;
}

.dwTopBar2{
	background:url(images/topBannerSmall.jpg) no-repeat 1px 0px;
	height:21px;
}

.dwTopBar a, .dwTopBar a:visited{
	color:white;
	text-decoration:none;
}

.dwTopBar a:hover{
	text-decoration:underline;
}

.dwTopBarBucket{
	margin-top:38px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
}

.dwLeftNav{
	border-right:1px solid #ccc;
}

.navWrapper{
	text-align:left;
/*	width:246px;*/
	width:190px;
}

.navWrapper a, .navWrapper a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
/*	width:226px;*/
	width:170px;
	display:block;
	text-decoration:none;
	color:black;
	border-bottom:1px solid #ccc;
	padding-top:8px;
	padding-bottom:8px;
	background:url(images/leftNavBullet.jpg) 0 7px no-repeat;
	padding-left:20px;
}

.navWrapper a:hover{
	background:url(images/leftNavBulletHL.png) 0 7px no-repeat #2e72f8;
	color:white;
}

.dwISO{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

.dwMainContent{
	padding:10px;
}

.dwMainContent img{
	padding:2px;
	border:1px solid #999999;
}

.dwMainContent a, .dwMainContent a:visited{
	color:#0066FF;
}

.dwMainContent a:hover{
	text-decoration:none;
}


h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#10277d;
	margin:0px;
	padding:0px;
}

h2 {
	margin:5px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.dwBucketLinks, .dwBucketLinks:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	background:url(images/btn-buckets.jpg) no-repeat;
	display:block;
	width:176px;
	height:24px;
	color:#6b6246;
	
	padding-top:10px;
	text-decoration:none;
}

.dwBucketLinks:hover{
	background:url(images/btn-buckets-HL.jpg) no-repeat;
	color:black;
}

.dwApps{
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000; 
	font-size:12px;
	margin-bottom:10px;
}

.pageTable td{
	border-top:1px solid #eee;
	padding:5px;
}

.standaloneH2{
border-top:1px solid #eee; border-bottom:1px solid #eee; padding:10px 0px;
}


ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}

ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(images/bullet1st.jpg) no-repeat 0 4px;
}

ul li ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(images/bullet2nd.jpg) no-repeat 0 4px;
}

ul li ul li ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(images/bullet3rd.jpg) no-repeat 0 4px;
}

.tblHeading{
	color:#003399;
	font-size:-2;
	font-family:"Times New Roman", Times, serif;
	background-color:#ccccff;
	font-weight:bold;
}


