table#header a:link,
table#globalNavigation a:link,
table#footer a:link,
table#header a:visited,
table#globalNavigation a:visited,
table#footer a:visited{
	text-decoration: none;
}

table#header a:hover,
table#globalNavigation a:hover,
table#footer a:hover,
table#header a:active,
table#globalNavigation a:active,
table#footer a:active{
	text-decoration: underline;
}

form#gs{
	margin: 0;
}

form#gs input#q{
	width: 10em;
	background-color: #ffffff;
	border: #afafaf 1px solid;
	font-size: 70%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	color : #000000;
	/*\*//*/
	font-family: "Arial",sans-serif;
	/**/
}

form#gs input.submitButton{
	width: 4.7em;
	background-color: #f1f1f1;
	text-align: center;
	color: #000000;
	/*\*//*/
	line-height: 1.3;
	/**/
	border: #afafaf 1px solid;
	font-size: 70%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	color : #000000;
	/*\*//*/
	font-family: "Arial",sans-serif;
	/**/
}

font.fontSize12px{
	font-size: 75%;
}

font.fontSize11px{
	font-size: 68.75%;
}

font.english{
	font-family: "Arial", "Helvetica", sans-serif;
}

form#gs input.submitButton:hover{
	background-color: #B6B6B6;
}
form#gs input.submitButton{
	behavior: expression(function (el) {
	el.onmouseover = function () { this.className += ' HOVER' };
	el.onmouseout = function () { this.className = this.className.replace (/\\s*HOVER\\b/g, '') };
	runtimeStyle.behavior = 'none';
	} (this));
}
form#gs input.submitButton.HOVER{
	background-color: #B6B6B6;
}
