/* CSS Document */

.navigation {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: normal;
	padding-right: 4px;
}
.navigation_RED {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: normal;
	padding-right: 4px;
}
.languages {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: normal;
}
.welcome {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.links_visited {
	a:visited;
	color: #FF0000;
}
.link_grey {
	color:#999999;
}	
a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}
.textPaddingTop {
	padding-top: 12px;
}
