
* {margin: 0; padding: 0;}

body {
	background: #dce0e1 ;
	color: #242423;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	background: url(../images/bk_tile.jpg) top left repeat-x #101010;

}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #c7e229; margin-bottom: 1em;}
	
	h1 {color: #c7e229;font-size: 130%;font-weight: normal;}
	h2 {font-size: 110%; font-weight: bold;}
	h3 {font-size: 105%;}
	h4 {font-size: 100%;}
	h5 {font-size: 100%;}
	h6 {font-size: 100%;}
	
	a, a:visited {color: #c7e229; font-weight: normal; text-decoration: none; font-weight:bold;}
	a:hover, a:visited:hover { text-decoration: underline; color: #c7e229;}
	
	p {padding-bottom: 1.7em; text-align: left; color:#fff;}
	
	img  {border: 0;}
	sup {font-size: .7em;}
	strong{ color:#c7e229;}
	
	ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
	ul {list-style: square;}
	ol {list-style: lower-roman;}
	
	table {border-collapse: collapse; width: 100%; margin-bottom:10px; margin-left:10px;}
	th, td { padding: .0em .0em; vertical-align: top;}
	th {}
	td {}
	tr{}
	td a, td a:visited {}
	td a:hover, td a:visited:hover {}
	table strong{ color:#c7e229;}
	table { line-height:20px; }
	/* Table alternate rows */
	.alt1 {background:url(../images/alt1.gif);}
	.alt2 {background:url(../images/alt2.gif);}

	
	
	/* Forms */
	form{ margin-top:20px;}
	input, textarea {background-color: #f4f6fa; border: 1px solid #c0bdbd; padding: .3em .3em; width: 250px; margin-bottom:10px;.margin-bottom:0px; font-size:12px;}
	.button {background-color: #767879; border: 1px solid #000000; color: #FFFFFF; font-weight: normal; padding: .1em .2em; text-transform: uppercase; width:auto;}

/* Classes */
	
	.clearAll {clear: both;}
	.displayNone, .hideFromScreen {display: none;}
	
	
	/* Alignment */
	.centre {text-align: center;}
	.left {text-align: left;}
	.right {text-align: right;}
	
	/* Highlighting */
	.highlight {color: #f5aa09; 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 */
