@charset "utf-8";
/* CSS Document */

.link {font-size: 12px; color: #f4f5f0; font-family: Arial, Helvetica, sans-serif;}
a:link {
	color: #F4F5F0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F4F5F0;
}
a:hover {
	text-decoration: none;
	color: #F4F5F0;
}
a:active {
	text-decoration: none;
	color: #F4F5F0;
}
body {
	background-color: #4C535B;
}
.Header {
	font-size: 12px;
	color: #f4f5f0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C535B;
}
.content {
	font-size: 12px;
	color: #f4f5f0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
}
