BODY {
	BACKGROUND: white;
    FONT-FAMILY: arial, sans-serif;
}
H1 {
	FONT-WEIGHT: bold;
    FONT-SIZE: small;
    MARGIN-BOTTOM: 0;
}
IMG {
	BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none
}
a:link {
	text-decoration: none;
	color: RED;
}
a:visited {
	text-decoration: none;
	color: RED;
}
a:hover {
	text-decoration: none;
	color: RED;
}
a:active {
	text-decoration: none;
	color: RED;
}
.menuDIV {
    position: absolute;
    top: 345px;
    left: 50px;
    width:300px;
}
.menu {
    font-weight:BOLD;
    font-size: small;
    padding-bottom: 15px;
}
.menu a:link {
	text-decoration: none;
	color: BLACK;
}
.menu a:visited {
	text-decoration: none;
	color: BLACK;
}
.menu a:hover {
	text-decoration: none;
	color: RED;
}
.menu a:active {
	text-decoration: none;
	color: RED;
}

.contentDIV {
    position: absolute;
    top: 366px;
    left: 0px;
    width: 938px;
}
.contentDIV TD {
    font-weight: bold;
    font-size: x-small;
}
.contentDIV_Spacer {
    width: 320px;
}
.contentDIV_TABLE {
    background-color: #C0C0C0;
}
.contentDIVColumn {
    vertical-align:top;
}


INPUT {
	FONT-SIZE: xx-small;
    FONT-FAMILY: verdana, arial, geneva, sans-serif;
    HEIGHT: 18px;
}
.slideShowButton {
    background-color: #EBF1FA;
    color: #222222;
    width: 40px;
    height: 17px;
    font-size: xx-small;
    FONT-FAMILY: verdana, arial, geneva, sans-serif;
    border-style: outset;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    BORDER-LEFT-COLOR: RED;
    BORDER-RIGHT-COLOR: RED;
    BORDER-TOP-COLOR: RED;
    BORDER-BOTTOM-COLOR: RED;
}
.preview {
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    BORDER-LEFT-COLOR: RED;
    BORDER-RIGHT-COLOR: RED;
    BORDER-TOP-COLOR: RED;
    BORDER-BOTTOM-COLOR: RED;
}
.preview a:link {
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    BORDER-LEFT-COLOR: RED;
    BORDER-RIGHT-COLOR: RED;
    BORDER-TOP-COLOR: RED;
    BORDER-BOTTOM-COLOR: RED;
}
.preview a:visited {
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    BORDER-LEFT-COLOR: RED;
    BORDER-RIGHT-COLOR: RED;
    BORDER-TOP-COLOR: RED;
    BORDER-BOTTOM-COLOR: RED;
}
.preview a:hover {
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    BORDER-LEFT-COLOR: RED;
    BORDER-RIGHT-COLOR: RED;
    BORDER-TOP-COLOR: RED;
    BORDER-BOTTOM-COLOR: RED;
}
.preview a:active {
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    BORDER-LEFT-COLOR: RED;
    BORDER-RIGHT-COLOR: RED;
    BORDER-TOP-COLOR: RED;
    BORDER-BOTTOM-COLOR: RED;
}
