/* BEGIN STYLESHEET */

/* Main */
body      				{
	margin: 0; 
	padding: 0; 
	background-color: #F6F6F6;
	text-align: center;
	background-image: url("images/top_bg.gif");
	background-position: top;
	background-repeat: repeat-x;

}

/* WHITE */
.white {
color: #FFFFFF;
text-decoration: none;
font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight:bold;
}

/* NORMAAL */
a						{font-family: Tahoma; font-size: 11px; text-decoration: none}
a:link					{color: #195D6E;}
a:visited				{color: #195D6E;}
a:active				{color: #55B9D2;}
a:hover					{color: #55B9D2;}

/* TEKST */
a.anders				{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
a.anders:link			{color: #000000;}
a.anders:visited		{color: #000000;}
a.anders:active			{color: #8D0000;}
a.anders:hover			{color: #8D0000;}