
* {margin: 0; padding: 0;}

body {
	color: #242423;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	text-align: center;
	background:url(../images/bk_tile.gif) repeat-x top;

}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #0694ca; margin-bottom: 1em;}
	
	h1 {color: #0694ca;font-size: 115%;font-weight: bold;}
	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: #848d08; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { text-decoration: underline; color:#3e4d59;}
	
	p {padding-bottom: 1.5em; 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;}
	
    strong{color:#848d08;}
	
	table {border-collapse: collapse; margin-bottom: 1.5em;}
	th, td { padding: .4em .3em; vertical-align: top; border-right:#FFFFFF solid 1px;}
	th { background-color:#097fa3; color:#FFFFFF;}
	td {}
	
	td a, td a:visited {border: 0px; color: #0378c7;}
	td a:hover, td a:visited:hover {color: #0378c7; text-decoration: underline;}
	/* Table alternate rows */
	.alt1 {}
	.alt2 { background-color:#ebecec;}

	
	
	/* Forms */
	input, textarea {background-color: #fff; border: 1px solid #d6d6d6; padding: .2em .4em;}
	.button {background-color: #c0cf05; border: 1px solid #000000; color: #fff; font-weight: normal; padding: .2em .1em; text-transform: uppercase; width:auto !important;}

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