body		{	margin					:	1px 1px 0px 1px;
				padding					:	0px 0px 0px 0px;
			}

img			{
				border					:	0;
			}

em			{
				font-weight				:	bold;
				color					:	#10137E;
			}
			
a			{
				text-decoration			:	underline;
				font-weight				:	normal;
				color					:	#10137E;
				border					:	0px;
			}

a:active	{
				text-decoration			:	none;
				font-weight				:	bold;
			}
			
p			{
				padding-bottom			:	0px;
			}
			
h2			{
				 color					:	#10137E;
				 font-size				:	14pt;
			 }
			
a:visited	{
				text-decoration			:	underline;
				font-weight				:	normal;
				color					:	#10137E;
				border					:	0px;
			}
			
a:hover		{
				text-decoration			:	none;
				font-weight				:	normal;
				color					:	#10137E;
				/*background-color		:	#E3E5EB;*/
			}
			
.logo		{
				height					:	50px;
				width					:	230px;
				margin-left				:	10px;
				margin-top				:	10px;
				margin-bottom			:	0px;
				position				:	fixed;
				float					:	none;
				clear					:	both;
				background-image		:	url(../images/logo_small.gif);
				background-position		:	center left;
				background-attachment	:	fixed;
				background-repeat		:	no-repeat;
			}
			
.menu a		{
				font-weight				:	normal;
			}
			
.menu a:hover td{
					background-color	:	#AAAAEE;
					color				:	#10137E;
					border				:	0px;
					font-weight			:	normal;
				}
				
.menu a:active td{
					background-color	:	#AAAAEE;
					color				:	#10137E;
					border				:	0px;
				}
				
.menu a:visited td{
					font-weight			:	normal;
				}
				
.bar2		{
				height					:	58px;
				background-image		:	url(../images/bar2.gif);
				background-position		:	right;
				background-repeat		:	repeat-y;
				background-attachment	:	fixed;
			}
			
.button		{
				background-color		:	#E3E5EB;
				border					:	1px solid #10137E;
				color					:	#10137E;
				height					:	20px;
				width					:	22px;
				font-size				:	9pt;
				margin-left				:	2px;
			}

.txtField	{
				background-color		:	#E3E5EB !important;
				border					:	1px solid #10137E;
				color					:	#10137E;
				height					:	16px;
				font-size				:	10pt;
				background-image		:	url("../images/bg_textbox2.gif");
				background-position		:	top right;
				background-repeat		:	no-repeat;
			}
			
.bar3		{
				text-align				:	right;
				background-color		:	#283693;
				color					:	#FFFFFF;
				font-weight				:	bold;
				padding-right			:	24px;
				font-size				:	14pt;
				background-image		:	url(../images/bar3.gif);
				background-position		:	right;
				background-repeat		:	repeat-y;
				background-attachment	:	fixed;
			}

.breadcrumb	{
				background-color		:	#283693;;
				text-align				:	left;
				color					:	#FFFFFF;
				font-size				:	9pt;
				padding-left			:	10px;
			}
			
.breadcrumb a{
				color					:	#FFFFFF;
				font-size				:	9pt;
				font-weight				:	normal;
				text-decoration			:	underline;
			}
			
.breadcrumb a:hover{
				color					:	#FFFFFF;
				font-size				:	9pt;
				font-weight				:	bold;
				text-decoration			:	none;
			}
			
.breadcrumb a:visited{
				color					:	#FFFFFF;
				font-size				:	9pt;
				font-weight				:	normal;
				text-decoration			:	underline;
			}

.breadcrumb a:visited:hover{
				color					:	#FFFFFF;
				font-size				:	9pt;
				font-weight				:	bold;
				text-decoration			:	none;
			}
								
.content	{
				font-size				:	9pt;
				font-family				:	Arial;
				color					:	#000000;
				padding-left			:	5px;
				padding-right			:	5px;
				text-align				:	justify;
			}
			
.bottom		{
				background-image		:	url(../images/bar_bottom.gif);/*basiskleur gradient : 3333CC*/
				background-position		:	left;
				background-repeat		:	repeat-y;
				background-attachment	:	fixed;
			}
			
.light a	{
				text-decoration			:	none;
				font-weight				:	normal;
				color					:	#FFFFFF;
				border					:	0px;
			}

.light a:visited	{
				text-decoration			:	none;
				font-weight				:	normal;
				color					:	#FFFFFF;
				border					:	0px;
			}
			
.light a:hover		{
				text-decoration			:	none;
				font-weight				:	normal;
				color					:	#FFFFFF;
				font-weight				:	bold;
				/*background-color		:	#10137E;*/
			}

.mnuCurrent	{
				background-color		:	#AAAAEE;
				border					:	1px solid #10137E;
			}
