body {
	font-family: Verdana, Arial;
	background-color: White;
	color: Black;
}

.folder:link {
	font-size: xx-small;
	cursor: pointer;
	color: Black;
	text-decoration: none;
	font-weight : bold;
}

.folder:visited {
	font-size: xx-small;
	cursor: pointer;
	color: Black;
	text-decoration: none;
	font-weight : bold;
}

.folder:hover {
	font-size: xx-small;
	cursor: pointer;
	color: Gray;
	text-decoration: none;
	font-weight : bold;
}

.folder:active {
	font-size: xx-small;
	cursor: pointer;
	color: Black;
	text-decoration: none;
	font-weight : bold;
}

.leaf:link {
	font-size: xx-small;
	cursor: pointer;
	color: Black;
	text-decoration: none;
}

.leaf:visited {
	font-size: xx-small;
	cursor: pointer;
	color: Black;
	text-decoration: none;
}

.leaf:hover {
	font-size: xx-small;
	cursor: pointer;
	color: Gray;
	text-decoration: none;
}

.leaf:active {
	font-size: xx-small;
	cursor: pointer;
	color: Black;
	text-decoration: none;
}

.index:link {
	font-size: 7.5pt;
	font-weight : bold;
	cursor: pointer;
	color: Black;
	text-decoration: none;
}

.index:visited {
	font-size: 7.5pt;
	font-weight : bold;
	cursor: pointer;
	color: Black;
	text-decoration: none;
}

.index:hover {
	font-size: 7.5pt;
	font-weight : bold;
	cursor: pointer;
	color: Gray;
	text-decoration: none;
}

.index:active {
	font-size: 7.5pt;
	font-weight : bold;
	cursor: pointer;
	color: Black;
	text-decoration: none;
}

DIV.titleshadow {
	color: silver;
	font-size: x-large;
	position: absolute;
	left: 140pt;
	top: 15pt;
	text-decoration: none;
	z-index: 10;
}

DIV.titlecolor {
	color: #FF9632;
	font-size: x-large;
	position: absolute;
	left: 139pt;
	top: 13.5pt;
	text-decoration: none;
	z-index: 20;
}

DIV.titleshadow_popup {
	color: silver;
	font-size: x-large;
	position: absolute;
	left: 10pt;
	top: 5pt;
	text-decoration: none;
	z-index: 10;
}

DIV.titlecolor_popup {
	color: #FF9632;
	font-size: x-large;
	position: absolute;
	left: 9pt;
	top: 3.5pt;
	text-decoration: none;
	z-index: 20;
}

A {
	color: Black;
	text-decoration: underline;
}

A.news {
	color: Black;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.news_subtitle {
	color: Black;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

P.subtitle {
	font-family: Verdana, Arial;
	color: Black;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

P.content {
	font-family: Verdana, Arial;
	color: Black;
	font-size: xx-small;
	text-decoration: none;
}

DIV.content {
	font-family: Verdana, Arial;
	color: Black;
	font-size: xx-small;
	text-decoration: none;
}

TD.msi_color
{
	background-color: #004483;
}

TD.msi_color2
{
	background-color: #009EA7;
}

/* Popup windows */

DIV.popup_top {
	font-family: Verdana, Arial;
	color: #FF9632;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
}

P.popup_top {
	font-family: Verdana, Arial;
	color: #FF9632;
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
}

P.popup_bottom {
	font-family: Verdana, Arial;
	color: White;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

P.popup_bottom_active {
	font-family: Verdana, Arial;
	color: #FF9632;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.popup_bottom {
	font-family: Verdana, Arial;
	color: White;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.popup_bottom:hover {
	color: Silver;
}

TR.popup_bottom_row
{
	background-color: #004483;
}
