.MainBody
{  
	line-height: 1.25;
	FONT-SIZE: 10pt; 
	COLOR: black; 
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif" 
	}
.BodyHeaderText
{
	font-size: 12pt;
	font-weight: bold;
	LINE-HEIGHT: 15pt; 
}
.MainHeaderText
{
	color: white;
	background-color: #0066ab;
	font-size: 10pt;
	font-weight: bold;
}

.JustBold
{
	font-weight: bold;
}

TD
{ 
	FONT-WEIGHT: 500; 
	FONT-SIZE: 8pt; 
	COLOR: black; 
	LINE-HEIGHT: 10pt; 
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" 
	}
	
.SideStyle
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	background-color: #c4d0ee;
	color: #000000;
	border-left: solid thin #336699;
}

A:link
{
	color: DimGray;	
	text-decoration: none;
}
A:active
{
	color: DimGray;
	text-decoration: none;
}
A:visited
{
	color: DimGray;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
.AlternateContentCell
{
	font: '12px Arial';
	color: Black;
	padding: 6px;
	background-color: gainsboro;
}

/* General link-style */
a.metanav
	{
		font-size : 10;
		font-variant: small-caps;
		text-decoration: none;
		font-weight: bold;
		padding: 3px;
		color: white;
	}
a.metanav:visited
	{	
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
a.metanav:hover
	{	
	color: red;
	text-decoration: none;
	font-weight: bold;
	}


