html {
	
}
body, html {
	margin: 0;
	font-size: 16px;
	font-family: Helvetica, Arial;
	border-top: 1px solid #f0f4fc;
	background: url(/Assets/Images/bg_topframe.gif) top repeat-x;
}
a {
	font-weight: bold;
	color: blue;
}
a.inquire {
	margin-left: 10px;
}
a.s_msg {
	font-size: 16px;
	color: #ea1e1e;
	text-decoration: none;
	margin-left: 5px;
}
a.b_msg {
	color: #ea1e1e;
}
a.de {
	background: url(/Assets/Images/de.gif) left no-repeat;
	padding-left: 20px;
}
a.es {
	background: url(/Assets/Images/es.gif) left no-repeat;
	padding-left: 20px;
}
a.fr {
	background: url(/Assets/Images/fr.gif) left no-repeat;
	padding-left: 20px;
}
a.en {
	background: url(/Assets/Images/gb.gif) left no-repeat;
	padding-left: 20px;
}
#colL, #colR {
	padding: 2px 5px;
	height: 23px;
}
#colL {
	color: #6d6dff;
	font-size: 90%;
	text-align: right;
}
#colR {
	float: left;
	color: #ea1e1e;
	font-weight: bold;
	margin-right: 10px;
}
#colC {
	text-align: center;
}
#bottom {
	clear: both;
	background-color: #aeb3bd;
	height: 50px
}