<!--
   
   INPUT    {font-family: Arial;font-size: 9pt;}	
	TEXTAREA {font-family: Arial;font-size: 9pt;}

-->


table.label {
  margin-left: 10;
  margin-right: 20;
  border-collapse: collapse;
  

}
table.label th {
 text-align : left
 padding : 2px;
 font-size : 14pt;
 font-family : Arial,Verdana,Helvetica; color:#003F87;
 border-width : 1px;
 border-spacing : 2px;
 border-style : outset;
 border-color : #C0C0C0; 
 border-collapse : separate;
 letter-spacing : 0.1cm
 //background-image: url(images/toolbar/barFFFFFF.jpg); 
 
}
table.label td {
 font-size : 10pt;
 font-weight : 500;
 font-family : Arial,Verdana,Helvetica; color:#111111;
 margin-left : 20;
 
}
#header  {
	font-size : 14pt;
	font-weight : bold;
	font-family : Arial,Verdana,Helvetica;
}

#text  { 
    font-size: 9pt; 
    font-family: Arial,Verdana, Helvetica; 
} 

#bold  { 
    font-size: 9pt; 
    font-family: Arial,Verdana, Helvetica; 
	font-weight : bold;
} 

#button  {
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial,Verdana,Helvetica;
	text-decoration : none;
}

#label, .label {
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial,Verdana,Helvetica; 
	margin-top: 10; 	
	margin-bottom: 0;    
}



H1 {                             
   font-size : 14pt;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
	
}


H2 {                             /*secondary header*/
   font-size : 11pt;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
	
}


body {
   font-family: Arial;
   font-size: 9pt;
}


p  {                             /*paragraph text*/
   font-size:  9pt;
   font-family: arial;
}

td  { 
   font-family: Arial; 
   font-size: 9pt;
   color: #000000;
    }

td.medheader  {
	font-size : 11pt;
	font-weight : bold;	
	font-family : arial;
	vertical-align: top;
}

td.smallheader  {
	font-size : 10pt;
	font-weight : bold;	
	font-family : arial;
	vertical-align: top;
}

td.regulartext  { 
    font-size: 9pt; 
    font-family: Arial; 
} 



a:link  {
	font-size : 9pt;
	font-weight : underline;	
	font-family : Arial;
	color: blue;
}

a:hover  {
	font-size : 9pt;
	font-weight : underline;	
	font-family : Arial;
	color: blue;
}
  
   
#redbold  { 
    font-size: 9pt; 
    font-family: Arial;
    color: #FF0000;
	 font-weight : bold;
} 


#small  {
	font-size : 8pt;
	font-family : arial;
}

#bigtext  {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
}

#biglabel {
   font-size: 14px;
   font-weight: bold;
}

#buttonPrimary  {
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #585858;
	border: 1px solid #CCC;
	border-top-color: #EEE;
	border-right-color: #404040;
	border-bottom-color: #404040;
}

#buttonSecondary  {
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #CCC;
	border-top-color: #EEE;
	border-right-color: #404040;
	border-bottom-color: #404040;

}

#smallinstructions  {
	font-size : 8pt;
	font-family : Arial;
	color:#3366CC;
   margin-left: 20;	
}