.small {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration: none;
}
A.small:hover {
        color : Red;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : normal;
}
.link {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-decoration : underline;
}
A.link:hover {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.menu {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
	background-color : Black;
}
.menuselected {
	color : #F7941D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
	background-color : Black;
}
A.menu:hover {
	color : #015A9C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	background-color : Black;
}
.rightborder {
	background-image : url(images/menu-rt.jpg);
}
.rightshadow {
	background-image : url(images/shadow-right.jpg);
}
.bottomshadow {
	background-image : url(images/shadow-bottom.jpg);
}
.content {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}
.bold {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.red {
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.title {
        color : Black;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12pt;
	font-weight : bold;
}
.caption {
        color : Black;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 14pt;
	font-weight : bold;
}
.next {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
TD.solidblack {
	background-color : Black;
}
TD.underline {
	border-bottom : 1px solid Black;
}
TD.left {
	border-left : thin solid Black;
}
TD.right {
	border-right : thin solid Black;
}
TD.top {
	border-top : thin solid Black;
}
TD.bottom {
	border-bottom : thin solid Black;
}
