body {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-color:#FFFFFF;
}

.normal {
	font-size:10pt;
	color:#000000;
}
.small {
	font-size:10px;
}
.failure {
	color:#ff0000;
}

.bold {
	font-weight:bold;
}

.colored {
	color:#003366;
}

.top-navi {
	font-size:10pt;
	color:#003366;
}

.headline-1 {
	font-size:20pt;
	font-weight:bold;
	color:#003366;
}

.headline-2 {
	font-size:12pt;
	font-weight:bold;
	color:#003366;
}

.headline-3 {
	font-size:16pt;
	font-weight:bold;
	color:#003366;
}

a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#C31A1B;
	text-decoration:none;
}

.italic {
	font-style:italic;
}

ul {
	list-style-image:url(img/bullet.gif);
}

a.upper_menu {
	text-align:right;
	vertical-align:top;
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	color:#003366;
	text-decoration:none;
}

a.upper_menu:hover {
	color:#003366;
}

.col-header {
	color:black;
	background-color:#EBEBEB;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:4px;
	padding-left:4px;
	margin-bottom:0px;
}

#menu a.country_list {
	display:block;
	padding:2px 0 0 18px;
	background:url("img/arrow_normal.gif") 0 0 no-repeat;
	text-decoration:underline;
}
#menu a.country_list:hover {	
	background:url("img/arrow_hover.gif") 0 0 no-repeat;
	background-position: 0 0;
	text-decoration:none;
}
