/*
	FOX Channel
	==================================================================================================================
	Default styles
	
	media: all
	browser: all
	

	Legend:
	------------------------------------------------------------------------------------------------------------------

	1 Global reset
	2 Default styles
		2.1 Headings and paragraphs
		2.2 links
		2.3 form
		2.4 others
		
*/


/* -1- Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }


/* -2- Default styles  */
html {	
	font-size: medium;
	}
	
body {
	background: #1e1e1e;
	color: #c2c2c2;
	font: normal normal normal 75%/161% Arial,Helvetica,Verdana,sans-serif; /* set default font-size to 12px and line-height to 1.61em */
	text-align: center;
	}
	
/* -2.1- heading and paragraphs  */
h1, h2 {
	font-family: Helvetica,Arial,Verdana,sans-serif;		
	}
h1,h2,h3,h4 {
	color: #FFF;
	font-weight: bold;
	}

h1 a, h2 a, h3 a {
	color: #FFF;
	}
	
h1{
	}
h2{
	font-size: 1.25em;
	line-height: 1.2em;
	}
h3{
	font-size: 1.167em;
	line-height: 1.2em;
	}
h4{
	}
p{		
	}

/* -2.2- links  */
a{
	color: #2c85bf;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/* -2.3- forms  */
input,textarea,select{
	color: #333;
	font: normal normal 1em/1.2em Verdana,Arial, Helvetica,sans;
	}

/* -2.4- others  */
hr{
	display: none;
	}

/* accessibility nav */	
#accessibility-nav, .h {
	position: absolute;
	left: -1000em;
	text-align: left;
	}

/* inner elements */
.inner{
	margin: 0px auto;
	width: 974px;
	text-align: left;
	}



