@charset "utf-8";
/* CSS Document Marye.nl (C) Gorter Advisie */


/* Maintags*/
body					{	margin:0px;	
							scrollbar-track-color:#FFFFFF;
						    scrollbar-shadow-color:#CCCCCC;
						    scrollbar-face-color:#FF7000;
						    scrollbar-highlight-color:#FFFFFF;
	    					scrollbar-darkshadow-color:#FFFFFF;
					    	scrollbar-3dlight-color:#FFFFFF;
							scrollbar-arrow-color:#FFFFFF;
						}
			
img						{	border:none}

a:link 					{	color: #000000; text-decoration:none}
a:visited 				{	color: #000000; text-decoration:none}
a:hover					{	color: #000000; text-decoration:underline}
a:active				{	color: #000000; text-decoration:none}




/*DIVs positioning and scrolling*/
.scrollarea				{	width:565; 
							height: 427; 
							overflow-x: hidden; 
							overflow-y: auto;
						}

.contentcontainer		{	width:530;
						}



/* Textstyles and decorations */
.pagetitle				{ 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
							font-size: 18px;
							font-weight: bold;
							line-height:2 em;
						}

.text					{ 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
							font-size: 14px;
							line-height:2 em;
							text-align:justify
						}


.boldtext				{ 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
							font-size: 14px;
							line-height:2 em
						}

.agendalegend			{ 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
							font-size: 12px;
							font-weight:bold;
						}

.agendaentry			{ 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
							font-size: 12px;
						}

/* Photoalbum specific styles */
.photoalbumpic			{	border:double; 
							border-color: #FF7000
						}

