
* {margin: 0; padding: 0;}

body {
	background: #ffffff url("../images/bg.jpg") 1024px 0px no-repeat;
	color: #242423;
	font-family: arial, helvetica, sans-serif, "Trebuchet MS", verdana;
	font-size: 62.5%;
	padding: 0;
	text-align: center;
	background-image:url(../images/gfx_bkgrd_tile.gif);
	background-repeat:repeat-x;
}

body * {font-size: 1em; margin:0px; padding:0px;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #767F87; margin-bottom: .4em;}
	
	h1 {font-size: 120%;}
	h2 {color: #262A2E; font-size: 110%; font-weight: bold;}
	h3 {font-size: 110%;}
	h4 {font-size: 100%;}
	h5 {font-size: 100%;}
	h6 {font-size: 100%;}
	
	a, a:visited {color: #666666; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { color: #999999;text-decoration: none;}
	
	strong { color:#e6b45d; }
	
	p {padding-bottom: .7em; text-align: left;}
	
	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-collapse: collapse;  width: 100%;}
	th, td {padding: .4em .2em; vertical-align: top;}
	th {}
	td {}
	
	td a, td a:visited {border: 0px; color: #FFF;}
	td a:hover, td a:visited:hover {color: #FFF; text-decoration: underline;}
	
	
	/* Forms */
	input, textarea, select {background-color: #fff; border: 1px solid #a9a8a8; padding: .2em; font-size:10px;}
	.button {
		background-color:#6c6969;
		border:#000000 solid 1px;
		color:#FFFFFF;}

	hr { border:0; color: #757575; background-color: #757575; height: 1px; }
	
/* Classes */
	
	.clearAll {clear: both;}
	.displayNone, .hideFromScreen {display: none;}
	
	
	/* Alignment */
	.centre {text-align: center;}
	.left {text-align: left;}
	.right {text-align: right;}
	
	/* Highlighting */
	.highlight {color: #fff; font-size: 1.3em; 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 */
