
* {margin: 0; padding: 0;}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0;
	text-align: left;
	background:url(../images/bk_tile.jpg) repeat-x top #040c1e; 
}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #83cdfd; margin-bottom: 1em;}
	
	h1 {font-size: 130%; font-weight: bold;}
	h2 {color: #83cdfd; font-size: 120%; font-weight: normal;}
	h3 {font-size: 110%;}
	h4 {font-size: 100%;}
	h5 {font-size: 100%;}
	h6 {font-size: 100%;}
	
	a, a:visited {color: #83cdfd; font-weight: normal; text-decoration: none;}
	a:hover, a:visited:hover { text-decoration: underline; color:#fff;}
	
	p {padding-bottom: 1.5em; text-align: left;}
	
	p.first{ font-size:16px;}
	p.first strong{ font-weight:normal;}
	
	img  {border: 0;}
	sup {font-size: .7em;}
	strong{ color:#83cdfd;}
	
	ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
	ul {list-style: square;}
	ol {list-style: lower-roman;}
	
	/*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: .4em .2em; vertical-align: top; font-size:11px;}
	th { font-size:12px; font-weight:bold; background:url(../images/subnavLI.gif) repeat-x bottom;}
	td {}
	table.tableNoBorder{background:none; margin-bottom: 0; padding: .4em .2em; vertical-align: top;} 
	th.thNoBorder{background:none; 0; padding: 0 0; padding: .4em .2em; vertical-align: top;}
	td.tdNoBorder {background:none; 0; padding: 0 0; padding: .4em .2em; vertical-align: top;}
	
	td a, td a:visited {border: 0px;}
	td a:hover, td a:visited:hover {text-decoration: underline;}
	td strong { line-height:20px; color:#077deb; border-bottom:}
	
	
	/* Forms */
	input, textarea { width:190px; background-color: #e9f4f9; border: 1px solid #dde3e6; padding: .2em .5em; font-size:12px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
	textarea { width:280px; font-size: 12px;}
	.button {font-weight: normal; background:url(../images/btn_submit.gif); width:98px; height: 32px;  font-size:1.3em; border:none; color:#FFF; cursor:pointer; padding-bottom: 6px;}

/* 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;}
	.inlineEmp {color: #a23404; font-size: 1.1em; font-weight: bold;}
	.yellow {color: #f5aa09;}
	
	/* Float Elements */
	.floatLeft {float: left;}
	.floatRight {float: right;}
	
	/* inline image Floats */
	.imgLeft {float: left; margin-right:5px;}
	.imgRight {float: right; margin-left:5px;}
	
	.noStyle {background: none !important; border: 0 !important; width: auto;} /* removes background and border styles */

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


