/* main object setup */
body,td,textarea,select
{ 
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
}

input
{
	color: 6E814F;
	font-size: 20px;
	
	/*border=2;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px; 
	border-right-width: 1px;
	
	border-bottom-color: BDCAAB;
	border-top-color: BDCAAB;
	border-left-color: BDCAAB; 
	border-right-color: BDCAAB;*/
}

A:link, A:visited
{
	color: #688140;
	text-decoration: underline; 
}

A:hover
{
	color: #688140; 
	text-decoration: underline;
}

/* footer setup */
.footer
{ 
	color: #688140; 
}

.footer:link, .footer:visited
{ 
	color: #688140; 
	text-decoration: underline; 
}

.footer:hover 
{ 
	color: #688140;
	text-decoration: underline;
}

/* misc. setup */
.error
{
	font-weight: bold;
	color: #5B5B5B;
}

.message
{
	font-weight: bold;
	color: #5B5B5B;
}