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

body {
	background: #ff7b21;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

a {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	font-weight:bold;
	background-color:#ff6600;
	text-decoration:none;
}

table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 10px;
}

td, th {
	font-size:12px;
	border: 1px solid #cccccc;
	padding: 3px 5px 2px 5px;
	text-align:left;
}

.plaintable {
	border-collapse: collapse;
	border: 0;
	margin: 10px;
}

.plaintable td, .plaintable th {
	font-size:12px;
	border: 0;
	padding: 3px 5px 2px 5px;
	text-align:left;
}


p {
	font-size:12px;
	padding:5px;
}


#header {
	margin:10px 10px 0 10px;
	padding:0;
	height:80px;
	background:#66ccff;
	border:0;
	background-image: url(images/sun.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#header h1 { 
	margin: -3px 0 0 150px;
	color: #ffffff;
	font-size:36px;
	white-space: nowrap
}

#menuColumn {
	position:absolute;
	left:10px;
	top:92px;
	width:130px;
	margin:0;
	padding:5px;
	border:0;
	background: #ffcc66 url(images/bl.gif) no-repeat bottom left; 
}

#menuColumn ul { 
	margin:10px 0 0 0; 
	padding:0;
	list-style:none;
}

#menuColumn li { 
	margin:0 0 5px 0; 
	padding:0;
}

#menuColumn li a {
	margin:0 0 0 3px;
	padding:2px;
	color:#ff6600;
	text-decoration:none;
	width: 120px;
	display: block;
	border: 1px solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-left-color: #FFFF00;
	border-bottom-color: #999999;
	border-right-color: #999999;
}

#menuColumn li a:hover { 
	color:#ffffff;
	text-decoration:none; 
	background: #FFCC00; 
	border-bottom-color: #000000;
	border-right-color: #000000;
}

#menuSponsors {
margin: 40px 0 0 0;
padding-left:5px;
}

#menuSponsors img {
margin-bottom:5px;
}

#menuSponsors p {
	margin: 0 0 10px 5px;
	font-size:12px;
	color: #000000;
}

#mainColumn {
	margin:2px 10px 10px 153px;
	padding:10px;
	background: #ffffff url(images/br.gif) no-repeat bottom right; 
}

#mainColumn h2 { 
	margin:0 0 10px 0; 
	padding:0;
	font-size:18px;
}

#mainColumn h3 { 
	margin:0 0 5px 0; 
	padding:0;
	font-size:16px;
}

#mainColumn ul { 
	margin:0 0 0 20px;; 
	font-size:12px;
}


.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


#footer {
clear:both;
padding:0;
margin:6px 0 0 0;
border-top:1px solid #d8d8d8;
}


#footer p {
color:#808080;
font-size:10px;
line-height:14px;
margin:6px 0 0 8px;
padding:0;
}



.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.excel-file { background-image: url(images/icons/excel.gif) }
.help-file { background-image: url(images/icons/help.gif) }
.hot-file { background-image: url(images/icons/hot.gif) }
.page-file { background-image: url(images/icons/page.gif) }
.pdf-file { background-image: url(images/icons/pdf.gif) }
.photo-file { background-image: url(images/icons/camera.gif) }
.text-file { background-image: url(images/icons/text.gif) }
.web-file { background-image: url(images/icons/web.gif) }
.word-file { background-image: url(images/icons/word.gif) }
.reminder { background-image: url(images/icons/reminder.gif) }
.forums { background-image: url(images/icons/forums.gif) }

.sort-table {
	border:		1px Solid ThreeDShadow;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
	font-size: 10px;
	white-space: nowrap;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
	background-image:		url("images/sorttable/q.png");	
}

.sort-arrow.descending {
	background-image:		url("images/sorttable/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("images/sorttable/upsimple.png");
}</pre></body></html>