﻿/* overwritten tags */
body
{
	background:#D8D6D7 url(./images/bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#515F6C;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:black;
	overflow:auto;
}
h1,h2,a,p,div,span,td,th,input,select,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
a
{
	color:#229FF6;
	text-decoration:none;
}
a:hover { text-decoration:underline; }



/* CUSTOM CLASSES */

/* content table columns-sizing */
.tb-content { width:742px; }

.td-frame-vertical
{
	background:#666666;
	width:1px;
}
.td-frame-vertical-white
{
	background:#ffffff;
	width:1px;
	height:8px;
}
.td-frame-horizontal
{
	background:#666666;
	height:1px;
}

.td-nav-top
{
	background:url(./images/nav-top-bg.gif);
	height:21px;
}
.td-nav
{
	background:#1B3359;
	padding:8px;
	text-align:center;
}
.td-nav-bottom
{
	background:url(./images/nav-bottom-bg.gif);
	height:3px;
}

.td-spacer { width:20px; }

.language
{
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
}
.language:hover
{
	text-decoration:underline;
}

.td-content
{
	background:#ffffff;
	padding:20px;
}

.text-en
{ 
	color:#666666; 
	line-height:140%;
}