body
{
	color			: #333333;
	background-color	: #EBEFDE;
}

td
{
	font-family		: arial;
	font-size		: 12px;
	color			: #333333;
}

.mainTable
{
	border-style		: solid;
	border-width		: 1px;
	border-right-width	: 2px;
	border-bottom-width	: 2px;
	border-color		: #666666;	
	background-color	: #FFFFFF;
}

.main
{
	line-height		: 16px;
}

.maincontent
{
	line-height		: 16px;
	padding			: 10px;
}

h1
{
	display			:inline ;	
}

.h1
{
	font-weight		: bold;
	color			: #720166;
	font-size		: 12px;
}

a
{
	color			: #720166;
	text-decoration		: underline;
}

a:hover
{
	color			: #C0CF99;
	text-decoration		: none;
}


/* navigatie en hyperlinks */

.navMain a
{
	font-weight		: bold;
	font-size		: 11px;
	color			: #720166;
	text-decoration		: none;
}

.navMain a:hover
{
	font-weight		: bold;
	font-size		: 11px;	
	color			: #720166;
	text-decoration		: underline;
}

.navSubHeader
{
	color			: #720166;
	font-weight		: bold;
	text-align		: center;
	background-color	: #C0CF99;
	border-width		: 0px;
	border-bottom-width	: 1px;
	border-color		: #720166;
	border-style		: solid;
	height			: 20px;
}

.navPageHeader
{
	color				: #720166;
	font-weight			: bold;
	text-align			: center;
	background-color	: #C0CF99;
	border-width		: 0px;
	border-bottom-width	: 1px;
	border-color		: #720166;
	border-style		: solid;
	height				: 2px;
}

.navSubHeader a,.navSubHeader a:hover
{
	color			: #720166;
	font-weight		: bold;
	text-decoration	: none;
}

.subNavLink
{
	padding-top		: 3px;
	color			: #720166;
	text-align		: center;
	/* background-color	: #D9E2C2; */
	background-color	: #C0CF99;
	border-width		: 0px;
	border-bottom-width	: 1px;
	border-color		: #720166;
	border-style		: solid;
	height			: 20px;
}

.subNavLink a
{
	font-weight		: bold;
	color			: #720166;
	text-decoration		: none;
}

.subNavLink a:hover
{
	font-weight		: bold;
	color			: #720166;
	text-decoration		: underline;
}

/* pagina link */

.subNavPageLink
{
	padding-top		: 3px;
	color			: #720166;
	text-align		: center;
	/* background-color	: #D9E2C2; */
	background-color	: #C0CF99;
	border-width		: 0px;
	border-bottom-width	: 1px;
	border-color		: #720166;
	border-style		: solid;
	height			: 20px;
}
.subNavPageLink a
{
	color			: #720166;
	text-decoration		: none;
}

.subNavPageLink a:hover
{
	color				: #720166;
	text-decoration		: underline;
}

.curSubject
{
	text-align		: center;
	width			: 159px;
	font-weight		: bold;
	color			: #FFFFFF;
}

address
{
	font-weight		: bold;
	color			: #720166;
	font-style		: normal;
}

/* input types */

.loginInput
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: #333333;
	font-size		: 11px;
}