
body {
    background: white url("../images/bg_760_white_shadow_stripe_line.png") center repeat-y;
    color: rgb(70, 70, 70);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

a {
    color: rgb(70, 70, 70);
    text-decoration: underline;
    font-weight: bold;
}

a.langSelector {
    text-decoration: none;
}

a.menuItem {
    color: rgb(70, 70, 70);
    text-decoration: none;
    font-weight: bold;
	font-style: italic;
	padding: 5px;
}

td.menuItem {
    font-size: 11px;
    color: rgb(70, 70, 70);
    font-weight: bold;
	background: url("../images/button.gif");
	background-repeat:no-repeat;
	border: 0;
	padding: 5px;
	text-align: center;
    line-height: 1.0;
}

img.headerImage {
    border: 0;
}

img.langImage {
    border: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.wrapper1 {
    text-align: center;
}

.wrapper2 {
    text-align: left;
    margin: auto;
    width: 760px;
}

p.header {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: center;
}

.left {
    float: left;
    width: 150px;
    margin: 10px;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

.right {
    float: right;
    width: 550px;
    margin: 20px;
	overflow: hidden;
}

.contentFrame {
	overflow: hidden;
}

