body {
			font-size:.95 em;
			color: white;
			background:#29537B;
			font-family: Georgia, "Times New Roman", Times, serif;
			margin: 0px;
			padding: 0px;
			overflow: auto;
			font-style: italic;
			font-weight: normal;
}

table {
    border-width: 0;
    margin: auto;
}

.title {
			color: white;
			background-color: inherit;
			font-size: 165%;
			font-weight: normal;
}

.caption {
			text-align: left;
			margin-top: 10px;
			margin-right: auto;
			margin-bottom: auto;
			margin-left: auto;
}

.ctrllinks {
    font-size: 80%;
}

.footer {
			font-size: 75%;
			color: #939393;
			background-color: inherit;
			text-align: right;
			margin-top: .5em;
}

img.small {
			border: 1px solid #999999;
			margin: 2px;
			padding: 0px;
			display: block;
}

img.medium {
			border: 1px solid black;
			margin-top: 10px;
			margin-bottom: 0px;
			display: block;
			margin-left: auto;
			margin-right: auto;
}

#mediumpaper {
			color: inherit;
			border-left-width: 15px;
			border-right-width: 15px;
			border-top-width: 14px;
			border-bottom-width: 14px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #224466;
			border-right-color: #224466;
			border-bottom-color: #224466;
			border-left-color: #224466;
			margin-top: 100px;
			margin-right: auto;
			margin-bottom: auto;
			margin-left: auto;
			background-color: #254A70;
}

#smallpaper {
			color: inherit;
			background: #282828;
			text-align: center;
			font-size: 80%;
			padding: 0px;
			margin-top: 17px;
			margin-left: auto;
			margin-right: auto;
}

a {
    color: white;
    background-color: inherit;
    text-decoration: underline;
}

a.control {
			color: #CCCCCC;
			background-color: inherit;
}

a:hover {
    color: white;
    background-color: inherit;
}

#mainlayer {
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
    background: inherit;
}

#lightboxlayer {	
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
	background:#29537B;
    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;
}