@charset "UTF-8";
body {
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 150%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
h1 {
	/* [disabled]font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 140%;
	line-height: 22px;
	color: #000000;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-weight: lighter;
}
.container {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.content  {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	background-color: #efefef;
}
.content a    {
	color: #006e8c;
	text-decoration: none;
}
.ontent a:hover {
	color: #000;
	text-decoration: none;
}
