/* CSS Document */

body {
background-color:#FFFFFF
}

p {
font-family: Arial, Helvetica, sans-serif;
color: black;
line-height: 150%;
font-size: 12px;
}



.roster {
font-family: Arial, Helvetica, sans-serif;
color: #0C0F7A;
line-height: 150%;
font-size: 13px;
font-weight: bold;
}


p.stats {
font-family: Arial, Helvetica, sans-serif;
color: #070FD6;
line-height: 150%;
font-weight: bold;
font-size: 12px;
}


.playername {
font-family: Arial, Helvetica, sans-serif;
color: #0F2F82;
line-height: 150%;
font-size: 15px;
font-weight: bold;
}

p.rosterred {
font-family: Arial, Helvetica, sans-serif;
color: red;
line-height: 150%;
font-size: 16px;
font-weight: bold;
}

a.rosterlink {
font-family: Arial, Helvetica, sans-serif;
color: #0C0F7A;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}


a.rosterlink:hover {
font-family: Arial, Helvetica, sans-serif;
color: #0C0F7A;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
}

a.footernav {
font-family:Arial, Helvetica, sans-serif;
color: #070FD6;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}


a.footernav:hover {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
}

p.homenavtext {
font-family: Arial, Helvetica, sans-serif;
color: white;
line-height: 110%;
font-size: 9px;
font-weight: bold;
}
.blueupper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.blkupper12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.regtext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.blue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #070fd6;
	text-decoration: none;
}
.red12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fe0000;
	text-decoration: none;
}