
* {margin: 0; padding: 0;}

body {
	background: #dce0e1;
	color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	background: url(../images/bk_tile.jpg) bottom left repeat-x #000000;
	min-height: 860px;
	.min-height: auto;

}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #fff200; margin-bottom: 1em;}
	
	h1 {color: #fff200;font-size: 165%;}
	h2 {font-size: 120%; font-weight: bold;}
	h3 {font-size: 110%; font-weight: bold;}
	h4 {color: #dad02d; font-size: 100%; font-weight: bold;}
	h5 {font-size: 100%; font-weight: bold;}
	h6 {font-size: 100%; font-weight: bold;}
	
	a, a:visited {color: #fff200; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { text-decoration: underline; color:#FFFFFF;}
	
	p {padding-bottom: 1.5em; text-align: left;}
	
	img  {border: 0;}
	sup {font-size: .7em;}
	strong{ color:#fff200;}
	
	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 {}
	td h3{color:#fff200; background:url(../images/dottedLineLt.gif) repeat-x bottom; padding-bottom:5px; width:80%; margin-bottom:5px;}
	tr{}
	td a, td a:visited {border: 0px; color: #fff200;}
	td a:hover, td a:visited:hover {color: #fff200; text-decoration: underline;}
	td strong{line-height:25px;.line-height:30px;}
	/* 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: 250px;} 
	.button { border: 1px solid #CCCCCC; color: #4e4c4c; font-weight: normal; padding: .1em .1em .1em .1em; text-transform: uppercase; width:auto; background:url(../images/btn_submit.gif) repeat-x;}

/* Classes */
	
	.clearAll {clear: both;}
	.displayNone, .hideFromScreen {display: none;}
	
	
	/* Alignment */
	.centre {text-align: center;}
	.left {text-align: left;}
	.right {text-align: right;}
	
	/* Highlighting */
	.highlight {color: #fa2424;  font-weight: bold;}
	.yellow {color: #fff200;}
	
	/* 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 */