@font-face {
	font-family: 'Desyrel';
	font-style:  normal;
	font-weight: normal;
	src: url('./font/DESYREL_.eot');
	src: local('Desyrel Regular'), local('Desyrel'), url('./font/DESYREL_.woff') format('woff'), url('./font/DESYREL_.ttf') format('truetype');
}

@font-face {
	font-family: 'Frutiger55Roman';
	font-style:  normal;
	font-weight: normal;	
	src: url('./font/Frutiger55Roman.eot');
	src: local('Frutiger55Roman Roman'), local('Frutiger55Roman'), url('./font/Frutiger55Roman.woff') format('woff'), url('./font/Frutiger55Roman.ttf') format('truetype');
}

/* @font-face
	{
		font-family: 'Desyrel';
		font-style:  normal;
		font-weight: normal;
		src: url('./font/DESYREL0.eot');
	}
@font-face 
	{
		font-family: 'Frutiger55Roman';
		font-style:  normal;
		font-weight: normal;
		src: url('./font/FRUTIGE1.eot');
	} */
	
.white	{background-color:white;}
.black  	{background-color:#050403  /* PMS Black     */}
.red 	{background-color:#EF2B2D; /* PMS 032       */}	
.blue	{background-color:#008FFF; /* PMS 300       */}
.yellow 	{background-color:#FFD600; /* PMS 116       */}
.lemon  	{background-color:#FFF8C6; /* Lemon Chiffon */}	
html, body, iframe
	{	color: #050403;
		background-color: white;
		font-family: Frutiger55Roman, Arial, sans-serif;
		font: normal 14px Frutiger55Roman;
		height: 100%;
		margin:  0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;			
	}
body
	{	letter-spacing: 1px;
		background-color: #ffd600;
		overflow: auto;
		margin: 0;
		padding: 0;		
	}
a,a:visited
	{
		font-style: italic;
		color: #050403;
		text-decoration: none;
		/*border-bottom: 1px dotted white;*/
	}
a:hover
	{
		color: green;
		/*background-color: #FFF8C6;
		border-bottom: 1px dotted #008FFF;*/
	}
table,td,tr,form,frame
	{
		vertical-align: top;
	    background-color: transparent;
		border: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
thead,th
	{
		text-align: center;
		color: white;
		background-color: #008FFF;
	}
img
	{
		border: 0px 0px 0px 0px;
	}
ul,li
	{
		list-style-position: outside;
		list-style-type: disc;
	}
select, textarea, input
	{
		background-color: transparent;
	}
b
	{
		letter-spacing: 2px;
	}
h1
	{
		color: white;
		letter-spacing: 4px;
	}
.info
	{
		background-color: #FFF8C6;
		border: 1px solid #008FFF;
		margin: 0px 0px 0px 0px;
	}
.infoshadow
	{
	}
/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/
a.helpLink {
		font-style:         none;
		text-decoration:    none;
		cursor:				help;
	}
a.helpLink:hover {
		background-color:   #008FFF;
		text-decoration:	none;
		border-bottom:		1px dotted white;
	}
.help-tooltip {
		position:	absolute;
		width:		300px;
		border:		1px Solid WindowFrame;
		background:	Infobackground;
		color:		InfoText;
		font:		StatusBar;
		font:		Status-Bar;
		padding:	3px;
		filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
		z-index:	10000;
	}
.help-tooltip a,
.help-tooltip a:hover {
		color:		blue !important;
		background:	none;
