/* CSS Document */
body 	{
		background-color: #FFFFFF;
		}
		
table 	{
		border: solid 1px #990000;
		}
		
.navi	{
		background-image: url(images/naviback.jpg);
		border-right: solid 1px #990000;
		text-align: center;
		}
		
.mainback	{
		background-color: #CCCCCC;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		}

.main		{
		background-image: url(images/achtergrondlogo.gif);
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		font-family: Trebuchet MS;
		font-size: 13;
		color: #990000;
		}

.top	{
		font-family: Colonna mt;
		font-size: 35;
		color: #990000;
		}
		
.nl		{
		font-family: Trebuchet MS;
		font-size: 12;
		color: #990000;
		}

.small		{
		font-family: Trebuchet MS;
		font-size: 12;
		color: #990000;
		background-color: #FFFFFF;
		}
		
a.nav:link		{color: #000000; font-family: Trebuchet MS; font-weight: bold; text-decoration: none }

a.nav:visited 	{color: #000000; font-family: Trebuchet MS; font-weight: bold; text-decoration: none }

a.nav:hover 	{color: #000000; font-family: Trebuchet MS; font-weight: bold; text-decoration: underline }

a.nav:active 	{color: #000000; font-family: Trebuchet MS; font-weight: bold; text-decoration: none }

a.link:link		{color: #990000; font-family: Trebuchet MS; font-size: 13; text-decoration: none }

a.link:visited 	{color: #990000; font-family: Trebuchet MS; font-size: 13; text-decoration: none }

a.link:hover 	{color: #990000; font-family: Trebuchet MS; font-size: 13; text-decoration: underline }

a.link:active 	{color: #990000; font-family: Trebuchet MS; font-size: 13; text-decoration: none }

a.linkbig:link		{color: #990000; font-family: Colonna mt; font-size: 35; text-decoration: none }

a.linkbig:visited 	{color: #990000; font-family: Colonna mt; font-size: 35; text-decoration: none }

a.linkbig:hover 	{color: #990000; font-family: Colonna mt; font-size: 35; text-decoration: underline }

a.linkbig:active 	{color: #990000; font-family: Colonna mt; font-size: 35; text-decoration: none }

