.normal
{
  font-family:Arial; 
  font-size:10pt; 
}

.heading, .heading td
{
  font-family:Arial; 
  font-size:10pt; 
  font-weight:bold;
}

.heading_big
{
  font-family:Arial; 
  font-size:12pt; 
  font-weight:bold;
}

.on_special
{
  font-family:Arial; 
  font-size:8pt; 
  font-weight:bold;
  color:red;
}

.title
{
  font-family:Arial; 
  font-size:14pt; 
  font-weight:bold;
}

.small, .smallb 
{
  font-family:Arial; 
  font-size:8pt; 
}

.smallb 
{
  font-weight:bold;
}


a:link
{
	font-family: Arial;
}

a:visited
{
  font-family: Arial;
}

a:active
{
  font-family: Arial;
}

body
{
  font-family: Arial, Verdana;
  font-size: 9pt;
}

td
{
  font-family: Arial, Verdana;
  font-size: 9pt;
}


.heading_large
{
	font-family: Arial, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #510E0D;
}

.sub_heading
{
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #6F0A08;
}


.footer
{
  font-family: Arial, Verdana;
  font-size: 8pt;
  color: #808080;
}

.small_bold
{
  font-family: Arial, Verdana;
  font-size: 8pt;
  font-weight: bold;
}

.small_grey
{
  font-family: Arial;
  font-size: 8pt;
  color: #808080;
}

.form_control
{
  font-family: Arial, Verdana;
  font-size: 8pt;
}
 
.button_bold
{
  font-family: Arial, Verdana;
  font-size: 8pt;
  font-weight: bold;	
}

#identifiers_table { 
  width: 100%;
}

#identifier_table td:first-child {
  width: 25;
}

#identifiers_table input[type="text"] {
  width: 100%;
}