/* Example style sheet file (note how this comment was created) */

BODY	{background: url('../_img/bgr2c.gif') black;         
	 font-family: Arial, Helvetica
	 margin-top: 20}

A:link    { color: #CCCCCC }      /* unvisited links */
A:visited { color: #CCCCCC }     /* visited links */
A:active  { color: #CCCCCC }   /* active links */

P    { font: 10pt Arial; text-indent: 0in }

td { font-family: Arial, Helvetica }

input.textfield1
	{
	background-color: #C0C0C0;
	border: none;
	font-size: 15px;
	font-family: "Arial, Helvetica";
	font-weight: bold;
	color: red;
	}
