<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header
{
    background: url(/artwork/server/graphics/masthead-bkg2.png) repeat-x left top;
}

.logo
{
    background: url(/artwork/server/graphics/logo2.png) no-repeat left top;
}

.LoginBox
{

    color: #105068;
    background: #82c9e4 url(/artwork/server/graphics/login-bottom.png) repeat-x left bottom;
}

.LoginBox .topper
{
    background: url(/artwork/server/graphics/login-top.png) no-repeat left top;
}

.LoginBox a
{
    color: #FFF;
}

.passwordLinks a:link, .passwordLinks a:visited
{
	color: #0645AD;
}

.passwordLinks a:hover, .passwordLinks a:active
{
	color: #0645AD;
}

.SignupLink:link, .SignupLink:visited
{
	color: #105068;
}

.SignupLink:hover, .SignupLink:active
{
    color: White;
}

/*
.SignUpLink a:hover, .SignUpLink a:active
{
	color: White;
}
*/

.LoginForm h2, .newUsers h2
{
    color: #608A45;
}

.LoginForm h3, .newUsers h3
{
	color: #444;
}

.LoginForm h2 span, .newUsers h2 span
{
    color: #333;
}

hr.divider {
	border-bottom: solid 1px #58a4c1;
	background: #FFF;
}

.extraLinks {
	color: #FFF;
}

.userMenu li.home
{
    background: url(/artwork/server/graphics/icon-home.png) no-repeat left 2px;
    padding-left: 20px;
}

.userMenu li.account
{
    background: url(/artwork/server/graphics/icon-user.png) no-repeat left 2px;
    padding-left: 20px;
}

.userMenu li.help
{
    background: url(/artwork/server/graphics/icon-help.png) no-repeat left 2px;
    padding-left: 20px;
}

.userMenu li.userInfo
{
    color: #555;
}

.userMenu li.userInfo a
{
    color: #555;
}

.userMenu li a
{
    color: #2F62B7;
}

a, a:link, a:visited
{
    color: #2f62b7;
}

a:hover, a:active, a:focus
{
    color: #2f62b7;
}







</pre></body></html>