@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bkg_elements/bkg_pattern.jpg);
}
.center {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
table {
	border: thin solid #282129;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 1.9em;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 1.9em;
	text-align: center;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #660066;
	text-decoration: overline;
}
a:visited {
	color: #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

