/* CSS Document */
BODY, TABLE {
	font-family: "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
BODY {
	background-color: #ABBACE;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0;
}
H3 {
	font-family: Geneva, "Lucida Sans Unicode", arial, verdana, sans-serif;
	color: #626C7D;
	font-size: 16px;
	font-weight: normal;
}

A:link {
	color: #5670C3;
	text-decoration: none;
}
A:visited {
	color: #5670C3;
	text-decoration: none;
}
A:hover {
	color: #4493D5;
	text-decoration: none;
}
A:active {
	color: #4493D5;
	text-decoration: none;
}

TD { padding: 0 }

IMG { border: 0 }

#lang {
	height: 19px;
	text-align: right;
	vertical-align: middle;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 6px 2px 6px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#mainTable {
	width: 750px;
	border: 0;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 50px;
	background-image: url("images/bg_header.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
	border: 0;
}

.menu {
	background-color: white;
	background-image: url("images/bg_menu.gif");
	background-repeat: repeat-x;
	background-position: top;
}

#menuTable {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#menuTable TD {
	height: 20px;
	padding: 4px 4px 4px 10px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#contentTable {
	width: 590px;
	vertical-align: top;
	padding: 0;
}

#newsTable {
	width: 150px;
	height: 100%;
	background-color: #F2F2F2;
	background-image: url("images/bg_news.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#newsTable TD {
	padding: 20px 10px 10px 2px;
	font-size: 10px;
	color: #555555;
}

#footerTD {
	padding: 0px 5px 5px 5px;
}

#footerTable {
	width: 100%;
	height: 30px;
	border: 0;
	padding: 5px;
}

#footer {
	width: 100%;
	height: 30px;
	background-color: #5C6F8F;
}

#footer TD {
	color: white;
	vertical-align: middle;
	text-align: right;
	padding: 0px 10px 0px 10px;
}







.leftMenu {	text-align: left; }
		
.centerMenu { text-align: center; }
		
.rightMenu { text-align: right;	}
		
A.MenuLabelLink	{
	color: #000000;
	margin: 0px;
	padding: 0px;
}
A.MenuLabelLink:link { color: #000000; }
A.MenuLabelLink:visited	{ color: #000000;	}
A.MenuLabelLink:hover{ color: #000000; }
		
A.MenuLabelLinkOn {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
A.MenuLabelLinkOn:link { color: #ffffff; }
A.MenuLabelLinkOn:visited { color: #ffffff; }
A.MenuLabelLinkOn:hover { color: #ffffff; }
		
A.MenuItemLink {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
A.MenuItemLink:link { color: #000000; }
A.MenuItemLink:visited { color: #000000; }
A.MenuItemLink:hover { color: #000000; }
		
A.MenuItemLinkOn {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
A.MenuItemLinkOn:link {	color: #ffffff; }
A.MenuItemLinkOn:visited { color: #ffffff; }
A.MenuItemLinkOn:hover { color: #ffffff; }
		
.myMenu { position: absolute; visibility: hidden; z-index: 5; }

.myMenuLabelleft { padding: 0px 0px 0px 4px; text-align: left; }		
.myMenuLabelcenter { padding: 0px 0px 0px 4px; text-align: center; }		
.myMenuLabelright { padding: 0px 0px 0px 4px; text-align: right; }		
.myMenuItemleft { padding: 0px 0px 0px 4px; text-align: left; }		
.myMenuItemcenter { padding: 0px 0px 0px 4px; text-align: center; }		
.myMenuItemright { padding: 0px 0px 0px 4px; text-align: right; }		
		
#menuObject { 
width: 150px;
padding: 0;
z-index: 1;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

#content {
	width: 100%;
	border: 0;
	padding: 0;
	vertical-align: top;
	text-align: justify;
}

#content TD {
	padding: 20px 20px 20px 0px;
	vertical-align: top;
}

.col_left{
	width: 50%;
	padding: 0px 9px 9px 0px;
	text-align: left;
}

.col_right{
	width: 50%;
	padding: 0px 0px 9px 9px;
	text-align: left;
}
