body {
	background-color: #EAEBEC;
	background-image: url(../images/design/view_background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	cursor: default;

}

body,table,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.description {
	font-size: 7pt;
}

#navbar_top {
	background-image: url(../images/design/view_nav_block_top.png);
	background-repeat: repeat-x;
	height: 23px;
	width: 100%;
	color: #C0BD7E;
	padding: 0px 0px 0px;
}


#navbar_bottom {
	background-image: url(../images/design/view_nav_block_bottom.png);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	color: #C0BD7E;
	padding: 2px 0px 0px;
	text-align: center;
	text-indent: 0px;
}


#nav_contents {
	max-width: 900px;
	min-width:780px;
	color: #000000;
	padding: 0px 20px 0px 0px;
	text-indent: 0px;
	margin: 0 auto;
}

.nav_table {
	background-color: #E7D7B8;
	border: 1px solid #000000;
}

.nav_alttable {
	background-color: #D6CBB1;
}

td {
	padding: 1px 3px 1px 3px;
}

.tdraw {
	padding: 0px;
}

.nav_table_header {
	padding: 2px;
	background-image: url(../images/design/view_nav_table_header.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #DBC579;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-left: 1px solid #CEC7AE;
	border-right: 1px solid #CEC7AE;
}

.nav_table_subheader {
	padding: 2px;
	background-image: url(../images/design/view_nav_table_subheader.png);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	color: #07283A;
}

.dkpPositive {
	color:#006612;
}

.dkpNegative {
	color: #993300;
}

.dkpNeutral {
	color: #1D1A26;
}

.dkpAlias {
	color: #000033;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C0BD7E;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #14142C;
}

.h3 {
	font-size: 14px;
	font-weight: bold;
}


textarea {
	background-color: #EFEDE7;
	color:#000000;
	border: 1px solid #333333;
}

input {
	background-color: #E7E3DA;
	color:#000000;
	border: 1px solid #333333;
}

select {
	background-color: #E7E3DA;
	color:#000000;
	border: 1px solid #333333;
}

a:link {
	color:#14142C;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #14142C;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
/*	border: 1px solid #000000;*/
	background-color:#302F4A;
	color:#DFDCBB;
}
a:active {
	color: #1A1B31;
	text-decoration: underline;
}

.nl {
	height: 1px;
	background-color:#33270D;
	padding: 0px;
}

.trusted {
	color: #8B07A7;

	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}