<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,td,th {
	font-family: Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic";
	font-size: 12px;
	color: #4C4C4C;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #4C4C4C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #686868;
}
a:hover {
	text-decoration: underline;
	color: #696969;
}
a:active {
	text-decoration: none;
	color: #696969;
}
#body_container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 30px;
}
a.two {
	color: #ff0000;
	margin-right: 12px;
	margin-left: 12px;
}
a.two:link {color: #4C4C4C;}
a.two:visited {color:#686868;}
a.two:hover {color:#696969;}
a.two:active {color:#696969;}

.logolarge {
	width:970px; 
	height:272px;;
}
.logosmall {
	display: none;
	width: 475px;
	height: 220px;
}
.block1, .block2, .block3, .block4  {
	width: 229px;
	height: 240px;
}
.block4 {margin-top: 18px;}
.block1, .block2, .block3 {
	margin-right: 14px; 
	margin-top: 18px;
}
.block1:hover, .block2:hover, .block3:hover, .block4:hover {opacity:.8;}
.dotted {width:970px; height:44px;}
.smblock1, .smblock2, .smblock3, .smblock4 {
	width:229px;
	height:120px;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.smblock4 {margin-right: 0px;}
.smblock1:hover, .smblock2:hover, .smblock4:hover {opacity:.8;}
.smblock3:hover {opacity:1;}

@media screen and (max-width: 970px) {
    #body_container {
        width: 477px;
    }

    #container {
    	background-image: url(../images/nav_bar_bg_92.jpg);
    	height: 92px;
    	min-width: 477px;
    }

    img.middle {
    	margin-left: 8px;
    	margin-right: 8px;
    }
    img.j2elogo {
    	position: absolute;
	    top: 40px;
	    left: 176px;
    }
    .nav_bar_links_block {width: 477px;}
    .nav_bar_links_block p {position: relative;}

    .logolarge {display: none;}
    .logosmall {display: block;}

    .block1 {margin-right: 14px;}
    .block2 {margin-right: 0;}

    .dotted {width:477px; height:26px;}
    .smblock2 {
    	margin-right: 0px;
    }
}
#titleblock {
	padding-top: 20px;
}
</pre></body></html>