p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #660099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.dotblue {
	background-image:  url(grfx/dot_blue.gif);
	background-repeat: repeat-y;
}
.dotgreen {
	background-image:  url(grfx/dot_green.gif);
	background-repeat: repeat-y;
}
.dotorange {
	background-image:  url(grfx/dot_orange.gif);
	background-repeat: repeat-y;
}
.dotred {
	background-image:  url(grfx/dot_red.gif);
	background-repeat: repeat-y;
}
