body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: transparent;
	filter:chroma(color=#ffffff);
}

table {
	border-width: 0;
	margin: auto;
	background-color: #142B41;
}

.title {
	color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
}

.caption {
	text-align: center;
	padding-right: 40px;
	margin: auto;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}

.ctrllinks {
    font-size: 80%;
}

.footer {
	font-size: 80%;
	color: #FFCC00;
	text-align: right;
	margin-top: 0.5em;
}

img.small {
    border: 3px solid grey;
    margin: 2px;
    padding: 0px;
    display: block;
}

img.medium {
    border: 20px solid grey;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mediumpaper {
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
}

#smallpaper {
    text-align: center;
    font-size: 80%;
    padding: 0px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: white;
    text-decoration: underline;
}

a.control {
	color: #CCCCCC;
	font-weight: bold;
}

a:hover {
    color: white;
}

#mainlayer {
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#lightboxlayer {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: auto;
}

#lightboxcontainer {
    margin-top: 20px;
    margin-left:10px;
    margin-right:10px;
}

#smalliframe {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

#mediumiframe {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}