/* GENERAL LAYOUT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	}

td, table, div {
	border: 0px solid #ebebeb;
	vertical-align: top;
	}


/* TOPBAR */

td.topbar {
	height: 145px;
	width: 100%;
	vertical-align: bottom;
	padding-bottom: 25px;
	}

td.topbar td {
	text-align: center;
	vertical-align: bottom;
	}

td.logo,
td.companyname {
	width: 230px;
	}

td.logo {
	height: 100px;
	vertical-align: middle;
	}

td.topbar td table {
	margin-bottom: 10px;
	}

td.topbar td td {
	border-right-width: 1px;
	padding-bottom: 0px;
	height: 20px;
	}

td.topbar td td a {
	text-decoration: none;
	}

td.topbar td.language {
	height: 20px;
	vertical-align: top;
	text-align: right;
	}
td.topbar td.language a {
	padding-left: 20px;
	text-decoration: none;
	}


/* MIDBAR */

td.midbar {
	border-top-width: 3px;
	height: 25px;
	vertical-align: middle ! important;
	}
td.midbar td {
	padding-left: 40px;
	}
td.midbar td a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	}
td.midbar td form {
	float: right;
	}


/* SEARCHFORM */

td.midbar form {
	padding: 0px;
	margin: 0px;
	}
td.midbar input,
td.midbar button {
	height: 16px;
	border: 1px solid #000000;
	font-size: 10px;
	}
td.midbar input {
	background-image: url('../images/bg_input.gif');
	background-repeat: no-repeat;
	margin-right: 5px;
	}


/* CONTENTBAR */

td.bgContent {
	width: 100%;
	height: 100%;
	}

#home td.bgContent {
	padding-bottom: 25px;
	}

#home td.content {
	padding: 25px 0px 0px 40px;
	}
#next td.content {
	padding: 25px 0px 0px 40px;
/*	padding: 5px 20px 5px 20px; */
	}
#next td.content table {
	width: 100%;
	}
#next td.content td {
	padding: 0px 20px 5px 0px;
	}


/* SUBMENU */

td.submenu {
	width: 160px;
	padding: 25px 0px 25px 40px;
	}
td.submenu a {
	text-decoration: none;
	}
#home td.submenu {
	display: none;
	}
td.submenu ul ul {
	margin-left: -5px;
	}
td.submenu ul > ul {
	margin-left: 20px;
	}


/* BOTTOMBAR */

td.bottombar {
	height: 95px;
	padding-top: 15px;
	}
td.bottombar a {
	text-decoration: none;
	}

td.companyname {
	padding-left: 40px;
	}
tr > td.companyname {
	width: 193px;
	}

td.bottombar td table {
	margin-left: 20px;
	}
td.bottombar td td {
	padding: 0px 20px 0px 20px;
	border-right-width: 1px;
	}


/* CONTENT LAYOUT */

ul,
td.content ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	list-style-type: none;
	}
ul li,
td.content ul li {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 22px; 
	line-height: 18px;
	background-image: url('../images/q1.jpg');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	}
ol li,
td.content ol li {
	margin: 0px 0px 0px 22px; 
	padding: 0px; 
	line-height: 18px;
	}
ol {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	}


/* HOMEPAGE */

table.logos {
	border-top: 1px solid #c2c2c2;
	background-color: #eaeaea; 
	width: 100%; 
	margin: 15px 0px 10px 0px;
	}
table.logos td {
	text-align: center;
	padding: 5px;
	}
table.logos td img {
	margin-left: 20px;
	margin-right: 20px;
	}

table.newsitems {
	width: 686;
	border-top-width: 2px;
	}

table.newsitems td {
	font-size:10px;
	line-height:11px;
	color:#2A2A2A;
	padding: 0px 0px 0px 20px;
	margin: 1px 1px 0px 1px;
	background-position: left top;
	background-repeat: no-repeat;
	}
table.newsitems td img {
	float: right;
	margin-right: -5px;
	}
table.newsitems td > img {
	margin-right: 0px;
	}


/* FORMS */

td.content form td {
	padding: 2px 10px 2px 0px;
	}

td.content input.formfield,
td.content select.formfield,
td.content textarea,
td.content button {
	width: 200px;
	height: 18px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
td.content textarea {
	height: 50px;
	}

td.content input.formfield,
td.content select.formfield,
td.content textarea {
	background-image: url('../images/bg_input.gif');
	background-repeat: no-repeat;
	}

td.content button {
	font-weight: bold;
	}

button {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_button.png',sizingMethod='crop') ! important;
	} 

form > button,
td > button {
	background-image: url('../images/bg_button.png') ! important;
	background-repeat: no-repeat;
	}
