<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--------------------------------------- GLOBAL ----------------------------------------*/

.leftBorder {border-left: 1px solid #860000;}
.rightBorder {border-right: 1px solid #b93333;}
.sec, .shade.dark {background-image: url('../images/bar.gif'); background-color: #333333; border-bottom: 1px solid #808080; background-repeat: repeat-x;}

* {
	font-family: Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

body {
	background: #FFFFFF;
        margin: 0px;
	-webkit-text-size-adjust: none;
}

body * {
	
	
	font-size: 14px;
	
}

a, #menu, .linkbox, .blue {
	color: #0653A0;
	text-decoration: none;
}

form {
	margin: 0px;
}

form.inline {
	display: inline;
}

select {
	border: 1px solid #E2E2E2;
	
	padding: 10px;
	color: #0653A0;
	
	font-size: 16px;
	
	
	font-weight: bold;
}

.sub.shadow select{
	
	background-color:#E3E3E3;
	border:2px solid #eeeeee;
	margin-right:5px;
	
}

select.inline {
	padding: 0px;
}

img { 
	border-style: none
}

/* -------------------------------- SUBHEADERS ------------------------------------- */

.sec {
	background-repeat: repeat-x;
	background-position: top left;
	
}

.sub.light, .sub {
	padding: 13px 10px 13px 10px;
	background-color: #e3e1e1;
}

.sub.light {
	background-image: url('images/subhead_bg.gif');
	background-repeat: repeat-x;
}

.sub.whitebg {
	background-color: #FFFFFF;
	color: #7f7f7f;
	font-weight: bold;
	padding: 0px;
}

.dark {
	color: #FFFFFF; 
	background-image: none;
	padding: 10px;
}

.dark a, .adAdLink {
	color: #FFFFFF;
}

.shade {
	background-color: #EEEEEE;
}

.shade2 {
	background-color: #CCCCCC;
}

.datebox {
	text-align: center;
	width: 30%;
	float: left;
}

.datebox a {
	opacity: 0.6;
}

.toggle {
	width: 100%;
}

.toggle tr td {
	text-align: center;
	width: 33%;
}

.tabs {
	width: 100%;
	clear: both;
	text-align: center;
	
		padding: 2px;
	
}

.tab {
	
	font-size: 12px;
	
	
	
		padding: 9px 4px 7px 4px;
		margin: 2px 3px 2px 3px;
		display: inline;
	
	
	text-align: center;
	border: 1px solid #999999;
	color: #000000;
	font-weight: bold;
	background-image: url('images/sub_tab_off_bg.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	background-color: #CCCCCC;
	width: 25%;
}

.on {
	background-image: url('images/sub_tab_on_bg.gif');
}

.tab a { 
	color: black;
}

.tabSmall {
	
	font-size: 9px;
	
	
	
		padding: 4px 2px 4px 2px;
		margin: 2px 3px 2px 3px;
		display: inline;
	

}


.tabHeader {
	float: left;
	
	font-size: 14px;
	
	
	padding: 3px;
}

.menu.tab{
	width: 50px;
}

.teamHeader{
	padding-left: 12px;
	
	font-size: 18px;
	
	
}

.pageHeader {
	float: left;
}

.bottom {
	background-image: url('images/top_bg.gif');
	background-color: #A70000;
}



/*-------------------------------------------- STORIES -----------------------------------------------*/

.ind.bold.headline {
	
	font-size: 18px;
	
	
	border-width: 0px;
	padding: 15px 10px 10px 10px;
}

.ind.subhead, .ind.story {
	
	font-size: 15px;
	
	
	border-width: 0px;
	padding: 10px 10px 0px 10px;
}

.ind.subhead {
	color: #7f7f7f;
}

/*---------------------------------------- SECTION HEADERS -------------------------------------------*/



.row {
	
	font-size:  16px;
	min-height: 16px;
	
	
        color: #FFFFFF;
	
    padding: 15px 20px 13px 10px;
	background-repeat: repeat-x;
	background-position: top left;
}

.header.row {
	
	font-size:  20px;
	min-height: 20px;
	
	
	
        padding: 17px 10px 15px 10px;
}

.row a {
	color: #FFFFFF;
}

.section {
	overflow: hidden;
	
	-webkit-transition-property: height, opacity;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: ease-out;
	width: 100%;
}

.title {
	float: left;
	
	
	width: 93%;
	
	
	font-size:  16px;
	
	
	font-weight: bold;
}

.title a {
	
	font-size:  16px;
	
	
}

.arrow { 
	float: right;
}

.arrow&gt;img {
	-webkit-transition-property: -webkit-transform,opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
}

.banner {
	padding: 0px; 
	margin: 0px;
	height: 30px;
}

#sectionName {
	
	font-size:  21px;
	
	
}

/*---------------------------------------- INDEX PAGES ---------------------------------------------*/

.breaking {
	background-color: #252525; 
	
	font-size:  12px;
	
	
	padding: 5px 10px 5px 10px;
	font-family: sans-serif;
}

.breaking.white {
	color:#FFFFFF;
}

.headline {
	
	font-size:  24px;
	
	
	padding: 15px 10px 0px 10px;
}

.subHead, .game {
	padding: 10px;
	border-bottom: 1px solid #E2E2E2;
}

.subHead.bold {
	font-weight:normal;
}

.topImage {
	padding: 5px 10px 0px 10px;
}



/* ----------------------------- GENERAL CLASSES ------------------------------------- */

.ind {
	padding: 9px 10px 5px 10px;
	border-bottom: 1px solid #E2E2E2;
	min-height:20px;
}

.sec.less {
	
	font-size:  16px;
	
	
}

.less {
	padding: 5px;
}

.no_padding {
	padding: 0px;
}

.no_margin {
	margin: 0px;
}

.wide, .table  {
	width: 100%;
	
	font-size:  15px;
	
	
}

.shadow {


	background-image: url('images/pattern_shadow.gif');
	background-repeat: repeat-x;
	background-color: #E3E3E3;

}

.spacer {
	height: 10px;
}

.red {
	color: #FF0000;
}


.wrong {
	text-decoration: line-through;
}

.green {
	color: #009900;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.expn_logo {
	margin: -17px 0px 0px -10px;
}

.button {
	border: 1px solid #d8e6f3;
	background-color: #FFFFFF;
	background-image: url('images/grad.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding:10px;
}

.footer {
	font-size: 15px;
	padding: 10px 10px 0px 10px;
}

.footer2 {
	font-size: 50%;
	padding: 10px;
}

.footer3 {
	font-size: 100%;
}

.spaced {
	line-height: 24px;
}

.noborder { 
	border-style: none
}

.vmiddle { 
	vertical-align: middle;
}


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