/* CSS Document */
TD, BODY {
	FONT-SIZE: 10px; COLOR: #333333; FONT-WEIGHT: normal; FONT-FAMILY: verdana;
}

.redbold {
	color: #ff2222;
	font-weight: bold;
}
.green12arialBI {
	font-size:12px;
	color: #ff2222;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}

.green16arialBI {
	font-size:16px;
	color: #ff2222;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.grey10arial {
	font-size:11px;
	color: #333333;
	font-family: Arial;
}

.grey12arial {
	font-size:12px;
	color: #333333;
	font-family: Arial;
}

A{
	color: #006600;
	text-decoration:none;
}

A:hover{
	color: #006600;
	text-decoration:underline;
}
.bold{
font-weight:bold;
}

.textfields {
	FONT-SIZE: 10px; 
	COLOR: #333333; 
	FONT-WEIGHT: normal; 
	FONT-FAMILY: verdana;
}

.inputs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F3F3F3;
	border: 1px solid #cccccc;
}
.players {
text-transform:capitalize
}

