. ItemTitle {
	font-family:"Myriad Pro", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
}
. ItemAuthor {
	font-family:"Myriad Pro", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight:bold;
}
. ItemDate {
	font-family:"Myriad Pro", "Lucida Grande", sans-serif;
	font-size:12px;
	font-style:italic;
}
.ItemDescription {
	font-family:"Myriad Pro", "Lucida Grande", sans-serif;
	font-size:13px;
	font-style:normal;
	margin-top:5px;
	margin-bottom:6px;
	color:#666;
	background-color:#FFF;
	border: 0px none #FFF;
}

.ItemSeparator {
	border: 0px; /* FF,  Opera */
 border-top: solid 1px #000000;
 border-bottom: transparent;
}

a.ItemTitleLink:link    {
	color:#dc1218;
	text-decoration:none;
}
a.ItemTitleLink:visited { color:#dc1218; text-decoration:none; }
a.ItemTitleLink:hover   { color:#636065; text-decoration:underline; }
a.ItemTitleLink:active  { color:#dc1218; text-decoration:none; }


/* paging styles */
a.prevLink:link    { color:red; text-decoration:none; }
a.prevLink:visited { color:red; text-decoration:none; }
a.prevLink:hover   { color:#636065; text-decoration:underline; }
a.prevLink:active  { color:red; text-decoration:none; }
a.nextLink:link    { color:red; text-decoration:none; }
a.nextLink:visited { color:red; text-decoration:none; }
a.nextLink:hover   { color:#636065; text-decoration:underline; }
a.nextLink:active  { color:red; text-decoration:none; }
a.pageLink:link    { color:red; text-decoration:none; }
a.pageLink:visited { color:red; text-decoration:none; }
a.pageLink:hover   { color:#636065; text-decoration:underline; }
a.pageLink:active  { color:red; text-decoration:none; }


#pageDiv {
		font-family:"Myriad Pro", "Lucida Grande", sans-serif;
	font-size:10px;
}



