body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans serif;
	font-size: 10px;
	background-color: #e6e6e6;
}

table.centered {
	width: 884px;
	height: 100%;
}

td.leftBg {
	width: 60px;
	height: 100%;
	background-image: url(../images/bg-main-left.jpg);
}
td.rightBg {
	width: 60px;
	height: 100%;
	background-image: url(../images/bg-main-right.jpg);
}
td.centered {
	width: 764px;
	height: 100%;
	background-image: url(../images/bg-main.jpg);
}

table.main {
	width: 764px;
	height: 100%;
}

td {
	font-family: Arial, sans serif;
	font-size: 12px;
	color: 505050;
}

td.main {
	width: 764px;
	height: 99%;
}

td.head {
	width: 764px;
	height: 100px;
	background-image: url(../images/bg-head.jpg);
	text-align: center;
	vertical-align: middle;
}

td.language {
	width: 100%;
	height: 29px;
}

td.content {
	width: 100%;
	padding: 30 0 20 0px;
}

table.content {
	width: 100%;
}

table.navi {
	width: 214px;
	border-top: 1px solid #717171;
}

td.navi {
	width: 214px;
}

td.naviCell {
	width: 214px;
	border-bottom: 1px solid #717171;
}

td.text {
	width: 550px;
	padding: 0 12 0 20px;
}

div.topImg {
	width: 496px;
	border: 1px solid #a9a9a9;
	margin-bottom: 10px;
}

td.finalText {
	width: 496px;
	padding: 10 10 10 10px;
}

div.finalText {
	width: 496px;
	border: 1px solid #a9a9a9;
	background-color: white;
	padding: 0 0 0 0px;
}

td.finalTextNoPadding {
	width: 496px;
	padding: 0 0 0 0px;
}

div.finalTextNoPadding {
	width: 496px;
	border: 1px solid #a9a9a9;
	background-color: white;
	padding: 0 0 0 0px;
}

td.finalTextEmpty {
	width: 496px;
	padding: 0 0 0 0px;
}

div.finalTextEmpty {
	width: 496px;
	padding: 0 0 0 0px;
}

iframe.contentFrame {
	width: 100%;
}

h1 {
	color: #5a5d86;
	font-size: 18px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

h2 {
	color: #5a5d86;
	font-size: 12px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

p {
	line-height: 130%;
	text-align: justify;
}

td.input {
	padding: 2 0 2 0px;
}

input {
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid white;
	border-top: 1px solid white;
}

input.text {
	width: 220px;
}

textarea {
	width: 100%;
	height: 120px;
	font-family: arial, sans-serif;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid white;
	border-top: 1px solid white;
}

a {
	color: #5a5d86;
	text-decoration: underline;
}
a:link { color: #5a5d86; }
a:visited { color: #5a5d86; }
a:active { color: #5a5d86; }
a:hover { color: black; text-decoration: none; }


a.naviButton {
	color: #606060;
	font-family: Trebuchet MS;
	font-size: 18px;
	width: 190px;
	padding: 2 0 2 24px;
	display: block;
	background-image: url(../images/bg-navi-off.jpg);
	text-decoration: none; 
}
a.naviButton:link    { color: #606060; }
a.naviButton:visited { color: #606060; }
a.naviButton:active  { color: #606060; }
a.naviButton:hover   { color: #5a5d86; font-weight: bold; background-image: url(../images/bg-navi-on.jpg); }


a.naviButton2 {
	color: #5a5d86;
	font-family: Trebuchet MS;
	font-size: 18px;
	width: 190px;
	padding: 2 0 2 24px;
	display: block;
	background-image: url(../images/bg-navi-on.jpg);
	text-decoration: none; 
	font-weight: bold; 
}
a.naviButton2:link    { color: #5a5d86; }
a.naviButton2:visited { color: #5a5d86; }
a.naviButton2:active  { color: #5a5d86; }
a.naviButton2:hover   { color: #5a5d86; font-weight: bold; background-image: url(../images/bg-navi-on.jpg); }

