@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	line-height: 140%;
	text-align:justify;
}

.title {
	font-size: 24px;
	font-weight: 800;
}

.subtitle {
	font-size: 14px;
	font-weight: 800;
}

.white {
	 font-size: 10px;
     color: #FFF;
}



a:link { color: #A58E3C; font-weight: 700; border: 0px; text-decoration: none;}
a:active {color: #A58E3C; font-weight: 700; border: 0px; text-decoration: none;}
a:visited { color: #666; font-weight: 700; border: 0px; text-decoration: none;}
a:hover	{ color: #A58E3C; font-weight: 700; border: 0px; text-decoration: none;} 
a:focus { outline: none; font-weight: 700; text-decoration: none;}
.clear { clear: both; }

