p {
}
body {
	font-family: "Arial";
}
#MainContainer {
	width: 100%;
	padding: 0px;
}
#PageBreakBefore {
	page-break-before: always;
}
h1 {
	color: #E42313;
	/*color: red*/
}
.Title {
	font-weight: bold;
	color: grey;
}
.SubTitle {
	color: #E42313;
	/*color: red*/
}
#languages{
	text-align: right;
	margin-right: 0px;
}
.linkLanguage{
	color: grey;
	cursor : pointer;
}
.linkLanguage:hover{
	font-weight: bold;
	text-decoration: underline;
}
.linkLanguageSelect{
	font-weight: bold;
	text-decoration: none;
}
