/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
body {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #777777;
	line-height: 1.25;
	margin: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #777777;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: 2px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 9px;
	letter-spacing: 2px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	font-style: normal;
	margin-top: 0px;
	letter-spacing: 3px;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 2px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing: 2px;
}
.h5uppercase {
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-top: 0px;
	border-bottom: 1px solid #f1f1f1
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #555;
	text-decoration: none;
}
a {
	color: #777777;
}
a:hover {
	color: #555;
}
.h4marginb50 {
	margin-bottom: 50px;
}
.Language h6{
	letter-spacing:normal;}
.grayness {
	color: #AAAAAA;
}
