
/*
#
#	stylesheet css file
#
*/

/*------------------------------------------------------------------------------------------------------*/

a.menu:active	{	color: #ffffff; text-decoration: underline;	font-weight: bolder; font-size: 100%;	}
a.menu:link		{	color: #ffffff; text-decoration: underline;	font-weight: bolder; font-size: 100%;	}
a.menu:visited	{	color: #ffffff; text-decoration: underline;	font-weight: bolder; font-size: 100%;	}
a.menu:hover	{	color: #ff0000; text-decoration: underline; font-weight: bolder; font-size: 100%;	}

input.marquee{
	height: auto; width: auto; left: auto; top: auto;
	border:1px solid #FF3333;
	background-color:#990000;
	font-size: 11px;
	font-weight:normal;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
}

