
* {margin: 0; padding: 0;}

body {
	background-color:  #111111;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	text-align: center;
	background:url(../images/bk_tile.gif) repeat-x;
}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color:#f5aa09; margin-bottom: 1em; paddin-bottom: 0px;}
	
	h1 {font-size: 140%;font-weight: bold; color:#f5aa09;}
	h2 {color:#f5aa09;font-size: 120%; font-weight: bold;}
	h3 {font-size: 120%; font-weight: bold;}
	h4 {font-size: 110%;}
	h5 {font-size: 100%;}
	h6 {font-size: 100%;}
	
	a, a:visited {color: #f5aa09; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { text-decoration: underline;}
	
	p {padding-bottom: 1.5em; text-align: left;}
	strong{color:#f5aa09;}
	
	img  {border: 0;}
	sup {font-size: .7em;}
	
	ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
	ul {list-style: square;}
	ol {list-style: lower-roman;}
	
	table { border:#CCCCCC solid 1px; }
	th, td {padding:5px;}
	th { font-size:12px; font-weight:bold; color:#FFFFFF;}
	td { }
	
	td a, td a:visited {border: 0px; color: #f5aa09;}
	td a:hover, td a:visited:hover {color: #f5aa09; text-decoration: underline;}
	
	
	/* Forms */
	input, textarea, select {background-color: #fff; border: 1px solid #7F9DB9; padding: .2em .2em; font-size:12px !important; width:200px;}
	.button { width:auto;background-color: #404040;color: #fff; font-weight: normal; padding: .5em .8em; text-transform: uppercase;}

/* Classes */
	
	.clearAll {clear: both;}
	.displayNone, .hideFromScreen {display: none;}
	
	
	/* Alignment */
	.centre {text-align: center;}
	.left {text-align: left;}
	.right {text-align: right;}
	
	/* Highlighting */
	.highlight {color: #f00808; font-weight: bold;}
	.yellow {color: #f5aa09;}
	
	/* Float Elements */
	.floatLeft {float: left;}
	.floatRight {float: right;}
	
	.noStyle {background: none !important; border: 0 !important;} /* removes background and border styles */
	


#page {font-size: 1.2em;} /* resets font size on page to 12px equivalent */