body, p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333;
}

.bdy {
	margin: 0px;
	padding: 0px;
}

/* lay-out */

#logo {
	padding: 10px;
}

#lang {
	position: absolute;
	top: 39px;
	left: 490px;
}

.bannerline {
	width: 900px;
	height: 1px;
}

.bannerline .solid {
	float: left;
	width: 650px;
	height: 1px;
	background-image: url(../img/grey.gif);
}

.bannerline .gradient {
	float: left;
	width: 235px;
	height: 1px;
	background-image: url(../img/grey_gradient.gif);
}

#banner {
	clear: both;
	width: 900px;
}

#banner #foto {
	float: left;
	padding: 1px;
}

#mainissues {
	float: left;
}

#main_green {
	cursor: pointer;
	position: relative;
	width: 235px;
	height: 76px;
	background-image: url(../img/main_green.gif);
	margin-top: 1px;
}

#main_red {
	cursor: pointer;
	position: relative;
	width: 235px;
	height: 77px;
	background-image: url(../img/main_red.gif);
	margin-top: 1px;
}

#main_blue {
	cursor: pointer;
	position: relative;
	width: 235px;
	height: 76px;
	background-image: url(../img/main_blue.gif);
	margin-top: 1px;
}

.main_corner {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main_txt {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#content {
	clear: both;
	padding: 10px;
	width: 900px;
}

#content #menu {
	float: left;
	width: 230px;
}

#content #txt {
	float: left;
	width: 600px;
}

#footer {
	width: 900px;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

.spacer {
	clear: both;
}

#big_arrow {
	position: absolute;
	right: -50px;
	top: 3px;
}

/* menu */

#menu .menu_item {
	padding: 5px;
}

A.menu {
	margin-left: 5px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

A.menu:hover {
	color: #a00;
}

#menu_special .menu_item {
	padding: 5px;
}

A.menu_special {
	margin-left: 5px;
	font-size: 12px;
	color: #a00;
	font-weight: bold;
	text-decoration: none;
}

A.menu_special:hover {
	color: #600;
}

/* font styles */

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c33;
}

.warning {
	color: #600;
	font-style: italic; 
	font-weight: bold;
	border: 1px solid #600;
	background-color: #eee;
	padding: 5px;
}

.error {
	color: #f00;
	font-weight: bold;
}

/* FORMS */

.frm {
	background-color: #ffffff;
	border: 1px solid #c5cdd0;
}

.frmtitle {
	background-color: #c33;
	color: #fff;
	font-weight: bold;
}

.frmlabel {
	color: #c66;
	font-weight: bold;
	text-align: right;
}

.frminput {

}

.frmsubmit {
	text-align: right;
}

.txt { 
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e2e3ea;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	font-size: 12px;
	padding: 3px;
	background-color: #fff;
}

.sel {
	color: #000;
	font-size: 11px;
}

.btn {
	border: 1px solid #000;
	background-color: #c99;
	color: #fff;
	font-size: 11px; 
}

/* tables */

.tbl {

}

.tbl_focus {
	background-color: #ddd;
	border: 1px solid #999;
}

THEAD TD {
	border: 1px solid #ccc;
	font-weight: bold;
}

TBODY TD {
	
}

.tbl_highlight {
	background-color: #eee;
}

.tbl_normal {
	background-color: #fff;
}

.tbl_active {
	background-color: #edf6fd;
}

.tbl_subdiv {
	background-color: #ddd;
	font-weight: bold;
	font-style: italic;
}

.border {
	border: 1px solid #ccc;
}

td.tbl_label {
	padding: 5px;
	text-align: right;
	font-weight: bold;
}

td.tbl_text {
	padding: 5px;	
}

td.nws_header {
	border: 1px solid #ccc;
	background: url(../img/tblheader_bg.gif) repeat-x;
	font-weight: bold;
	height: 20px;
	padding: 3px;
}

td.nws_content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

td.nws_footer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: right;
	font-style: italic;
}

