body           		{
		             background-color: white; 
					 font-family: verdana, arial, helvetica; 
					 font-size: 11px; 
					 color: #000000;
					 margin-top:0px;
					 margin-bottom:0px;
					 margin-left:0px;
					 margin-right:0px
					}
div					{
					 font-family: verdana, arial, helvetica; 
					 font-size: 10px; 
					}
td             		{font-size: 11px}
input               {font-size: 11px}




a:link, a:visited   {text-decoration:none; color:#1B5993}
a:hover				{text-decoration:underline; color:#6290BB}
a:active			{text-decoration:none; color:red}




.small         		{font-size: 10px}
.x_small       		{font-size:  9px}
.large         		{font-size: 20px; font-weight: bold}
.x_large       		{font-size: 36px; font-weight: bold}
.bold          		{font-weight: bold}


.red				{color:#AC0000}
.bg_red				{background-color:#AC0000}
.light_blue			{color:#9CCFFF}
.bg_light_blue		{background-color:#9CCFFF}
.bright_blue        {color:#366CA3}
.bg_bright_blue     {background-color:#366CA3}
.blue      			{color:#1B5993}
.bg_blue   			{background-color:#1B5993}
.black              {color:black}
.bg_black 			{background-color:black}
.yellow             {color:#FBFEA6}
.bg_yellow          {background-color:#FBFEA6}
.light_gray    		{color: #EEEEEE}
.bg_light_gray  	{background-color: #EEEEEE}
.dark_gray 			{color:#989898}
.bg_dark_gray 		{background-color:#989898}
.white         		{color: #ffffff}
.bg_white           {background-color: #ffffff}
.brown              {color:#747351}
.bg_brown           {background-color:#747351}
.light_brown		{color:#C9C8A6}
.bg_light_brown     {background-color:#C9C8A6}
.purple				{color:#944081}
.bg_purple			{background-color:#944081}
.green				{color:#4BA700}
.bg_green			{background-color:#4BA700}
.orange				{color:#E54700}
.bg_orange			{background-color:#E54700}

.brown_form         {color:#747351; font-size:10px}
