BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
}

TD.display{
	font-size : smaller;
	vertical-align: top;
	line-height : 1.5em;
}

TD.imageMenu{
	font-size : smaller;
	text-align: center;
	font-variant : small-caps;
}

SPAN.smallCapsNumber{
	font-size : smaller;
}

TD.imageMenuTitle{
	font-size : smaller;
	font-variant : small-caps;
	font-weight : bold;
}

TD.bottomLine{
	font-size : smaller;
	font-variant : small-caps;
	padding-bottom : 2px;
}

.ff{
	font-variant : small-caps;
}


A.dash:LINK {
	color : Black;
	text-decoration : none;
	border-bottom : 1px dashed Red;
}

A.dash:ACTIVE {
	color : Red;
	text-decoration : none;
	border-bottom : 1px dashed Red;
}

A.dash:HOVER {
	color : Red;
	text-decoration : none;
	border-bottom : 1px dashed Silver;
}

A.dash:VISITED {
	color : Black;
	text-decoration : none;
	border-bottom : 1px dashed Black;
}


