/*body {
	margin: 0;
}*/
#javabar {
	font: message-box;
	position: relative; 
	left: 0px; 
	top: 0px;
	/*margin-left:0px;
	margin-right: 22px;*/
	z-index: 99; /* Change this value accordingly to reflect your site’s setup */
}
body>div#javabar {
	position: fixed; /* Hopefully Internet Explorer 7 will parse this tag proporly */
}
#javabar a, #javabar a:link, #javabar a:visited, #javabar a:active {
	display: block;
	/*float: center;*/
	clear: both;
	width: 100%;
	color: InfoText;
	background: InfoBackground url('img/java.gif') no-repeat fixed .3em .3em; 
	border-bottom: .16em outset;
	text-align: center;
	text-decoration: none;
	cursor: default;
	padding: .45em 0 .45em 2em;
	margin: 0 -2em 0 0;
}
/*#javabar a:hover {
	color: HighlightText;
	background-color: Highlight;
}*/


/*-----------------------------------------------------------------------------------------------------------------------*/


#flashbar {
	font: message-box;
	position: relative; 
	left: 0px; 
	top: 0px;
	/*margin-left:0px;
	margin-right: 22px;*/
	z-index: 99; /* Change this value accordingly to reflect your site’s setup */
}
body>div#flashbar {
	position: fixed; /* Hopefully Internet Explorer 7 will parse this tag proporly */
}
#flashbar a, #flashbar a:link, #flashbar a:visited, #flashbar a:active {
	display: block;
	/*float: center;*/
	clear: both;
	width: 100%;
	color: InfoText;
	background: InfoBackground url('img/flash.gif') no-repeat fixed .3em .3em; 
	border-bottom: .16em outset;
	text-align: center;
	text-decoration: none;
	cursor: default;
	padding: .45em 0 .45em 2em;
	margin: 0 -2em 0 0;
}
/*#flashbar a:hover {
	color: HighlightText;
	background-color: Highlight;*/
}


/*-----------------------------------------------------------------------------------------------------------------------*/


#iebar {
	font: message-box;
	position: relative; 
	left: 0px; 
	top: 0px;
	/*margin-left:0px;
	margin-right: 22px;*/
	z-index: 99; /* Change this value accordingly to reflect your site’s setup */
}
body>div#iebar {
	position: fixed; /* Hopefully Internet Explorer 7 will parse this tag proporly */
}
#iebar a, #iebar a:link, #iebar a:visited, #iebar a:active {
	display: block;
	/*float: center;*/
	clear: both;
	width: 100%;
	color: InfoText;
	background: InfoBackground url('img/ie.gif') no-repeat fixed .3em .3em; 
	border-bottom: .16em outset;
	text-align: center;
	text-decoration: none;
	cursor: default;
	padding: .45em 0 .45em 2em;
	margin: 0 -2em 0 0;
}
/*#iebar a:hover {
	color: HighlightText;
	background-color: Highlight;*/
}