/* CSS Document */

td,p,div,table{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}

li,span{
	text-align: left;
}

a{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}

.spacer{
	font-size: 0px;
}