body, td, p
{
	font-family : "Arial, Helvetica, sans-serif";
	font-size : 10pt;		
}

.header
{
	background : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
}

.header_dragons
{
	background : red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	color : White;
}

.forcedLink
{
	color : Blue;
	text-decoration : underline;
}

.dlink
{
	color : Red;
	text-decoration : underline;
}

.clink
{
	color : Blue;
	text-decoration : underline;
}

.subheader
{
	background : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
}

.subheader_dragons
{
	background : red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
	color : White;
}

.byline
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : italic;
	text-indent : 12px;
}

.pageText
{
	font-family : "Arial, Helvetica, sans-serif";
	font-size : 10pt;
	text-align : justify;
}

A
{
	color : Black;
	text-decoration : none;
}

A:Hover
{
	background : Yellow;
}

.leagueTable
{
	border : none 0px white;	
	font-family : Verdana;
	font-size : 8pt;	
	padding : 2px 2px 2px 2px;	
}

.leagueTableHeader
{
	border : none 0px white;	
	border-bottom : solid 1px black;
	font-weight : bold;
	text-align : right;		
	background-color : rgb(150, 150, 150)
}

.leagueTableData
{
	border : none 0px white;	
	background-color : White;	
	text-align : right;
	padding : 2px 2px 2px 2px;
}

.leagueTableDataAlt
{	
	border : none 0px white;	
	background-color : #eeeeee;
	text-align : right;
	padding : 2px 2px 2px 2px;
}
