body {
	color: #7F7F7F;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #7F7F7F
}

a:hover {
	text-decoration: underline; 
	color: #7F7F7F
}
	
a:visited {
	text-decoration: none;
	color: #7F7F7F
}


.title{
	color: #7db84d;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-color: #7db84d;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 0px;
	border-top-width: 1px;
}

.framePagina {
	border-color: #7db84d;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
}

.frameSeparador {
	border-color: #7db84d;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.frameBox {
	border-color: #4D4D4D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}


.msgBoxText {
	color: #000000;
	font-weight: bold;
}

.fotoBorder {
	border-style: solid;
	border-width: 1px;
	border-top-color: #BFBFBF;
	border-left-color: #BFBFBF;
	border-right-color: black;
	border-bottom-color: black;
}

