body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.Sidebar {
	margin: 0px 15px 0px 15px;
	background-color: #E7F6F8;
	width: 135px;
	/*height: 400px;  height of the main picture in the page */
	overflow: hidden;
}
.Sidebar .Header {
	margin-top: 15px;
	margin-bottom: 10px;
	color:#396992;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12pt;
}
.Sidebar .Text {
	margin-bottom: 10px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
}

.Sidebar .Text p {
	margin-bottom: 10px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
}

.Sidebar A:link, .Sidebar A:Visited {
	color:#FA002C;
	font-size: 9pt;
	text-decoration:none;
	line-height:13pt;
}
.Sidebar A:Hover {
	color:#FA002C;
	text-decoration:underline;
}

.Breadcrumbs {
	color: #999999;
	padding-bottom: 15px;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
}

.Breadcrumbs A:link, .Breadcrumbs A:visited {
	color: #a9abae;
	text-decoration: none;
}
.Breadcrumbs A:hover { 
	color: Red;
	text-decoration: underline;
}


.ForeignBreadcrumbs  {
	color: #999999;
	padding-bottom: 15px;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
}


.ForeignBreadcrumbs a:link {
	color: #a9abae;
	text-decoration: none;
}

.ForeignBreadcrumbs a:visited {
	color: #a9abae;
	text-decoration: none;
}

.ForeignBreadcrumbs a:active {
	color: #a9abae;
	text-decoration: none;
}

.ForeignBreadcrumbs a:hover {
	color: Red;
	text-decoration: underline;
}

