@import url("form.css");
/* GLOBAL LINKS */
a	{
	text-decoration: none;
	color: 504E5D;

	}
a:hover	{
	text-decoration: none;
	color: #999999;

	}
/* Grey SCROLLBAR */
body	{
	scrollbar-face-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #C9C8B8;
	}
/* FONTS */
font	{
	font-family: arial, helvetica;
	}
.11px	{
	font-size: 10px;
	}
.10px	{
	font-size: 10px;
	}
.BodyText
	{
	font-size: 10px;
	}
/* USER FORM FIELDS */

input

            {
	background: #E3E2EA;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;

input
	{
	background-image: url(/images/input_bg.gif);
	}
select	{
	background: #;
	}
.EnterRadio
	{
	background-image: url(/images/pix.gif);
	}
textarea
{
	background-image: url(/images/);
	}
