
body {
	background:white;
	margin:0px;
	font-family:verdana;

	font-size:12px;
}
a {color:blue}
a:hover{color:orange}

p {line-height:16px;}
td {font-size:12px; vertical-align:top;}
div.min-width {
	min-width:600px;

}

div.layout-header {

	
}

div.layout-header {
	height:60px;
	background:white url(Dec_logo.png) no-repeat 8px 55%;
	text-align:right;
	padding-right:20px;
}
div.layout-header div.heading {
	font-size:16px;
	color:#21315b;
	font-weight:bold;
	padding-top:12px;
}

div.layout-subheading {
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:4px;
	background: #E1E5F1;
	margin:0px;
}
div.layout-navigation {
	margin-top:-20px;
}
div.layout-navigation a {
	float:right;
	font-size:11px;
	margin-right:10px;
}

h1 { margin-top: 0px; margin-bottom: 12px;  font-size: 1.4em; color:#DC4F3B;font-family:Verdana,Geneva,sans-serif; border-bottom:2px solid black;}
h2 {font-size:14px; font-weight:bold;}

li {margin-top:8px;margin-bottom:8px;}

div.layout-body {
	padding:24px 36px;
	min-height:350px;
}
a.biglink {font-family:arial; font-size:16px;font-weight:bold;}



div.layout-footer {
	padding:6px;
	overflow:hidden;
	/* background:#93AAD2; */
	border-top:3px solid #93AAD2;
	font-size:11px;
	color:#666;
}
.floatleft {float:left;}
.floatright {float:right;}

table.table-help {
	border:1px solid #999;
	empty-cells: show;
	font-size:11px;
	
}
table.table-help td {
	border:1px solid #999;
	padding:6px;
}
table.table-help td.label {
	font-weight:bold;
}
table.table-list {
	border:0px;
}
table.table-list  td {
	border:0px;
	padding:0px 8px 2px 0px;
}
hr {border:0px; border-top:1px solid #aaa;}

table.table-results { width: 100%; border-color: #9CB4E4; border-bottom:1px solid white; }

table.table-results th { font-weight: bold; padding: 6px; text-align: left; vertical-align: top; color: white; background-color: #666666; border-right: 1px solid #DAE0F4; font: bold 12px Arial, Verdana, Geneva, sans-serif; border-bottom: 1px solid white; }

table.table-results td {
	background-color: #F5F5F5;
	font-size: 12px; 
	padding: 6px 6px; 
	text-align: left; 
	vertical-align: top;
	color: black;
	border-right: 1px solid white;
}
table.table-results tr.odd td { background-color: #E6E6E6;}
