body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background-color: #ffffff;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 11pt;
	color: #505050;
	cursor: default;
}

.hdr {
	font-size: 18pt;
	font-weight: bold;
	margin-left: 12px;
}

.nav {
	border-left: 0px;
	border-top: 1px solid #004090;
	border-right: 1px solid #004090;
	border-bottom: 1px solid #004090;
}

.hgr {
	background-image: url('../images/hg.png');
	background-repeat: repeat-y;
}

.vgr {
	background-image: url('../images/vg.png');
	background-repeat: repeat-x;
}

.cgr {
	background-image: url('../images/cg.png');
	background-repeat: no-repeat;
}

.sub1 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 8px;
}

.small {
	font-size: 8pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #004090;
}

a.small {
	font-size: 8pt;
}

a:hover {
	text-decoration: underline;
}

.sel {
	background-color: #004090;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
}

.tbl {
	font-size: 0px;
}

.unsel {
	color: #004090;
	font-weight: bold;
	font-size: 11pt;
/* 	display: block; */
}

.caption {
	font-size: 9pt;
}

table.caption {
	border: 1px solid #505050;
}
