.RightLeftDottedLine {
	border-left-style: dotted;
	border-left-color: #E5E5E5;
	border-left-width: thin;
	border-right-style: dotted;
	border-right-color: #E5E5E5;
	border-right-width: thin;
}

.RightDottedLine {
	border-right-style: dotted;
	border-right-color: #E5E5E5;
	border-right-width: thin;
}
.BottomDottedLine {
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	border-bottom-width: thin;
}
a:link {
	text-decoration: none;
}
.LeftLinkColour {
	color: #666666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

