/* CSS Document */

#header
{
	background: url(graphics/top-bg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#header a
{
	text-decoration:none;
	color:#000000;
}

#header a:hover
{
	text-decoration: underline;
	color:#000000;
}

#topmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	padding: 3px;
	letter-spacing:1px;
}

#topmenu a
{
	text-decoration:none;
	color:#ffffff;
}

#topmenu a:hover
{
	text-decoration: underline;
	color:#ffffff;
}

#search
{
	padding: 0 8px 0 0;
	text-decoration: underline;
	color:#ffffff;
}

input.first 
{
	height:14px;
}

#footer
{
	background-color:#DAE8D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#footer a
{
	text-decoration:none;
	color:#000000;
}

#footer a:hover
{
	text-decoration: underline;
	color:#000000;
}


