﻿
.table {
	background-color: transparent;
	border: solid 2px #000002;
	list-style-type: none;
}
.td { border-right: 2px solid #000002 }
.tdb { border-bottom: 2px solid #000002 }
.tdt { border-top: 2px solid #000002 }
.tdl { border-left: 2px solid #000002 }
p { color: #000002; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }


/* This is the style for the Home Page
---------------------------------------*/

#homePage  {
	color: #000000;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 1em 0;
	text-align: center;
}

#homePage h1 {
	color: #FF672D;
	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 1em 0;
}

#homePage a {
	color: #FF672D;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
}

#homePage a:hover{
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	background-color: #FFFFFF;
}


/* This is the style for the Tryouts Page
---------------------------------------*/

#tryoutsPage  {
	color: #000000;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 1em 0;
	text-align: center;
}

#tryoutsPage h1 {
	color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0;
}

#tryoutsPage H2 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}

#tryoutsPage H3 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1em 0;
	text-align: left;
}



#tryoutsPage a {
	color: #FF672D;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
}
#tryoutPage a:hover{
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	background-color: #FFFFFF;
}



/* This is the style for the Form Page
---------------------------------------*/

#formPage  {
	color: #000000;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 1em 0;
}


#formPage h1 {
	color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}

#formPage a {
	color: #FF672D;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}

#formPage a:hover{
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	background-color: #FFFFFF;
}



/* This is the style for the Field Page
---------------------------------------*/

#fieldPage  {
	color: #000000;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 1em 0;
}


#fieldPage h1 {
	color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0;
}

#fieldPage a {
	color: #FF672D;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
}

#fieldPage a:hover{
	background: #FFFFFF;
	color: #000000;
	font-size: small;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin: 1em 0;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	background-color: #FFFFFF;
}



#teamPage  {
	color: #000000;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 1em 0;
}

#teamPage li{
list-style:none;
list-style-type:none;

}
	
	
	
}


h3 { color: #000002; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 1em 0 }
a:linkThis { color: #ff672d; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline }
a:visited { color: #ff672d; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline }
a:active { color: #ff672d; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline }
a:hover  { color: #000002; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; background-color: #5ad951 }
