@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 770px;
	background: #FFFFFF;
	margin: 24px auto 24px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColElsCtr #container_small {
	width: 412px;
	background: #FFFFFF;
	margin: 24px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 16px 16px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.tabel_lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding: 18px 0px;
}
.table_image {
	padding: 0px 12px 12px;

}
.table_image_intxt {
	padding: 12px 12px 0px;
	float: right;
}
.table_imageContact {
	padding: 0px 12px 24px;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
.p_quote {
	text-decoration: none;
	padding: 12px 12px 0px;
	font-size: 12px;
	font-style: italic;
	color: #C60;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
}

h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.table_image_intxtleft {
	padding: 12px 12px 0px;
	float: left;
}

