/* new style Joana Chicau */

	@font-face {
	  font-family: Syne ;
	  src: url(Syne-Regular.ttf);
	}
	@font-face {
	  font-family: Dauphine ;
	  src: url(DauphineDings.ttf);
	}
	body {
	  font-family: Syne !important;	
	  font-size: 14pt !important;	
	  line-height: 20pt !important;	
	}
	a {
		 text-decoration-color:  #FF3333;
	}
	a:hover {
		color: #FF3333;
	  font-family: Dauphine !important;	
	  font-size: 16pt !important;	
	  line-height: 18pt !important;	
	  text-decoration: none;	
	}

/* original code */


td{
	font-size : 10px;
	font-family : Dauphine !important, sans-serif;
	vertical-align : top;
	color: #040404;
}
td.header{
	color : #FF3333;
}
td.bottom{
	vertical-align : bottom;
}
body{
	background-position : top left;
	background-repeat : no-repeat;
}
a{
	color : #040404;
}