
/******************************************************/
/* This is the div that contains Categories and Title */
/******************************************************/

.MainTitles

{
	font-weight: bold;
	font-size: larger;
	color: #405888;
	border-bottom: dashed 1px #b91619;
}

/******************************************************************/
/* This is the div that contains Created, Modifed and Read Titles */
/******************************************************************/

.SubTitles
{
	font-style: italic;
	font-size: 9pt;
	background-color: #f5f5f5;
	border: 1px solid #ccc; border-top: 0;
	width: inherit auto;
	color: #666;
}

/***********************/
/* The ReadCount Label */
/***********************/

.ReadCount
{
	color: #cc0000;
	font-weight: bold;
	font-style: normal;
}


/*********************************************/
/* The div that contains the document itself */
/*********************************************/

mainDoc
{
	width: inherit auto;
}
