html body {
	margin:0px 0px 1px 0px;
	text-rendering: optimizeLegibility;
	height: 100%;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font: normal 10pt Arial,Helvetica,sans-serif;
	}
#Content	{
	margin: 20px auto 0px auto;
	width: 700px;
	}

/* STANDARD TABBED MENU */
ul.menulist {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display:table-row;
}

ul.menulist li a	{
	text-decoration: none;
	width: 90px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;

	}
ul.menulist li {
    float: left;
	text-transform: uppercase;
	font-family: sans-serif;
/* Remove &nbsp; in list and add line below to have tabs with overlapping edges */
	margin: 0px -1px 0px -1px;
/*	 font-variant: small-caps;*/
}
ul.menulist li.underline	{
	border-bottom: 2px solid #4CC252;
	padding-top: 14px;
	height: 35px;
}
/* #4CC252 was #7bd580 */
ul.menulist a.active {
    display: block;
    padding: 7px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
    background-color: transparent;
	border-top: 2px solid #4CC252;
	border-left: 2px solid #4CC252;
	border-right: 2px solid #4CC252;
}
ul.menulist a.inactive {
    display: block;
    padding: 6px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #4CC252;
    background-color: #a0e0a0;
}
/* END */
	
img.center	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right	{
	float: right;
	display: block;
	padding: 5px 0px 5px 15px;
	outline: none;
	}
img.left	{
	float: left;
	display: block;
	padding: 5px 5px 5px 0px;
	}
span.bold	{
	font-weight: bold;
	color: black;
	white-space:nowrap;
	}

#main a:link {
	background-color: transparent;
	text-decoration: none;
	color: blue;
	outline: none;
	}

#main a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #9BE5A0;
	outline: none;
	}

table.centre	{
	margin-left: 0px;
	width: 700px;
}


td	{
	color: blue;
	vertical-align: middle;
	font-family:arial,helvetica,sans-serif;
	font-size: 8pt;
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 2px;
	text-align:center;
	text-decoration: none;
	background-color: #000d000;
	border-top: 2px solid #00b000;
	border-right: 2px solid #008000;
	border-bottom: 2px solid #008000;
	border-left: 2px solid #00b000;
	outline: none;
}
#menu 	{
	background-color: transparent;
	margin: 0px auto 0px 25px;
	top: 120px;
	position: absolute;
	}

td a {
	font-family:arial,helvetica,sans-serif;
	font-size: 8pt;
	width: 90px;
	height: 30px;
	margin: 0px;
	text-align:center;
	text-decoration: none;
	background-color: #7bd580;
	outline: none;
	}


a:visited {
	color: blue;
   }

td.active {
	width: 90px;
	height: 40px;
	background-color: #0000d00;
	border-bottom: none;
	outline: none;
   }
td.inactive {
	width: 90px;
	height: 30px;
	background-color: #7bd580;
	outline: none;
   }



#header {
	color: black;
	background-image: url("fm-images/fm-pageheading.png");
	margin: 0px auto 0px auto;
	width: 700px;
	height: 78px;
	}

#graph	{
	width:700px;
	height: 270px;
	overflow: hidden;
	align: center;
	}
#meter 	{
		top:200px;
		position: absolute;
		background-image: url("fm-images/meter.png");
		background-repeat: no-repeat;
		margin: 0px auto 0px 44px;
	}

#fullscreen 	{
		top:200px;
		position: absolute;
		background-image: url("fm-images/meter.png");
		background-repeat: no-repeat;
		margin: 0px auto 0px 44px;
		}
#main {
	color: black;
	float: left;
	position: relative;
	left:20px;
	padding-bottom: 30px; /* Avoids text ending right at the bottom of the window */
	padding-left: 5px;
	width: 650px;
	height: 80%;
	top:100px;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	background-color: transparent;
	text-align: justify;
	text-justify: auto;
	}

#main a:visited	{
	color: blue;
}
#main a:hover	{
	color: blue;
}


/* ID     - use #name    - specificity=100 */
/* CLASS  - use tag.name - specificity=10  */
/* tag    - use tag      - specificity=1   */

h1	{
	background-color: transparent;
	font-family:Arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	width: 98%;
	padding-top: 0px;
	border-bottom: 1px solid black;
	}

h2	{
	background-color: transparent;
	font-family:Arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	width: 100%;
	clear: both;
	height: 18px;
	padding-top: 10px;
	border-bottom: 1px solid black;
	}
h3	{
	background-color: red;
	display: inline;
	color: #008000;
	height: 18px;
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	font-size: 10pt;
	padding:2px 4px 2px 2px;
	}

/*	padding	one value	applies to all	*/
/*		two values	1st-top/bottom, 2nd right/left	*/
/*		three values	1st-top, 2nd right/left, 3rd-bottom	*/
/*		four values	top, right, bottom, left	*/

