a.caption:link,
a.caption:visited, 
a.caption:active,
a.caption:hover {
    font-size: 10pt;
    color: #023c59;
    text-decoration: none;
}

a.goTop:link,
a.goTop:visited,
a.goTop:active,
a.goTop:hover {
    font-size: 8pt;
    color: #023c59;
    text-decoration: underline;
    padding-left: 10px;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
}

span.emphasis {
    font-weight: bold;
}

blockquote {
    font-family: arial;
    font-size: 9pt;
    margin: 3px 20px 2px 20px;
}

tr.data td {
    background-color: #e9e7f4;
    vertical-align: middle;
}

tr.secondary td {
    background-color: #e9e7f4;
    vertical-align: middle;
}

td.caption {
    width: 170px;
    padding: 6px 6px 6px 21px;
    border-bottom: dotted 1px #ccc;
    border-left: dotted 1px #ccc;
    text-indent: -12px;
}

#firstRow td.caption {
    width: 170px;
    padding: 6px 6px 6px 21px;
    border-bottom: dotted 1px #ccc;
    border-left: dotted 1px #ccc;
    text-indent: -12px;
    border-top: dotted 1px #ccc;
}

td.abstract {
    width: 495px;
	padding: 6px;
	font-size:  9pt;
	border-bottom: dotted 1px #ccc;
}

#firstRow td.abstract {
    width: 495px;
	padding: 6px;
	font-size:  9pt;
	border-bottom: dotted 1px #ccc;
	border-top: dotted 1px #ccc;
}

td.gotoDetail {
    width: 60px;
	padding: 6px;
	font-size:  8pt;
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
}

#firstRow td.gotoDetail {
    width:  60px;
	padding: 6px;
	font-size:  8pt;
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	border-top: dotted 1px #ccc;
}

img.screensnap {
    float: right;
	border: dotted 1px #023c59;
	padding: 3px;
	margin: 2px 0 12px 0;
}

div.imageCaption {
    text-align: center;
	padding: 9px 0 0 0;
	font-size:  8pt;
	font-weight: normal;
}

span.draft {
    background-color: #c03;
    color: #fff;
    padding: 0 3px 1px 3px;
    font-weight: bold;
    vertical-align: super;
    font-size: 112%;
    /* font-variant: small-caps; */
}
