@charset "ISO-8859-1";

/* ------------------------ classes ------------------------ */

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #253355;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: none;
	color: #253355;
}
.p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	font-weight: none;
	color: #253355;
	
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #253355;
}
tournament.ul {
	color: #253355;
	
}
.tournament {
	color: #253355;
	font-size: small;
}

.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
