body {
	
	background-color: #F8F2E7;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bg.jpg);
}
	
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222244;
}

a {
	color: #222244;
}

.postcard {
	border: 1px solid #333333;
	padding: 5px;
	background-color: #FFFFFF;
}


.content {
	height: 370px;
	width: 320px;
	overflow: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.txt_content {
	font-size: 11px;
	letter-spacing: 0.04em;
	line-height: 1.55em;
}

.txt_headline
{
	font-size: 14px;
	font-weight: bold;
}


.form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #222048;

}
.textfield {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	border: 1px dotted #666666;
	color: #222048;
	overflow: auto;
	
}
.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}
