/* CSS Document */
		.menux {
			text-decoration: none;
			font-family: verdana;
			font-weight: bold;
			font-size: 12px;
			color: #ffffff;
			border-right-color: gray;
			border-right-style: groove;
			border-right-width: 2px;
			border-left-width: 0px;
			border-top-width: 0px;
			border-bottom-width: 0px;
			height: 23px;
			/*width: 120px;*/
			padding-top: 4px;
		}
		a.menu:link{
			text-decoration: none;
			font-family: verdana;
			font-size: 12px;
			color: #cc8f37;
			border-right-color: gray;
			border-right-style: groove;
			border-right-width: 2px;
			border-left-width: 0px;
			border-top-width: 0px;
			border-bottom-width: 0px;
			height: 23px;
			background-image: url(fundo1.jpg);
			/*width: 120px;*/
			padding-top: 4px;
		}
		a.menu:visited{
			text-decoration: none;
			font-family: verdana;
			font-size: 12px;
			color: #cc8f37;
			border-right-color: gray;
			border-right-style: groove;
			border-right-width: 2px;
			border-left-width: 0px;
			border-top-width: 0px;
			border-bottom-width: 0px;
			height: 23px;
			/*width: 120px;*/
			background-image: url(fundo1.jpg);
			padding-top: 4px;
		}
		a.menu:hover {
			text-decoration: none;
			height: 23px;
			/*width: 120px;*/
			background-image: url(sombra_menu.gif);
			color: red;
		}

		a.roxa:link{
			text-decoration: none;
			font-family: verdana;
			font-size: 11px;
			color: #a40035;
			font-weight: bold;
			}
		a.roxa:visited{
			text-decoration: none;
			font-family: verdana;
			font-size: 11px;
			color: #a40035;
			font-weight: bold;
			}
		a.roxa2:link{
			text-decoration: none;
			font-family: verdana;
			font-size: 11px;
			color: #800080;
			}
		a.roxa2:visited{
			text-decoration: none;
			font-family: verdana;
			font-size: 11px;
			color: #800080;
			}
/*
		a.roxa:hover {
			text-decoration: none;
			color: red;
			font-weight: bold;
			}
		a.roxa2:hover {
			text-decoration: none;
			color: red;
			}
*/

		.minormini {
			font-family: Verdana;
			font-size: 9px;
			text-align: center;	
			}
		.minor {
			font-family: Verdana;
			font-size: 10px;
			text-align: center;	
			}
		.minorXL {
			font-family: Verdana;
			font-size: 11px;
			text-align: center;	
			}
