#menurow a {
	font-weight: bold;
	padding: 5px 6px;
	text-decoration: none;
	font-size: 12px;
}

#menurow a:hover {
	text-decoration: underline;
}

#menurow {
	font-family: Verdana;
	padding: 5px 10px 5px 10px;
}



#iconmenu {
	font-family: Courier New;
	padding: 5px 10px 5px 10px;
}
#iconmenu, #iconmenu a {
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#iconmenu a {
	text-decoration: none;
	padding: 5px 10px;
}

#iconmenu a:hover {
	text-decoration: underline;
}

#uppermenu {
	padding-left: 5px;
}

#uppermenu a, #uppermenu span {
	font-weight: bold;
	color: white;
	padding: 4px 6px;
}
#uppermenu a {
	text-decoration: none;
}

#uppermenu a:hover {
	text-decoration: underline;
}


.footer
{
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: white;
	font-size: 12px;
}

.footer a
{
	padding: 0 20px;
	text-decoration: none;
	color: white;
}

