/* CSS Document */

.entryheadings {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	font-variant: smallcaps;	
}
.entrytitle {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
a.entrytitle:link {
	text-decoration: underline;
}
a.entrytitle:hover {
	color: red;
}
a.entrytitle:visited {
	text-decoration: none;
}

.entrysubmitter {
	font-family: arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
}
.entryname {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}
.entrycategory {
	font-family: arial;
	font-variant: smallcaps;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}
a.entrycategory:hover {
	color: red;
}
.date {
	position: absolute;
	left: 40px;
	top: 45px;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	
}
.categoryhead {
	position: absolute;
	left: 16px;
	top: 45px;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	
}
.hearprevious {
	position: absolute;
	right: 50px;
	bottom: -15px;
	padding-bottom: 5px;
}