/* let page use the whole screen! */
html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%
}

/* Use this to display table-borders */
/*
td {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
 */


#table_layout {
	border: 0px;
	width: 100%;
	height: 100%;
}

#td_logo {
	height: 120px;
	border-bottom: 1px solid #aaaaaa;
	text-align: center;
	vertical-align: middle;
}
#img_logo {
	border: 0px;
}

#td_top_bar {
	border-bottom: 1px solid #aaaaaa;
}
#table_top_bar {
	width: 100%;
	height: 100%;
}

#td_title {
	padding-top: 30px;
	padding-left: 15px;
	vertical-align: top;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #d00b3c;
	text-shadow: #000000 2px 2px 2px;
}

#td_subnavigation {
	height: 20px;
}
#table_subnavigation {
	height: 100%
}

#table_subnavigation td {
	padding: 8px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #d00b3c;
}
#table_subnavigation td a:link {
	color: #d00b3c;
	text-decoration: none;
}
#table_subnavigation td a:active {
	color: #d00b3c;
	text-decoration: none;
}
#table_subnavigation td a:visited {
	color: #d00b3c;
	text-decoration: none;
}
#table_subnavigation td a:hover {
	color: #d00b3c;
	text-decoration: underline;
}

#table_subnavigation td.td_subnav_active {
	color: #ffffff;
	background-color: #d00b3c;
}
#table_subnavigation td.td_subnav_active a:link {
	color: #ffffff;
	text-decoration: none;
}
#table_subnavigation td.td_subnav_active a:active {
	color: #ffffff;
	text-decoration: none;
}
#table_subnavigation td.td_subnav_active a:visited {
	color: #ffffff;
	text-decoration: none;
}
#table_subnavigation td.td_subnav_active a:hover {
	color: #ffffff;
	text-decoration: none;
}

#td_left_bar {
	width: 200px;
	padding: 0px;
	background-color: #d00b3c;
	vertical-align: top;
}
#table_left_bar {
	width: 100%;
	margin: 0px;
}

#table_navigation {
	width: 100%;
	margin: 0px;
}
#table_navigation td {
	padding: 8px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #d00b3c;
}
#table_navigation td a:link {
	color: #ffffff;
	text-decoration: none;
}
#table_navigation td a:active {
	color: #ffffff;
	text-decoration: none;
}
#table_navigation td a:visited {
	color: #ffffff;
	text-decoration: none;
}
#table_navigation td a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#table_navigation td.td_nav_active {
	color: #d00b3c;
	background-color: #ffffff;
}
#table_navigation td.td_nav_active a:link {
	color: #d00b3c;
	text-decoration: none;
}
#table_navigation td.td_nav_active a:active {
	color: #d00b3c;
	text-decoration: none;
}
#table_navigation td.td_nav_active a:visited {
	color: #d00b3c;
	text-decoration: none;
}
#table_navigation td.td_nav_active a:hover {
	color: #d00b3c;
	text-decoration: none;
}

#td_languages {
	padding-top: 10px;
}
#table_languages {
	width: 100%;
}

#table_languages td {
	width: 50px;
	padding: 5px;
}
#table_languages img {
	width: 50px;
	border: 0px;
}
#td_english {
	padding: 5px 5px 5px 0px;
}

#td_validity {
	padding-top: 20px;
	text-align: center;
}

#td_validity img {
	border: 0px;
}

#td_content {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
#td_content a:link {
	color: #d00b3c;
	text-decoration: none;
}
#td_content a:active {
	color: #d00b3c;
	text-decoration: none;
}
#td_content a:visited {
	color: #d00b3c;
	text-decoration: none;
}
#td_content a:hover {
	color: #d00b3c;
	text-decoration: underline;
}

#td_content h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
}

#td_bottom_bar {
	padding: 5px;
	height: 20px;
	border-top: 1px solid #aaaaaa;
	font-family: Courier New;
	font-size: 10pt;
	font-weight: normal;
	color: #999999;
	text-align: right;
	vertical-align: middle;
}
