/*Main styles*/

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.7em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	background-color: #222D2D;
}

TD
{
	
	font-size: 1em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}

P
{
	
	font-size: 1em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}
SUP
{
	font-size: 8px;
}

H1
{
	font-size: 1.6em;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 0;
	margin: 0;
	
}

H2
{
	font-size: 1.4em;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight:bold;
		
}
H3
{
	font-size: 1.2em;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	padding: 0;
	margin: 0;
}

H4
{
	font-size: 1.1em;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;

	
}

A {
	color:#006699;
	TEXT-DECORATION: none;
	
}

A:hover {
	
	color: #0033CC;
	TEXT-DECORATION: underline;
	
}
UL { 
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0em 0em 0em 2em;
	list-style-image: url("../media/bullet.gif"); 
} 


LI { 
	
	/*margin: 0px 0px 0px 0px;
	padding: 0em 0em 0em 0em;*/
	

} 
/*--------------------------------------------------------*/
/*Classes*/


.footer
{
	font-size: 0.9em;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	
	
}

.smallText { font-size: 0.9em; }
.navigation { font-size:1.2em;}
.tableText { font-size:1.15em;}
.matchText { font-size: 0.8em; color: #00CCFF;}
.whitetext { color: #FFFFFF;}
.greytext { color: #CCCCCC;}
.yellowtext { color: #FFCC00; }
.orangetext { color: #FF9900; }
.greentext { color: #669900; }
.redtext { color: #FF3300; }
.bluetext { color: #00CCFF; }
.purpletext { color: #6633FF; }
.lightgreentext { color: #66FF00; }
