

/*    -----------------------   Submenu   -----------------------   */  

#submenu  {
	font: normal 14px/16px arial, verdana;
	color: #FFFFFF;
	margin: 10px 0px 20px 0px;
	text-align: center;
	text-decoration:none;
}
 #submenu a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}
 #submenu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/*    -----------------------   Footer   -----------------------   */  

#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}
 #copyright a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}
 #copyright a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}