<style type="text/css">
font   {font-weight: bold
	font-family: Arial, helvetica, sans-serif;
       }
input  {font-family: Arial, helvetica, sana-serif;
	font-size: 12px;
       }
select {font-family: Arial, helvetica, sana-serif;
	font-size: 12px;
       }
textarea {font-family: Arial, helvetica, sana-serif;
	  font-size: 12px;
       }
a      {font-weight: bold
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
	color: BLUE
       }
.small	  {font-size: 10px; font-style: italic; color: black}
.smallnonItal
	  {font-size: 10px; color: black}
.regular  {font-size: 12px; color: black}
.regblue  {font-size: 12px; color: blue}

.regplus  {font-size: 14px; color: black}
.regplusbold {font-size: 16px; font-weight: bold; color: black}
.regplusarial {font-family: Arial; font-size: 14px; color: black}
.regbold  {font-size: 12px; 
	   font-weight: bold;
           color: black}
.regboldAR {font-family: Arial; font-size: 12px; 
	   font-weight: bold;
           color: black}

.big	  {font-size: 16px; color: black}
.bigbold  {font-family: Arial;
	   font-weight: bold;
	   font-size: 16px; color: black}
.verybig  {font-size: 24px; color: black}
.extrabig {font-weight: bold;
	   font-size: 72px;}
</style>