body
{
	background-color: #8F8FBC;

    margin-top: -5px;
	margin-bottom: 0px;
	
	font-family: 'Trebuchet MS';
}
table.superTable
{
	border: 1pt solid gray;
	border-spacing: 0pt;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
}
table.subTable
{
	background-color: #D9D9F3;
	border: 0pt;
	border-spacing: 0pt;
	width: 100%;
	height: 100%;
}
td.header
{
	height: 150px;
}
table.fullTable
{
	width: 100%;
	height: 100%;
}
table.loginTable
{
	border: 1px solid gray;
	font-size: 14px;
}
td.title
{
	width: 80%;
	height: 100%;
	vertical-align: top;
	
	font-family: 'TW Cen MT';
	font-weight: bold;
	font-size: 27pt;
	color: white;
	text-indent: 10px;
	
	background-image: url('../images/attributes/head.jpg');
}
td.menu
{
	border: 0pt;
	background-image: url('../images/attributes/tdMenu-bg.jpg');
	height: 25px;
}
table.menu
{
	height: 100%;
	font-size: 10pt;
}
td.menuItem
{
	color: #FFFFFF;
	font-weight: bold;
}
td.tekst
{
	font-size: 14px;
}
td.titel
{
	text-indent: 20px;
	font-size: 25px;
	border-bottom: 1px solid gray;
}
td.flag
{
	width: 35px;
	cursor: pointer;
}
a.menu
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover
{
	text-decoration: underline;
}
a.link
{
	color: darkblue;
	font-weight: bold;
	text-decoration: none;
}
p 
{
	font-size: 14px;
	text-align: justify;
}
