.boldlargetext {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
	
.boldtext {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


.normaltext {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.smallboldtext {
	font-family: Verdana, Arial;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.small normaltext {
	font-family: Verdana, Arial;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.boldtextmatchday {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*background-color:#4D4DFF;*/
	background-color:#d0d0ff;
	color: #000000;
}

table {
	/*border: 1px solid #84785e;*/
}

tbody th {
	font-family: Verdana, Arial;
	font-weight: normal;
	/*padding-left: 0.75em;*/
	font-size: 10px;
	/*border-color:#000000;*/
	color: #000000;
}

/*
These are for eXpansys Blue
#f4f4f4, #f4f4f4, #e0e0ff and #d0d0ff.
*/

tbody tr.mainhead th{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*background-color:#4D4DFF;*/
	background-color:#d0d0ff;
	color: #000000;
}

tbody tr.head th{
background-color:#f4f4f4;
border-color:#000000;
}

tbody tr.odd th{
background-color:#e0e0ff;
border-color:#000000;
}

tbody tr.even th{
background-color:#d0d0ff;
/*border-color:#000000;*/
}

tbody tr.oddH th{
background-color:#e0e0ff;
/*border-color:#000000;*/
font-weight: bold;
}

tbody tr.evenH th{
background-color:#d0d0ff;
/*border-color:#000000;*/
font-weight: bold;
}

/* For Links */

a:link, a:visited {
	color:#000000;
	background-color: transparent;
	text-decoration: underline;
	
}

a:hover, a:active{
	color:#292421;
	background-color: transparent;
	text-decoration: underline;
	cursor: hand;
}