/*************************************************
DDT style sheet
Organization:
	1) Default
	2) Header Frame
	3) Front Page
	4) Catalog
	5) Product Sheets
	6) Forms
	7) Press Release
	8) FAQ
**************************************************/


/*********** Defaults ***********/


/* hyperlink styles */

a:link { color: #006699; }

a:visited { color: #009966; } 

a:active { color: #006666; }

a:hover {
	background-color: #F0F0FF;
}


/********** Main Text Area **********/

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

h1
{
	width: 1000px;
	color: #FF0000;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

h2
{
	width: 1000px;
	color: #800000;
	font-size: 15px;
	background-color:#F0F0F0;
}

h3
{
	width: 1020px;
	color: #800000;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

h4
{
	width: 1000px;
	color: #800000;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 0;
}

p
{
	width: 1000px;
	margin-bottom: 6px;
}

dl
{
	margin-top: 6px;
	margin-bottom: 6px;
	width: 1000px;
}

dt
{
	font-weight: bold;
	margin-top: 6px;
	width: 1000px;
}

ul li
{
	list-style : disc;
	width: 760px;
	vertical-align : top;
	display : block;
}

ol li
{
	list-style-type : decimal;
	width : 760px;
	vertical-align : top;
	 display : block;
}


table
{
	table-border-color-light: #66CCCC;
	table-border-color-dark: #006666;
}

td
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

td li
{
	width: auto;
}

td p
{
	width: auto;
}

td h1
{
	width: auto;
}

td h2
{
	width: auto;
}

td h3
{
	width: auto;
}

td h4
{
	width: auto;
}

table.pagetitle
{
	width: 1000px;
	border: 1 solid #D0D0FF;
	margin-bottom : 20x;
	margin-top : 5px;
	background-color: #E0E0FF;
}

td.pagetitle h1
{
	background-color: #E0E0FF;
	color: #0000FF;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	vertical-align : middle;
}

td.pagetitleimg
{
	background-color: #E0E0FF;
	width: 36px;
}

td.pagetitleimg img	/* images in page titles */
{
}

td.title /* Inverted background section separator */
{
	background-color: #0024BF;
	color: #ffffff;
	font-weight: bold; 
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.sectionblank /* Gap between sections */
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-style: italic; 
	font-size: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

td.sectionheader1 /* Sub-heading */
{
	background-color: #F8F8FF;
	color: #000000;
	font-weight: bold;
	font-style: italic; 
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.sectionheader /* Source separator */
{
	background-color: #0024BF;
	color: #ffffff;
	font-weight: bold;
	font-style: italic; 
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.menu
{
	font-size: 10px;
	background: #E2E2F0;
}

td.odd
{
	background-color: #E2E2F0;
	background : #E2E2F0;
}

td.even
{
	background-color: #C0C0F0;
	background : #D0D0F0;
}

td.sidebar
{
	background-color: #C0C0F0;
	background : #D0D0F0;
}

td.mainpage
{
	background-color: #FFFFFF;
	background : #FFFFFF;
}

td.label
{
	background-color: #0024BF;
	background : #0024BF;
	color: #ffffff;
}

td.data
{
	background-color: #FFFFFF;
	border-style : solid;
	border-width : 1px;
	border-color : #D4D4D4;
}



/********** Page Titles **********/

h1.pagetitle	/* page titles are H1-level */
{
	color: #FF0000;
	background: #EEEEEE;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	width: 640px;	/* standard page width */
	/* padding-left: 10px; */
	/* clear: none;	 wrap-around title icon images */
	/*
	border-bottom-style: solid;
	border-bottom-width: 3;
	border-color: #f0f0f0;
	*/
}

h1.pagetitle img	/* images in page titles */
{
	margin-right: 20px;
	/* float: left; */
}

