#content, #content td
{
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	/* text-align: justify; */
	line-height: 18px;
}
#content a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover
{
	color: #FFCC00;
}
#menu
{
	color: white;
}
.menuitem
{
	color: white;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	width: auto;
	font-weight: bold;
}
.menuitem:hover
{
	color: #E5ECF2;
}
.bannerline, .bannerline a
{
	color: black;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.bannerline a:hover
{
    text-decoration: white;
	text-decoration: underline;
}
.headline, .headline a
{
	color: black;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.headline a:hover
{
	text-decoration: underline;
}
#content img
{
	border: solid 1px black;
}

