.blank
{
}

body
{
	background-color:#FFFFFF;
}

.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

.darkerbasetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.solidtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;

}
.bigheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}

a.darker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

a.darker:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: underline;
}



/* USED FOR PRACTICE, NEWS, CLIENTS & RECRUITMENT MENUS *//* Used on popup menus */
a.MenuItem  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#999999;
	text-decoration: none;
	/*font-weight: bold;*/
}

/* USED FOR PRACTICE, NEWS, CLIENTS & RECRUITMENT MENUS *//* Used on popup menus */
a.MenuItem:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#999999;
	text-decoration: underline;
	/*font-weight: bold;*/
}

/* USED FOR PRACTICE, NEWS, CLIENTS & RECRUITMENT MENUS *//* Used on popup menus */
.MenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: bold;
	/*font-weight: bold;*/
}




/* USED FOR PROJECT PAGE - PROJECT TITLE *//* Used on popup menus */
a.SectorMenuItem  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*color: #999999;*/
	color:#999999;
	text-decoration: none;
}

/* USED FOR PROJECT PAGE - PROJECT TITLE *//* Used on popup menus */
a.SectorMenuItem:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*color: #999999;*/
	color:#999999;
	text-decoration: underline;
}

/* USED FOR PROJECT PAGE - PROJECT TITLE - ITEM SELECTED *//* Used on popup menus */
.SectorMenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}



a.PDFLink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#999999;
	text-decoration: none;
}

a.PDFLink:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666666;
	text-decoration: underline;
}

.box
{
	border: 1px solid #CCCCCC;
}

