/* CSS Document */

body {
	background-color: #374361;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	/* font-size: 1em; */
	/* margin: 2em; */
	/* text-align: justify;  */
}
body td {
	font-size: 12px;
}
body a {
	color: #D4535E;
	font-weight: normal;
	text-decoration: none;
}
body a:hover {
	color: #FBA546;
}

.titleHome {
	color: #C0BFBF;
	font-size: 14px;
}

h4 {
	color: #374361;
	font-weight: bold;
	font-size: 16px;
}

.hang { 
	text-indent: -3em; 
	margin-left: 3em; 
} 


/* FOOTER */
td.footer {
	font-size: 10px;
	color: #ffffff;
}
td.footer a {
	text-decoration: underline;
	color: #ffffff;
}