a {
	color: 333333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #818181;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


body, td {  
	font-size: 8pt; color:#333333;
}

form,  input, textarea, select { 
	font-size: 8pt;
}

p {
line-height : 140%;
}

.stand {
text-align : justify;
}



