        body			{font-family: Arial, Helvetica, sans-serif;}

	textarea.InpArea	{font: 8pt "Arial"}
	input.CFinder		{font: 8pt "Arial"}
	select.CFinder		{font: 8pt "Arial"}
	input.InpArea		{font: 8pt "Arial"}
	select.InpArea		{font: 8pt "Arial"}
	input.ID		{font: 8pt "Arial"}
	select.ID		{font: 8pt "Arial"}
	textarea.ID		{font: 8pt "Arial"}

	a.SLink:link	{COLOR: #000080;
			 TEXT-DECORATION: none}
	a.SLink:visited	{COLOR: #000080;
			 TEXT-DECORATION: none}
	a.SLink:hover	{COLOR: #000080;
			 TEXT-DECORATION: underline}
	a.SLink:active	{COLOR: darkblue;
			 TEXT-DECORATION: none}

	input.longbutton{font: 8pt "Arial";
			 WIDTH: 170;
			 COLOR: black;}

	input.button	{font: 8pt "Arial";
			 WIDTH: 70;
			 COLOR: black;}

div.around-button {
     margin: 10px 10px 10px 0px

}

 .button_blue {
      background-color: #dedede;
      border: 1px solid #bebebe;
      color: #333333;
      padding: 4px 4px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: normal;
      margin: 1px 1px;
      cursor: pointer;
      width: 170px;
}

 .button_green {
      background-color: #0066cc;
      border: 1px solid #666666;
      color: white;
      padding: 10px 20px;
      text-align: left;
      text-decoration: none;
      display: inline-block;
      font-size: normal;
      margin: 2px 2px;
      cursor: pointer;
}

