a {
	text-decoration: none;
	color: #000000;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; text-decoration: underline; }

body, td {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.horisontalline {
	background-image: url(./images/dot.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.verticalline {
	background-image: url(./images/dot.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.outlined {
	border: 1px solid #000000;
}
