/* styles that can be uploaded */

H1 {                             
   font-size : 14pt;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
}

H2 {                             
   font-size : 11pt;
	font-weight : bold;
	font-family : Arial;
	text-decoration : none;
}

body {
   font-family: Arial;
   font-size: 9pt;
   background: #f2f2f2;
}

p  {                             
   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: #0093c3;
	text-decoration: none;
}

a:hover  {
	font-size : 9pt;
	font-weight : underline;	
	font-family : Arial;
	color: #0093c3;
	text-decoration: none;
}
  
#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: #003F87;
	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;
}
