@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
	background-image:  url("../gui/background-global.jpg");
	background-repeat: repeat-x;
}

/* CACHE ISSUE FOR BACKGROUND IMAGES */
/**************************************************/
body {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;   /*Allows all browsers but IE to size to auto for expansion */
	height: 100%;
	font-size: 16px !important; /* Sets base font size to 16px for all browers except IE */
	font-size: 100%;  /* Base font size for IE */ 
}

div, p, table, input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

sup {
	font-size: .8em;
	vertical-align: top;
	line-height: -.8em !important;
}

h3 sup {
   	margin:0px;
	padding: 0px;
	font-size: .6em;
	line-height: 0em; 
}

h4 sup {
   	margin:0px;
	padding: 0px;
	font-size: .6em;
	line-height: 0em; 
}

table td {
    vertical-align:top;
	}