body, td, li	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}	

a:link, a:visited {
	color:#6C0089;
	text-decoration: none;
}

a:hover {
	color:#FFd73a;
	text-decoration: none;	
}

FORM.tb {
	display:inline;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 5px;
	/* border:1px solid #000000; */
}

.purple {
	background-color: #52006b;
}

.yellow {
	background-color: #FFd73a;
}


.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}

.yellowheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #Feea63;
}

.yellowheader a:link, .yellowheader a:visited	{
	color:#FFFFFF;
}
.yellowheader a:hover	{
	color:#Feea63;
}