html, body {
margin:				0px;
padding:			0px;
height:				100%;
border:				none
}

body {
background-color: #fff;
-webkit-text-size-adjust:100%;
}

a:link				{color: #933;}
a:visited			{color: #933;}
a:hover				{color: #c66;}

.logo {
display: 			inline-block;
float: 				left;
margin:				4px 20px 4px 0px;
}

h1 {
display: 			inline-block;
float: 				left;
font-family:		varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size:			20px;
font-weight:		normal;
margin:				14px 0px 0px 20px;
color:				#FFF;
}

.printTitle {
float: 				left;
font-family:		varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size:			20px;
font-weight:		normal;
margin:				0px;
margin-bottom:		20px;
color:				#000;
}

#header {
font-family:		anton, arial, helvetica, san serif;
font-size:			72px;
xfont-weight:		bold;
font-style: 		italic;
text-transform: 	uppercase;
color:				#fff;
-webkit-text-stroke: 8px #960000;
paint-order: stroke fill;	
}

.logo {
display: 			inline-block;
float: 				left;
margin:				0px 15px;
}

h1.title {
display: 			inline-block;
float: 				left;
font-family:		varela round, arial rounded MT bold, arial, helvetica, san serif;
font-size:			15px;
font-weight:		normal;
margin:				5px 0px;
color:				#960000;
}

p {
font-family:		Arial, Helvetica, sans-serif;
font-size:			14px;
}

.button {
cursor:				pointer;
margin:				0px 10px;
}

.bracket {
border-collapse:	collapse;
font-family:		BenchNine, arial, helvetica, san serif;
white-space: 		nowrap;
}

.bracket td {
position:			relative;
padding:			0px;
vertical-align:		bottom;
}

.bracket td.line {
border-bottom:		solid 1px #000;
}

.bracket td.line div {
position:			absolute;
cursor:				pointer;
overflow:			hidden;
}

.right {
text-align: 		right;
}

.champBox {
z-index:			1000;
text-align: 		center;
position:			absolute;
width:				178px;
min-height:			29px;
overflow:			hidden;
background-image: 	url('images/WinnerStars.png');
background-repeat:	no-repeat;
background-position:bottom; 
}

.champ {
font-family:		BenchNine, arial, helvetica, san serif;
line-height:		100%;
font-size: 			24px;
cursor:				pointer;
margin-bottom:		30px;
}

.champBox img {
max-height:			121px;
max-width:			178px;
width:				auto;
height:				auto;
}

.share {
font-family:		Arial, Helvetica, sans-serif;
font-size:			14px;
line-height:		150%;
margin:				15px;
}

.share:link         {color: #999;}
.share:visited      {color: #999;}
.share:hover        {color: #bbb;}

.shareOptions {
margin:				18px 0px;
}

.shareOptions td {
padding:			0px 10px;
}

.linkBox {
width: 				450px;
font-size: 			14px;
background-color: 	#eee;
border: 			1px solid #ccc;
padding: 			4px;
margin: 			0px;
}

.copyright {
font-family:		Arial, Helvetica, sans-serif;
font-size:			11px;
color:				#960000;
margin:				10px;
}

#instructions {
font-family:		Arial, Helvetica, sans-serif;
font-size:			14px;
line-height:		100%;
height: 			30px;
background-color: 	#FFFDD4;
}

#instructions a:link 	{color: #36f;}
#instructions a:visited {color: #36f;}
#instructions a:hover 	{color: #69f;}

.print {display: none;}

@media print {
.noPrint {display: none;}
.print {display: table-row;}
}
