	body, table, div, p
		{
			font-family: "Trebuchet MS";
			font-size: 14px;
		}

	a.footerlinks
		{
			color: #B3D411;
			font-family: "Trebuchet MS";
			font-size: 11px;
			text-decoration: none;
		}

	a.footerlinks:hover
		{
			color: #B3D411;
			font-family: "Trebuchet MS";
			font-size: 11px;
			text-decoration: underline;
		}

	td.button
		{
			background-image: url('./images/button.gif');
			height: 29px;
			width: 145px;
		}

	a.button
		{
			font-family: "Trebuchet MS";
			font-size: 11px;
			color: #B3D411;
			font-weight: bold;
			text-decoration: none;
		}

	a.button:hover
		{
			font-family: "Trebuchet MS";
			font-size: 11px;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: underline;
		}

	a
		{
			color: #000000;
			font-family: "Trebuchet MS";
			font-size: 11px;
		}

	a:hover
		{
			color: #000000;
			font-family: "Trebuchet MS";
			font-size: 11px;
		}

	input
		{
			color: #000000;
			border: 1px dotted #000000;
			background-color: #FFFFFF;
			font-family: "Trebuchet MS";
			font-size: 11px;
		}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E514D4;
color: #000000;
}

div.cat
{
background-image: url('./images/cat_bg.PNG');
border: 1px solid #000000;
font-family: "Trebuchet MS";
font-size: 11px;
font-weight: bold;
padding: 10px;
}

a.cat
{
text-decoration: none;
color: #000000;
display: block;
}

a.cat:hover
{
text-decoration: underline;
color: #404040;
display: block;
}
