<!--
body{
    font-size: 10pt;
    font-family: sans-serif;
    margin: 0;
    padding: 0 3%; 
    background-color: #000066;
    color: #ffffff;
}
.clear {
	 clear: both; 
}
.hidden {
    display: none;
}
.centeredContent{
    margin: 0 auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.topBottomMargin {
    margin-top: 10px;
    margin-bottom: 10px;
}
.justify{
    text-align: justify;
}
.footer {
    font-size: 75%;
    position: relative;
}
img {
	border: none; 
}
a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:link{
    color: #ffffff;
}
a:visited{
    color: #ffffff;
}
a:hover{
    color: #ffffff;
}
a:active{
    color: #ffffff;
}
.ContentFlow .globalCaption .caption {
    color: #ffffff;  
}

.ContentFlow .scrollbar {
    border-bottom:1px solid #ffffff;
    color: #ffffff;
}
.ContentFlow .loadIndicator{
    background: #000066;
}
//-->
