/*
   Concept, design and pogramming: 
      http://www.skipintro.nl
*/


/* base font */
body {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #51526B;
}

/* links with diffrent colors in diffrent tags */
a:link 		{ color: #DA4289;text-decoration:underline; font-weight: bold;}
a:visited 	{ color: #DA4289;text-decoration:underline; font-weight: bold;}
a:active	{ color: #000000;text-decoration:underline; font-weight: bold;}
a:hover		{ color: #51526B;text-decoration:underline; font-weight: bold;}

a.active:link 		{ color: #000000;}
a.active:visited 	{ color: #000000;}
a.active:active		{ color: #000000;}
a.active:hover		{ color: #000000;}

.textlinkn a:link 	{ color: #DA4289;text-decoration:underline; font-weight: normal;}
.textlinkn a:visited 	{ color: #DA4289;text-decoration:underline; font-weight: normal;}
.textlinkn a:active 	{ color: #000000;text-decoration:underline; font-weight: normal;}
.textlinkn a:hover	{ color: #51526B;text-decoration:underline; font-weight: normal;}

a.textlinkn:link 	{ color: #DA4289;text-decoration:underline; font-weight: normal;}
a.textlinkn:visited 	{ color: #DA4289;text-decoration:underline; font-weight: normal;}
a.textlinkn:active 	{ color: #000000;text-decoration:underline; font-weight: normal;}
a.textlinkn:hover	{ color: #51526B;text-decoration:underline; font-weight: normal;}

.lefttext a:link 	{ color: #51526B;text-decoration:underline; font-weight: normal;}
.lefttext a:visited 	{ color: #51526B;text-decoration:underline; font-weight: normal;}
.lefttext a:active 	{ color: #000000;text-decoration:underline; font-weight: normal;}
.lefttext a:hover	{ color: #51526B;text-decoration:underline; font-weight: normal;}

.front  {
	position: relative;
	margin: 0px auto 0px auto;
	width: 720px;
	top: 40px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}


.text {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #51526B;
	line-height: 14px;
}

.texttd {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #51526B;
	background-color: #f8f8f8;
}

.texttdhighlited {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #51526B;
	background-color: #EEEEEE;
}


.textlinkn {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #51526B;
	line-height: 14px;
}

.lefttext {
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #63615F;
	line-height: 14px;
}

form, input{
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #51526B;
	margin: 0px;
	padding: 0px;
}

.radio {
	backround-color: #EDEDED;
}

.form, .input{
	font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	color: #63615F;
	margin: 0px;
	padding: 0px;
}

.radioonpage {
	backround-color: #F8F8F8;
}

b, strong {
	font-weight: bold;
}

.grey {
	color: #cccccc;
	font-weight: bold;
}
.line { border: solid 1px black; font-family: Verdana, Arial,  Helvetica;
	font-size: 10px;
	
	color: #51526B;}
