/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; float: left; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1.title{
	font-size: 1em;
	color: #333333;
	margin: 15px 0 15px 0;
	clear: left;
}

h2.news{ 
	font-size: 0.9em;
	color: #333333;
}

h1.player{ 
	font-size: 1.2em;
	color: #333333;
	margin: 0 0 20px 0;
}