
* {margin: 0; padding: 0;}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	text-align: left;
	background:url(../images/bodyint_tile.gif) repeat-x;
}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color:#0093d0;}	
	h2, h3, h4, h5, h6 {margin: 10px 0px 2px 0px;}
	
	h1 {font-size: 130%;}
	h2 {color:#0093d0; font-size: 120%;}
	h3 {font-size: 110%;}
	h4 {font-size: 100%;}
	h5 {font-size: 100%;}
	h6 {font-size: 100%;}
	
	
	a, a:visited {color: #0093d0; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { text-decoration: underline; color:#0874a1;}
	
	p {padding-bottom: 1em; text-align: left; line-height: 180% !important; }
	
	img  {border: 0;}
	sup {font-size: .7em;}
	strong{ color:#0093d0;}
	
	ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
	ul {list-style: square;}
	ol {list-style: lower-roman;}
	li {  }
	
	/*table {border-collapse: collapse; border-top: 1px solid #C3B889;  margin-bottom: 1.5em; width: 100%;}*/
	table {margin-bottom: 1.5em; width:100%;}
	th, td {padding: .2em .2em; vertical-align: top; font-size:12px; line-height: 1.5em;}
	th { font-size:12px; font-weight:bold;}
	td {}
	
	td a, td a:visited {border: 0px;}
	td a:hover, td a:visited:hover {text-decoration: underline;}
	td strong {}
	
	
	/* Forms */
	input, textarea { width:200px; background-color: #fff; border: 1px solid #7F9DB9; padding: .2em .2em; font-size:12px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
	.button {border: 1px solid #000000; color: #FFFFFF; font-weight: normal; padding: .2em .2em; text-transform: uppercase;	background-color: #1f1d1d;width:auto;}

/* Classes */
	
	.clearAll {clear: both;}
	.displayNone, .hideFromScreen {display: none;}
	
	/* First para text emphasis */
	.first{font-size:120%;}	
	
	/* 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; margin: 4px}
	.floatRight {float: right; margin: 4px}
	
	/* Inline Images */
	.imgLeft{float: left; margin-right: 10px;}
	.imgRight{float: right; margin-left: 10px;}
	
	.noStyle {background: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important;} /* removes background and border styles */

	#page {font-size: 1.2em;} /* resets font size on page to 12px equivalent */
}


