.MainBody {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;

}
.Titles {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #000000;

}
.Subtitles {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;

}
.Tournaments {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.qualifiers {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
@media all {
 ul { margin-top: 0; margin-bottom: 0}
 li { margin-top: 0; margin-bottom: 0}
}
.indented15 {
	margin: 0px 0px 0px 15px;
}
.indented25 {
	margin: 0px 0px 0px 30px;
}
p.indent {
	margin: 0px 0px 0px 15px;
}
a:link
{
	color: #0000CC; 
}
a:visited
{
	color: #0000CC; 
} 
a:hover
{ 
	text-decoration: none;
	color: #FF8000;
}
a:active 
{
	color: #FF0000;
}
.hilite {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}