/*
** This is the style sheet for the web pages
*/

body {	background-color: transparent;
	background-image: none;
	margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

.blue_bg  { background-color: #024C82; }
.white_bg { background-color: #FFFFFF; }
.black_bg { background-color: #000000; }
.gray_bg  { background-color: #CCCCCC; }
.trans_bg { background-color: transparent; }
.bordercolor { background-color: #AAAAAA; }

.white { color: #FFFFFF; }
.blue  { color: #024C82; }  /* Leander Blue */ 

.wtext6b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 6px; font-family: inherit; }
.wtext8b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 8px; font-family: inherit; }
.wtext10b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 10px; font-family: inherit; }
.wtext11b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 11px; font-family: inherit; }
.wtext12b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 12px; font-family: inherit; }
.wtext14b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 14px; font-family: inherit; }
.wtext36b { color: #FFFFFF; background-color: transparent; font-weight: bold; font-size: 36px; font-family: inherit; }
.btext6b { color: #023c70; background-color: transparent; font-weight: bold; font-size: 6px; font-family: inherit; }
.btext8b { color: #023c70; background-color: transparent; font-weight: bold; font-size: 8px; font-family: inherit; }
.btext10b { color: #023c70; background-color: transparent; font-weight: bold; font-size: 10px; font-family: inherit; }
.btext12b { color: #023c70; background-color: transparent; font-weight: bold; font-size: 12px; font-family: inherit; }
.btext11b { color: #023c70; background-color: transparent; font-weight: bold; font-size: 11px; font-family: inherit; }
.btext14b { color: #023c70; background-color: transparent; font-weight: bold; font-size: 14px; font-family: inherit; }
.ntext12 { color: #444444; background-color: transparent; font-weight: normal; font-size:12px; font-family: Arial, Verdana; }

.divider { background-image: url("images/divider.gif"); width: 30px; background-repeat: no-repeat; background-position: 50% 60%; }

a.mast-head:link { color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 11px }
a.mast-head:visited { color: #FFFFFF; text-decoration: none;  font-weight: bold; font-size: 11px }
a.mast-head:hover { color: #FFFF00; text-decoration: blink; font-weight: bold; font-size: 11px }

td.small_banner { height: 22px } 
td.sidehead { width: 141px; vertical-align: top; }
td.sidehead2 { width: 380px; vertical-align: top; }
td.stats { width: 14px; text-align: center; }
td.pstats { width: 20px; text-align: center; }
td.team  { width: 70px; text-align: left; }

.tight { margin-top: 0; margin-left: 0px; margin-right: 0; margin-bottom: 0; }
.loose  { margin-top: 10px; margin-left: 10px; margin-right: 0; margin-bottom: 0; }

h1 { 	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right:4px
}
h2 { 	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right:4px
}
h3 { 	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right:4px
}
h4 { 	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right:4px
}

.mbody { 	font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 11px;
		margin-top: 4px;
		margin-left: 16px;
		margin-right: 12px;
		background-color: transparent;
		border: 0px;
		white-space: normal;
		color: #023c70;
}

.small_text { font-size: 11px; font-style: bold; }

a.ur-links:link,
a.ur-links:visited  {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  background-color: transparent;
  font-size: 11px;
  font-family: inherit;
}

a.ur-links:hover  {
  color: #0000EE;
  text-decoration: underline;
  font-weight: normal;
  background-color: transparent;
  font-size: 11px;
  font-family: inherit;
}