body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}

#tableHeader{
	height: 120px;
	border-bottom: 5px #0094A1 solid;
	background-repeat: no-repeat;
}

#languageBar{
	height: 18px;
	width: 160px;
	margin-left: 10px;
	background-color: white;
}

#languageBar a {
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
}

#languageBar a:hover {
	color: #0094A1;
}

#languageBar a.selected {
	color: #0094A1;
}

#languageBar span {
	color: #0094A1;
	font-family: Verdana;
	font-size: 11px;
}

#tableTabs {
height: 40px;

}

#tableTabs td.inactive{
	width: 515px;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url('/img/tab_i.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

div.linkTab {
	position: relative;
	width: 115px;
	height: 40px;
	float: left;
}
div.linkTab div.inactive {
	background-image: url('/img/tab_i.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 40px;
}
div.linkTab div.active {
	background-image: url('/img/tab_a.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 40px;
}
div.linkTab a {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.linkTab div.label {
	padding-left: 10px;
	padding-top: 7px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

#divNews{
	width: 220px;
	height: 80px;
	background-color: #0094A1;
}

#divNews a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

#divNews a:hover {
	text-decoration: underline;
}

#menu{
	width: 120px;
}

#menu div{
	width: 160px;
	height: 20px;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
}

#menu div.itemI{
	position: relative;
	background-image: url('/img/btn_menu_i.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 4px;
}
#menu div.itemA{
	position: relative;
	background-image: url('/img/btn_menu_a.gif');
	background-repeat: no-repeat;
	color: #0094A1;
}
#menu div.itemS{
	position: relative;
	background-image: url('/img/btn_menu_s.gif');
	background-repeat: no-repeat;
	color: #0094A1;
/*	padding-bottom: 4px;*/
}

#menu div.label{
	padding-top: 3px;
	padding-left: 28px;
}

#menu a {
	position: absolute;
	top: 0px;
	left: 0px;
}

#pageLayout {
	margin-left: 75px;
	margin-top: 30px;
}

#pageTitle {
	font-family: Verdana;
	font-size: 24px;
	font-style: italic;
	color: #0094A1;
}

#pageText {
	margin-top: 30px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5;
}

#pageText ul li {
	margin-bottom: 20px;
}

h3.nopd {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.arrowed {
	height: 20px;
	padding-top: 3px;
	padding-left: 20px;
	background-color: #0094A1;
	background-image: url('/img/arrow.gif');
	background-repeat: no-repeat;
}

div.arrowed a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.dn_link {
	color: blue;
	font-family: Verdana, Tahoma, serif;
	font-size: 12px;
	text-decoration: none;
}

.dn_link:hover{
	color: red;
}