
* {margin: 0; padding: 0;}

body {
	color: #242423;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	margin: 0;	

}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #81b45d; margin-bottom: 1em;}
	
	h1 {color: #204333;font-size: 135%;font-weight: bold;padding-bottom: 10px;}
	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: #204333; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { text-decoration: underline; color:#81b45d;}
	
	p {padding-bottom: 1.5em; text-align: left;}
	
	img  {border: 0;}
	sup {font-size: .7em;}
	strong{ color:#81b45d;}
	
	ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
	ul {list-style: square;}
	ol {list-style: lower-roman;}
	
	table {border-collapse: collapse;   margin-bottom: 1.5em; width: 100%;}
	th, td { padding: .4em .2em; vertical-align: top;}
	th {}
	td {}
	tr{}
	td a, td a:visited {border: 0px; color: #f76206;}
	td a:hover, td a:visited:hover {color: #0378c7; text-decoration: underline;}
	/* Table alternate rows */
	.alt1 {background:url(../images/alt1.gif);}
	.alt2 {background:url(../images/alt2.gif);}

	
	
	/* Forms */
	input, textarea {background-color: #fff; border: 1px solid #7F9DB9; padding: .3em .3em; width: 240px;}
	.button { background:url(../images/btn_bg.gif) repeat-x bottom; border: 1px solid #365d39; color: #FFFFFF; font-weight: normal; padding: .3em; padding-bottom: .4em;text-transform: uppercase; width:auto; cursor:pointer; }
	
	.tickbox { width:50px; }

/* 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 */

#share{ margin-left:140px; width: 150px;}