.defaultrow {
		font-size : 11px;
		font-family : verdana, arial, helvetica, geneva;
		font-style : normal;
		color : #000066;
}

.titlerow 
		{								
		font-weight: bold !important;
		background-color: #DCDCDC !important ;
		}

.titledaterow 
		{						
		font-weight: bold !important;
		color : #333333 !important;
		background-color: #DCDCDC !important;
		}		
		
.subjectrow 
		{								
		background-color: White;
		}
		
.downloadrow 
		{						
		font-style : italic !important; 		
		}		
		
.privaterow 
		{
		font-style : italic !important; 
		color: Red !important; 
		}		
		
.pagenavigator 
		{								
		background-color: #DCDCDC !important ;
		}	

.pageresults 
		{								
		background-color: #F5F5F5 !important ;
		}				
			
// Link

a
	{
	font-size		: 11px;
	font-family		: verdana, arial, helvetica, geneva;
	font-weight		: bold;
	text-decoration : none;
	color			: #666666;
	}
a:link
	{
	font-size		: 11px;
	font-family		: verdana, arial, helvetica, geneva;
	font-weight		: bold;
	text-decoration : none;
	color			: #666666;
	}
a:visited
	{
	font-size		: 11px;
	font-family		: verdana, arial, helvetica, geneva;
	font-weight		: bold;
	text-decoration : none;
	color 			: #666666;
	}
a:active
	{
	font-size		: 11px;
	font-family		: verdana, arial, helvetica, geneva;
	font-weight		: bold;
	text-decoration : underline;
	color 			: red;
	}
a:hover
	{
	font-size		: 11px;
	font-family		: verdana, arial, helvetica, geneva;
	font-weight		: bold;
	text-decoration : underline;
	color 			: #524A94;
	}