/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: #244F29;
}
a:link:hover, a:visited:hover {
 text-decoration: none;
 color: #49B11B;
}


/* Page */
body {
	background-image:url(images/back.gif);
	background-repeat: repeat-x;
	font-family: arial;
}
table.main{
	border-collapse: collapse;
}
td.head{
	border-left: 1px solid #999898; 
	border-right: 1px solid #999898; 
	border-top: 1px solid #999898; 
	background: white;
	text-align: center;
	vertical-align: middle;
}
td.buttons {
	padding-left: 0px;
	padding-right: 5px;
}
td.lang {
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
	background: #E1E1E0;
}
td.content {
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #333333;
	text-align: left; 
}
td.title {
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #164700;
}
.loginfield {
	width: 158px;
	height: 18px;
	font-size: 9px;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 3px;
	vertical-align: middle;
	border:solid 0 #fff;
	background: transparent 
	url("images/search_field.gif") no-repeat;
}
.loginbutton {
	vertical-align: middle;
}
td.footer {
	text-align: left;
	vertical-align: middle;
	height: 18px;
}
.footer {
	font-size: 11px;
	color: #333333;
}
.footer:link, .footer:visited { color: white; text-decoration: none }
.footer:hover, .footer:visited:hover { color:#FCDC04; text-decoration: none}
#content {
	background: #FFFFFF;
	font-size: 12px;
	color: black;
	text-align: left; 
}
#content p {
	margin: 0px;
	padding-bottom: 8px;
	clear: both;
}
table.menu {
	font-size: 11px;
	color: white;
}
img.bottom
{ 
	vertical-align: text-bottom;
}
td.submenu {
	background-image:url(images/submenu_back.gif);
	background-repeat: repeat-x;
	width: 193px; 
	height: 283px;
	vertical-align: top;
	border-left: 1px solid #999898;
	border-right: 1px solid #999898;
}
#navcontainer{
	text-align: center;
	vertical-align: middle;
}
.navtab, .navtabcurrent, .navtabtraccurrent {
	padding-left: 10px;
	border: none;
}
.navtab {
	text-transform: uppercase;
	font-size: 10px;
	color: white;
}
.navtab:link, .navtab:visited { color: white; text-decoration: none }
.navtab:hover, .navtab:visited:hover { color:#FFE404; text-decoration: none}

.navtabcurrent {
	text-transform: uppercase;
	/*border-bottom: 1px solid #ffffff;*/
	color: white;
	font-size: 10px;
}
.navtabcurrent:link, .navtabcurrent:visited { color: #FFE404; text-decoration: none }
.navtabcurrent:hover, .navtabcurrent:visited:hover { color: white; text-decoration:none}
td.navsub {
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 3px;
}
td.navsub_link {
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
}
.navsub {
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #164700;
}
.navsub:link, .navsub:visited { color: #164700 }
.navsub:link:hover, .navsub:visited:hover { text-decoration: none; color: #46AC1A; }

