	.body {
		margin: 0px;
		background: #721a1a url(/images/monaco-background.jpg) repeat-x;	
		scrollbar-face-color:#7c1c1c; 
		scrollbar-arrow-color:#fff; 
		scrollbar-track-color:#671212; 
		scrollbar-shadow-color:#fff; 
		scrollbar-highlight-color:''; 
		scrollbar-3dlight-color:''; 
		scrollbar-darkshadow-Color:''; 
	}
	h3 
	{
		font-weight: bold;
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}
	
	.topMenuLink 
	{
		font-weight: bold;
		font-size: 8pt;
		font-family: "Arial Bold", Arial;
		color: #631919;
		text-decoration: none;
	}
	.aboutArea:hover {
		color: #491010;
	}
	.bottomLink 
	{
		font-weight: normal;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #631919;
		text-decoration: none;
	}
	.bottomLink:hover {
		text-decoration: underline;
	}
	.bottomText 
	{
		font-weight: normal;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif ! important;
		color: #631919;
	}
	.fillField1 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #868686;
	}
	.fillField2 {
		text-align: right;
	}
	#lblPageTitle 
	{
		font-weight: bold;
		font-size: 13pt;
		font-family: Arial ! important;
	}
	#lblFirmName 
	{
		font-weight: normal;
		font-size: 14pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	#ContentArea 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}
	.ContactUs 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}
	p, li, span, font, div 
	{
		font-weight: normal;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif ! important;
		color: #000;
	}
	.articleLink 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
	}
	.articleLink:hover, .specialReportLink:hover {
		color: #326eb1;
		text-decoration: underline;
	}
	.etcTotal {
		text-align: right;
	}
	.HomePageModule {
		width: 222px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.HomePageLinkCell {
		
	}
	.HomePageLink 
	{
		font-weight: bold;
		font-size: 10pt;
		font-family: Arial;
		color: #000;
		text-decoration: none;
	}
	.HomePageLink:hover {
		text-decoration: underline;
	}
	.HomePageDescription 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
	}
	.HomePageDescription:hover {
		text-decoration: underline;
	}
	.GraphicPage {
		border: none;
	}
	.prevPosts 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #00122b;
		text-decoration: none;
	}
	.prevPosts:hover {
		text-decoration: underline;
	}
	.blogTable {
		width: 475px;
	}
	.blogContent 
	{
	    width: 300px;
	}
	.blogLinks 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #00122b;
		text-decoration: none;
	}
	.blogLinks:hover {
		text-decoration: underline;
	}
	.blogPermanentLink 
	{
		font-weight: normal;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #9c9b9b;
		text-decoration: none;
	}
	.blogPermanentLink:hover {
		text-decoration: underline;
	}
	.arcYear 
	{
		font-weight: normal;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
	}
	.arcYear:hover {
		text-decoration: underline;
	}
	.arcMonth 
	{
		font-weight: normal;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		margin-left: 10px;
		text-decoration: none;
	}
	.arcMonth:hover {
		text-decoration: underline;
	}
	.arcArticle 
	{
		font-weight: normal;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		margin-left: 25px;
		text-decoration: none;
	}
	.arcArticle:hover {
		text-decoration: underline;
	}
	.rssFeed 
	{
		font-weight: bold;
		font-size: 9pt;
		font-family: "Times New Roman", Times, serif ! important;
		letter-spacing: 0px;
		color: #1a2242;
		margin-top: 5px;
		margin-bottom: 5px;
		text-decoration: none;
	}
	.rssFeed:hover {
		color: #000;
	}
	.etcTable {
		width: 500px;
	}
	#ctl00_lblSEO_firm_description 
	{
		font-style: italic;
	}

#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background: url(/images/overlay.gif);
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}
	
#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 100px;
	
	width: 450px;
	background-color: #FFFFFF;
	
	z-index: 2000;
}

#Calling 
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 100px;
	
	width: 450px;
	background-color: #FFFFFF;
	
	z-index: 2010;
}

.PageTitle 
{
     font-weight: bold;
     font-size: 13pt;
     font-family: 'Times New Roman', Times, serif;
     margin-left: 20px;
}


#navcontainer 
{	
	margin-left: auto;
	margin-right: auto;
	width: 241px;	
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li 
{
	margin: 0px;
}

#navcontainer a
{
	cursor: pointer;
	font-weight: bold;
	font-size: 9pt;
	font-family: "Arial Bold" ! important;
	letter-spacing: 0px;
	color: #efe7af;
	text-decoration: none;	
	display: block;
	padding: 4px 0px 6px 30px;	
	width: 211px;	
}

#navcontainer a:hover
{
	color: #631919;	
}

#navcontainer .topline 
{	
	border-top: solid 2px #f0e6a8;
	height: 17px;
	background: url(/images/menu-nonhover.jpg) no-repeat;
}

#navcontainer .topline:hover 
{
	border-top: solid 2px #f0e6a8;
	background-image: none;
	background-color: #cbc28b;
}

#navcontainer .top_bottomline 
{
/*	border-top: solid 2px #f0e6a8;
	border-bottom: solid 1px #f0e6a8;*/
	border-top: solid 2px #f0e6a8;
	height: 17px;
	background: url(/images/menu-nonhover.jpg) no-repeat;
}
#navcontainer .top_bottomline:hover 
{
	background-image: none;
	background-color: #cbc28b;
}

#navcontainer .subitem a
{
	display: block;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial ! important;
	color: #000;
	text-decoration: none;	
	padding: 5px 0px 5px 12px;
	height: 17px;
	width: 229px;
	background-image: none;
	background-color: #f0e6a8;
}

#navcontainer .subitem:hover 
{	
	background-image: none;	
}

#navcontainer .subitem a:hover 
{
	background-color: #d3ca91;
	text-decoration: underline;
}