<!--
body { 
	scrollbar-base-color: #efefef;
	scrollbar-face-color: #efefef;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
}
a {  color: #990000; text-decoration: none}
a:hover {  color: #CC0000; text-decoration: underline}
textarea, input, select {  background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px}
.button { background-color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        border-color: #cccccc #000000 #000000 #cccccc;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px}
.table_header {  font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        font-weight: bold; color: #000000}
.body_text {  font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        font-weight: normal;
        color: #000000}
.main_header {  font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #000000}
.header {  font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000}
.table_text { font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 15px;
        font-weight: normal;
        color: #000000}
.warning {  font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 15px;
        font-weight: bold;
        color: #ff0000}
.title {  font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 13px;
        font-weight: bold;
        color: #ffffff}
.jerseyt {  font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold}
.jerseyb {  font-family: Arial, Helvetica, sans-serif;
        font-size: 60px;
        font-weight: bold}
#main {
	min-width:800px;
	width:100%;
	border:1px solid black;
	}

#header {
	background:url(../../../images/newheader.jpg) #FFFFFF no-repeat center;
	height:100px;
	min-width:800px;
	width:100%;
	}

#menu {
	background:#004586;
	margin-bottom:5px;
	width:100%;
	border-top:1px solid black;
	border-bottom:1px solid black;
	}
	
#menusystem {
	background-color:#004586;
	font-weight:bold;
	font-size:0.8em;
	font-family:verdana;
	color:white;
	margin:0 auto;
	width:100%;
	padding: 0;
	list-style-type:none;
	text-align: center
	}

#menusystem li {
	margin:0;
/*	display:-moz-inline-box;  /* for Mozilla based browsers */
	display:inline;
}

#menusystem li a {
	padding:0 16.5px;
	color:white;
	text-decoration:none;
	line-height:2.0em;
	/*display: block;  /* for Mozilla based browsers */
	display: inline;
	text-decoration:none;
	color:white
	}

#menusystem li a:hover {
	color:white;
	background:#cc3333;
}

-->
