	body {
		text-align: center;
		background-color: #fff;
	}
	td {
		color: #777;
		font-family: tahoma,arial,verdana;
		font-size: 11px;
	}
	th {
		color: #777;
		font-family: tahoma,arial,verdana;
		font-size: 11px;
		font-weight: bold;
	}	
	a {
		color: #318510;
		text-decoration: none;
	}
	a:hover {
		color: #67BD46;
	}
	.titulo {
		font-size: 17px;
		padding: 5 0 0 171;
	}
	.menu {
		font-size: 12px;
		font-weight: bold;
		padding-right: 12;
		line-height: 1.6;
	}
	TABLE.submenu {
		background-color:#F6F6F6;
		border-top: 1pt solid #318510;
		border-bottom: 1pt solid #318510;
	}
	TD.submenu {
		font-size: 12px;
		padding: 0 10 0 10;
		border-right: 1pt solid #318510;
	}

	INPUT.boton {
		border: 1px solid #318510;
		background-color:#F6F6F6;
		color: #318510;
		font-family: tahoma,arial,verdana;
   }
   
	INPUT.box {
		border: 1px solid #969696;
		font-family: tahoma,arial,verdana;
   }
   
   p {
   		margin-top: 5px;
   }