﻿body
{
	background-color: #484848;
	margin-top: 0px;
	margin-bottom: 0px;
}

.CenterStage
{
	background-color: #ffffff;
	width: 1024px;
	text-align: left;
}
.TopBanner
{
	background-color: #444444;
	background-image: url("images/banner.jpg");
	height: 149px;
}
.PlaceHolder
{
	position: absolute;
	width: 1024px;
}
.Menu
{	
	padding-left: 5px;
	background-image: url("images/menu.gif");
	width: 150px;
	height: 100%;
}
.Content
{
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	margin-left: 155px;
	width: 854px;
	overflow: auto;
	font-family: 'Century Gothic' , Verdana, Arial;
	font-size: 13px;
	text-align: justify;
}
.bottombar
{
	position:absolute;
	bottom: 0px;
	height: 20px;
	background-color: #2b2b2b;
	width: 1024px;
	text-align: center;
	color: #e78304;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 13px;
	padding-top: 3px;
}
.knop
{
	padding-top: 6px;
	background-color: #71b4fe;
	width: 138px;
	height: 25px;
	font-family: "Century Gothic" , Verdana, Arial;
	font-size: 12px;
	color: #2b2b2b;
	vertical-align: middle;
	text-align: center;
	border: #a7d1ff 1px solid;
	margin-bottom:5px;
}
.knopContent
{
	padding-top: 0px;
	background-color: #71b4fe;
	width: 138px;
	height: 32px;
	font-family: "Century Gothic" , Verdana, Arial;
	font-size: 12px;
	color: #2b2b2b;
	vertical-align: middle;
	text-align: center;
}
.knopContent:hover
{
	padding-top: 0px;
	background-color: #71b4fe;
	width: 138px;
	height: 32px;
	font-family: "Century Gothic" , Verdana, Arial;
	font-size: 12px;
	color: #2b2b2b;
	text-decoration: underline;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
}

.knopNoLink
{
	padding-top: 0px;
	background-color: #71b4fe;
	width: 138px;
	height: 32px;
	font-family: "Century Gothic" , Verdana, Arial;
	font-size: 12px;
	color: #2b2b2b;
	vertical-align: middle;
	text-align: center;
}
.knopActive
{
	padding-top: 0px;
	background-color: #71b4fe;
	width: 138px;
	height: 32px;
	font-family: "Century Gothic" , Verdana, Arial;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline;
}
.knop:hover
{
	padding-top: 6px;
	background-color: #71b4fe;
	width: 138px;
	height: 25px;
	font-family: "Century Gothic" , Verdana, Arial;
	font-size: 12px;
	color: #2b2b2b;
	text-decoration: underline;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	border: #e8f0ff 1px solid;
}
.DefaultTable
{
	border: none 0px;
	padding: 0px;
}
.NarrowFonts
{
	font-family: Verdana, Arial;
	letter-spacing: -0px;
	font-size: 7pt;
}