body {
	background-color: #fff;
	color: #333;
	margin: 10px 6px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
a {	color: #1791CE; }
a:visited {	color: #58A7CE; }
a:active { color: #999; }
a:hover { background: #E1F0F9; }
div#jrlogo {
	height: 69px;
	width: 16%;
	position: absolute;
	text-align: center;
}
div#jrlogo img { border: none; }
div#head {
	height: 70px;
	margin-bottom: 10px;
}
div#head div#info {
	width: 83%;
	float: right;
	margin-top: 13px;
	margin-right: 10px;
}
div#head div#info p {
	width: 100%;
	color: #1791CE;
	text-align: right;
	padding: 2px 5px 4px 5px;
	margin: 2px;
	font-size: 11px;
}
div#head div#info p.first {
	border-bottom: 1px solid #1791CE;
}
#info a, #info a:visited, #info a:active { text-decoration: none; color: #1791CE; }
#info a:hover { text-decoration: underline; }
div.row1 {
	border-bottom: 1px dashed #8BC8E6;
}
div.section {
	width: 13%;
	float: left;
	text-transform: uppercase;
	padding: 8px;
	margin-top: 2px;
	text-align: right;
	color: #1791CE;
}
div.txtfull {
	width: 83%;
	float: left;
	padding: 8px;
}
div.txt {
	width: 68%;
	float: left;
	padding: 8px;
}
div.time {
	width: 12%;
	float: left;
	padding: 8px;
}

div ul, div ul li, div p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div ul li, div p {
	padding: 2px;
}

div ul li {
	padding-left: 10px;
	background-image: url(bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

p.job {
	font-style: italic;
}
acronym { border-bottom: 1px dotted #ddd; }
abbr { border-bottom: none; }