<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

.header
{
    height: 50px;
    background-position: left top;
    background-repeat: no-repeat;  
}

.title
{
    float: left;
    padding-top: 1px;
    padding-left: 0;
 }

.title p
{
    font-family:Lucida Grande, Trebuchet MS, Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 21px;
    color: #0066CC;
}

.title a
{
    font-family:Lucida Grande, Trebuchet MS, Verdana, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 21px;
    color: #0066CC;
}
.login
{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
}
.login a 
{
    text-decoration: none;
    border-bottom: dashed 1px white;
    display: inline-block;
}

.pcmCellCaption {
	white-space: nowrap;
	padding-top: 5px;
}
.pcmCellText {
	padding-left: 10px;
	padding-top: 2px;
}
.pcmCheckBox {
	padding-left: 6px;
	padding-bottom: 10px;
}
.pcmCreateAccount {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 4px;
}
.pcmButton {
	padding-top: 10px;
	padding-bottom: 0px;
}
.pcmSideSpacer {
	width: 60px;
	height: 1px;
}

table.dxXtraReports_PageTable {
    margin: 25px auto 75px 10px !important;
}</pre></body></html>