<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topbg{
height: 100px;
width:980px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background:#0881e1;
margin-top:-10px;
}

.loginbox{
width:280px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-topleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-top-radius: 8px;
border-bottom-bottom-radius: 8px;
background:#0881e1;
padding-left:5px;}

.label{ font-family:Arial, Helvetica, sans-serif;
font-size:12px; color:#FFF; line-height:18px;}

.topheading{ font-family:Arial, Helvetica, sans-serif;
font-size:18px; color:#FFF; line-height:18px; font-weight:600;}

	.menu { padding: 0; clear: both; }
			.menu li { display: inline; }
			.menu li a { background: #0096e3; padding: 10px; float:left; border-right: 1px solid #ccf; border-bottom: none; text-decoration: none; color: #fff; font-weight: bold; margin-left:20px;-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-top-radius: 5px;
border-bottom-bottom-radius: 5px; }
			.menu li.active a { background: #0054bd; }
			.content { float: left; clear: both; border-top: none; border-left: none; padding: 10px 20px 20px; width: 980px; font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#000; line-height:18px; }
			
			
		</pre></body></html>