<!--
    
   	INPUT    {font-family: Tahoma;font-size: 9pt;}
	TEXTAREA {font-family: Tahoma;font-size: 9pt;}
-->


#header  {
	font-size : 14pt;
	font-weight : bold;	
	font-family : Tahoma,Verdana,Helvetica;
}

#text  { 
    font-size: 9pt; 
    font-family: Tahoma,Verdana, Helvetica; 
} 

#bold  { 
    font-size: 9pt; 
    font-family: Tahoma,Verdana, Helvetica; 
	font-weight : bold;
} 

#button  {
	font-size : 9pt;
	font-weight : bold;
	font-family : Tahoma,Verdana,Helvetica;
	text-decoration : none;
}

#label, .label {
	font-size : 9pt;
	font-weight : bold;
	font-family : Tahoma,Verdana,Helvetica; 
	margin-top: 10; 	
	margin-bottom: 0;    
}


/* styles that can be uploaded by client*/


H1 {                             
   font-size : 14pt;
	font-weight : bold;
	font-family : Verdana,Helvetica;
	text-decoration : none;
}


H2 {                             /*secondary header*/
   font-size : 11pt;
	font-weight : bold;
	font-family : Verdana,Helvetica;
	text-decoration : none;
}

body {                             /*body text*/
   font-size : 9pt;
	font-family : Tahoma;
	text-decoration : none;
	background-color: transparent;
	text-align: center;
}


p  {                             /*paragraph text*/
   font-size:  9pt;
   font-family: Tahoma;
}

td  { 
   font-family: Tahoma; 
   font-size: 9pt;
   color: #000000;
    }

td.medheader  {
	font-size : 11pt;
	font-weight : bold;	
	font-family : Tahoma;
	vertical-align: top;
}

td.smallheader  {
	font-size : 10pt;
	font-weight : bold;	
	font-family : Tahoma;
	vertical-align: top;
}

td.regulartext  { 
    font-size: 9pt; 
    font-family: Tahoma; 
} 

a:link {
	font-size : 9pt;
	font-weight : underline;	
	font-family : Tahoma;
	color: blue;
}

a:hover  {
	font-size : 9pt;
	font-weight : underline;	
	font-family : Tahoma;
	color: red;
}

   
   
#redbold  { 
    font-size: 9pt; 
    font-family: Tahoma
    font-color: #FF0000;
	 font-weight : bold;
} 

#small  {
	font-size : 8pt;
	font-family : Tahoma;
}

#bigtext  {
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma;
}

#biglabel {
   font-size: 14px;
   font-weight: bold;
   font-family: Tahoma;
}

#buttonPrimary  {
	font-size: 1em;
	font-family: Tahoma;
	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: Tahoma;
	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 : Tahoma;
	font-color:#3366CC;
   margin-left: 20;	
}