﻿body 
{
	background-color:#ffffff;
}
.menuunselected
{
	 font-family: Verdana;
	 font-style:normal;
	 color: #9F9995; 
	 font-size: 10pt;	
	 font-weight:bold;
}

.menuselected
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 10pt;
	font-weight:bold;	
}
.heading
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 12px;
}
.normal
{
	font-family: Verdana;
	font-style: normal;
	color: #9F9995; 
	font-size: 9pt;
	padding-bottom: 10px;
}
.normal_bold
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 9pt;
	padding-bottom: 10px;
	font-weight:bold;
}
.normal_bold_noPadding
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 9pt;
	font-weight:bold;
}
.normal_darkNotBold
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 9pt;

}
.labels
{
	font-family: Verdana;
	font-style: normal;
	color: #9F9995; 
	font-size: 9pt;
	padding-bottom: 4px;
}
.descriptions
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 9pt;
	font-weight:bold;
}
.link
{
	font-family: Verdana;
	font-style:normal;
	color: #767270; 
	font-size: 9pt;
	font-weight:bold;
	text-decoration:underline;
}
.small_bold
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 8pt;
	font-weight:bold;
}
.small_darkNotBold
{
	font-family: Verdana;
	font-style: normal;
	color: #767270; 
	font-size: 8pt;
}
.small_link
{
	font-family: Verdana;
	font-style:normal;
	color: #767270; 
	font-size: 8pt;
	text-decoration:underline;
}
.error
{
	font-family: Verdana;
	font-style: normal;
	color:Red; 
	font-size: 9pt;
}