

body {
	margin: 0px;
}
* {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #646466;
}
a, .link_color {
	color: #0062AC;
}
a img {
	border: 0;
}
.strong, .strong * {
	font-weight: bold;
}
.small, .small * {
	font-size: 10px;
}
p.small {
	margin-bottom: 5px;
}
select option {
	font-size: 10px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 21px;
}
h3 {
	font-size: 13px;
	margin-bottom: 1px;
}
h2, h2 * {
	font-size: 15px;
}
p {
	line-height: 16px;
}
p, h1, h2 {
	margin-bottom: 15px;
}
td {
	vertical-align: top;
}

.language_selector_items {
	width: 90px;
	background-color: #646466;
	text-align: left;
}
.language_selector_items .low {
	font-size: 9px;
	padding: 2px 3px 3px 17px;
}
.language_selector_items .high {
	font-size: 9px;
	padding: 2px 3px 3px 17px;
}
.language_selector_items .low a {
	font-size: 9px;
	color: #ffffff;
}
.language_selector_items .high a {
	font-size: 9px;
	color: #b2b2b2;
}
.language_selector_items .bottom {
	font-size: 9px;
}