BODY
{
	background-color : #3E9B90;
	font-family: Arial;
	color: White;
}

/*a:link {color: #FF0000}*/     /* unvisited link */
/*a:visited {color: #00FF00}*/  /* visited link */
/*a:hover {color: #FF00FF}*/   /* mouse over link */
/*a:active
{
	color:White;
}*/

a
{
	color: Yellow;
}

.TekLogo
{
	font-family: Arial Black, Broadway, Sans-Serif;
	font-weight :bolder;
	font-size: 24pt;
	color: white;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=1);
    position:absolute;
}

.TalkTasteTitle
{
	left:75px;
	color: White;
	font-family: Times New Roman;
	font-size: 24pt;
	font-weight: bolder;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=1);
	position:absolute;
	top:21px;
}

.FieldErrorMessage
{
	color : Yellow;
	font-weight : bold;
}

.EmailErrorMessage
{
	color : #009;
	font-weight: bold;
}

.HidePanel
{
	display:none;
	visibility:hidden;
}

.ShowPanel
{
	display:block;
	visibility:visible;
}
