@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/stripebackground.gif)
}
h1 {
	font-size: 9px;
	color: #000000;
}
table.header {
	background: #000;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.bar {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.main {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.footer {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline overline;
}
.stepcarousel{
position: relative; /*leave this value alone*/
left: 60px;
border: 0;
overflow: scroll; /*leave this value alone*/
width: 320px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 50;
top: 50;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 310px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.foto {
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 1px solid #D3CAA9
}
#nolink {
	cursor: default;
}
a img { border: none; }

.main tr td div p a strong {
	font-size: 16px;
}
