div {
	text-align: justify;
}
.border {
	border: 1px solid #000000;
}

.dotted {
	border: 1px dashed #000000;	
}

.red {
	color: #FF0000;
}

td {
	font-size: 0.9em;
}

a {
	text-decoration: none;

	font-weight: bold;
	color: #4486C0;
}

a:visited {
	color: #4486C0;
}

a:active {
	color: #4486C0;
}
a:hover {
	text-decoration: underline;

}

.menulinks {
	color: #CCCCCC;
	font-size: 0.9em;
}

body {
	background: #FFFFFF;
	font-family: Arial;
}