/*********************************
*   							 *
*	   Delaware Depository 	     *
*	       Stylesheet 	         *
*								 *
*********************************/
a:link, a:visited {
	text-decoration: none;
	color: #005695;
}

a:active, a:hover {
	text-decoration: underline;
	color: #ff1821;
}

body  { 
	font-family: Arial, Helvetica, SansSerif; 
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #CDD4D9;
	}
p {
	font-size: 12px;
	font-family: Arial, Helvetica, SansSerif; 
	}
li {
	line-height : 20px;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, SansSerif; 
	}
H4 { 
	font-size: 16px;
	font-family: Arial, Helvetica, SansSerif; 
	color: #005695;
	}

.tableFilledRow {
	color: inherit;
	background-color: #EFEFEF;
	border: solid 1px #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	
}

	
/* POSITIONE ELEMENTS */
#intmainpage {
	text-align: left;
	background-color: #fff;
	background-image: url(/images/intback.gif);
	background-repeat: repeat-y;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#inthomepage {
	text-align: left;
	background-color: #fff;
	background-repeat: repeat-y;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#imagerow {
}
#manu {
	font-size: 10px;
	color:#FFFFFF;
	background-color: inherit;
	align: right;
	padding-right: 5px;
}
#navrow {
	background-color:#005695;
	padding:2px;
	color: #E3E6F1;
}

#topsidenav {
	background-color:#F6D766;
	width: 136px;
}

#subnavrow {
	align: right;
	padding-right:8px;
	padding-top:4px;
}
#sidenav {
	width: 136px;
}


#bodyrow {
	color:#000000;
	padding:10px;
	height: 400px;
}


#address {
	font-size: 11px;
	text-align: center;
	color: #333;
	padding-bottom:1px;
}
#footer {
	font-size: 11px;
	text-align: center;
	color: #666;
	padding-top:4px;
}

#footer A, #footer A:link, #footer A:visited {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#footer A:active, #footer A:hover {
	color: #005695;
	text-decoration: underline;
	font-size: 10px;
}


.subOption {
	padding-bottom: 6px;
	padding-left: 5px;
	padding-top: 6px;
	border-top: solid 1px #EFDCA5;
}

.subOption A, .subOption A:link, .subOption A:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.subOption A:active, .subOption A:hover {
	color: #005695;
	text-decoration: underline;
	font-size: 12px;
}


#bullion, #certcoin {
	display: none;
}

#bullionnav td {
	border-bottom: 3px solid #EED784;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, SansSerif;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#bullionnav a {
	font-size: 12px;
	font-family: Arial, Helvetica, SansSerif;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* TABLE SETTINGS */
.tableHeaderRow  { color: #ffffff; background-color: #16496a }
.tableOptionsRow  { color: white; background-color: #7d8f9b; border: solid 1px #999999 }
.tableEmptyRow {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.tableFilledRow {
	background-color: #EFEFEF;
	border: solid 1px #CCCCCC;
}
.tableMidRow {
	background-color: #DDDDDD;
	border: solid 1px #CCCCCC;
}
.tableOptionsRow a, .tableOptionsRow a:link, .tableOptionsRow a:visited {
	color: #333333;
	text-decoration: underline;
}
.tableOptionsRow a:hover, .tableOptionsRow a:active {
	color: #ff1821;
	text-decoration: underline;
}

.oddrow {
	background-color: #F2EDE1;
	border: 1px solid #CDA842;
}

.evenrow {
	border: 1px solid #CDA842;
}


.slogan {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
}


.products {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#bullionnav a:link, #bullionnav a:visited, #bullionnav a:active { 
	text-decoration: none;
 }
 
#bullionnav a:hover  { 
	text-decoration: none;
	color: #999894;
}

/* FORM FIELDS */
input, select {
	font-size: 12px;	
}
textarea {
	font-size: 12px;	
	font-face: Arial, Helvetica, SansSerif;
}
.redAlert {
	color: #880000;
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-size: 11px;
}

