a:link, a:visited, a:active
{
  font-family: Verdana;
  font-size: 9pt;
  color: #006F4F;
  /*text-decoration: none;	
  font-weight: bold; */
}

a.right:link, a.right:visited, a.right:active
{
  font-family: Arial;
  font-size: 8pt;
  color: #006F4F;
  /*text-decoration: none;	
  font-weight: bold; */
}

a.white:link, a.white:visited, a.white:active
{
  font-family: Arial;
  font-size: 8pt;
  color: #ffffff;
  text-decoration: none;	
  /*font-weight: bold; */
}

a.white:hover
{
  font-family: Arial;
  font-size: 8pt;
  color: #ffffff;
  text-decoration: underline;	
}

a.green:link, a.green:visited, a.green:active
{
  font-family: Arial;
  font-size: 8pt;
  color: #5EE8C0;
}

body
{
  font-family: Verdana, Arial;
  font-size: 8.5pt;
  color: #000000;
}

td
{
  font-family: Verdana, Arial;
  font-size: 9pt;
  
}

.small_blocks
{
  font-family: Verdana, Arial;
  font-size: 8.5pt;

}

.green_bold
{
  font-family: Verdana, Arial;
  font-size: 8.5pt;
  font-weight: bold;
  color: #006F4F;
}

.page_heading
{
  font-family: Verdana, Arial;
  font-size: 13pt;
  font-weight: bold;
  color: #006F4F;
}


.footer
{
  font-family: Arial;
  font-size: 8pt;
  color: #5EE8C0;
  /*text-decoration: none;	
  font-weight: bold; */
}

hr 
{
  margin: 7px 0px 7px 0px;
  border-top: 1px solid #7F7F7F;
  /*border-bottom: 1px solid #CCCCCC;*/
  color: #CCCCCC;
  background-color: #CCCCCC;
  /*width: 99%;
  height: 4px;*/
}

.login_textbox
{
  font-family: Verdana, Arial;
  font-size: 8.5pt;
  color: #888888;
  height:19px;
  border-top:2px solid #A7A7A7;
  border-left:2px solid #A7A7A7;
  border-bottom:1px solid #CFCFCF;
  border-right:1px solid #CFCFCF;
/*border: 1px solid #CCCCCC;*/
}

.normal
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #000000;
  position: z-index: 1;	
}

.form_control
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #000000;
  position: z-index: 1;	
}


.form_control_arial
{
  font-family: Arial;
  font-size: 8pt;
  color: #000000;	
}

.form_control_verdana
{
  font-family: Verdana;
  font-size: 8pt;
  color: #000000;
}

input.btn{
   color:#fff;
   font-family:'Arial',helvetica,sans-serif;
   font-size:8.5pt;
   font-weight:bold;
   padding: 1px 1px 1px 1px;
   background-color:#00D396;
   border:1px solid #02694B;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#00D396',EndColorStr='#02694B');}
	  
input.btnhov{
   background-color:#02694B;
}