/* Basic HTML elements */
body 
{
	background-color: #fff;
  	font-family: arial, sans-serif;
	font-size: 12px;
	color: #303030;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* Header & List elements */
b.header1 {
	color: #F76311;
	font-size: 14px;
}
b.header2 {
	color: #F76311;
	font-size: 12px;
	font-weight:normal;
}

b.header3 {
	color: #F76311;
	font-size: 11px;
	font-weight:bold;
}

b.date {
	color: #033F40;
	font-size: 11px;
	font-weight:normal;
}
b.Q{
	color: #033F40;
	font-size: 11px;
	font-weight:bold;
}



/* Link elements */
a {
	font-size: 12px;
	color: #F76311;
	font-family: arial;
	text-decoration: none;
}

a:active	{
	font-size: 12px;
	color: red;
	font-family: arial;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	color: #F76311;
	font-family: arial;
	text-decoration: none;
}

a:hover {
	font-size:12px;
	color: #F76311;
	font-family: arial;
	text-decoration: underline;
}

a.footerlink {
	font-size: 11px;
	color: #FEB500	;
	text-decoration: none;
}

a.photolink {
	font-size: 11px;
	text-decoration: none;
}
a.photolink:active {
	font-size: 11px;
}
a.photolink:visited {
	font-size: 11px;
}
a.photolink:hover {
	font-size: 11px;
	text-decoration: underline;
}

a.newslink {
	font-size: 11px;
	color: #A80000;
	font-family: arial;
	text-decoration: none;
}

a.newslink:active	{
	font-size: 11px;
	color: white;
	font-family: arial;
	text-decoration: none;
}

a.newslink:visited {
	font-size: 11px;
	color: #A80000;
	font-family: arial;
	text-decoration: none;
}

a.newslink:hover {
	font-size:11px;
	color: #A80000;
	font-family: arial;
	text-decoration: underline;
}

.newsblock{
	font-size:11px;
	
	margin: auto;
	padding: 5px;
	height: auto;
	width: 173px;
	border: 3px solid #EBEBEB;
	text-align:left;
}

td {
	font-size: 12px;
}
td.photopick {
	font-size: 11px;
	color: #000000;
}

.schedule {
	font-size: 13 px;
}

.inset, .insetMixedCase {
	margin: auto;
	padding:10px;
	border: 5px solid #EBEBEB;
	
	font-size: 10px;
	color: #033F40;
}
.insetMixedCase {
	font-size: 12px;
}

.footer {
	margin: auto;
	border-top: 1px solid #EBEBEB;
	
	font-size: 10px;
	color: #D4D4D4;
}

.hilites, .hilites a { font-family:Arial;font-size:13px;}
.squads {border-collapse: collapse; border: 0;}
.squads td, .squads th {border:1px solid #a5a5a5;}
.squads th {font-size: 11pt;}
.squads td {font-size:12px;padding:3px; text-align: center;}
.squads td.left {text-align: left;}