h1, h2, h3, h4
{
	font-family : Verdana, Arial;
	color : black;
	font-size : 18px;
}

h2
{
	margin: 10px 0 5px;
}
.smalltext  {
	font-family : Verdana, Arial;
	color : black;
	font-size : x-small;
}

.minitext  {
	font-family : Verdana, Arial;
	color : black;
	font-size : xx-small;
}

.smalllink  {
	font-family : Verdana, Arial;
	color : red;
	text-decoration : underline;
	font-size : x-small;
}

.smalllink:hover  {
	font-family : Verdana, Arial;
	color : blue;
	text-decoration : underline;
	font-size : x-small;
}

p,
.maintext  {
	font-family : Verdana, Arial;
	color : black;
	font-size : x-small;
}

.sidetext  {
	font-family : Verdana, Arial;
	color : black;
	font-size : x-small;
}

.oldmaintext  {
	font-family : HandelGotDBol, Verdana, Arial;
	color : black;
}

.mailtext  {
	font-family : Verdana, Arial;
	color : black;
	font-size : x-small;
}

.header  {
	font-family : Verdana, Arial;
	color : black;
	text-decoration : underline;
	font-size : small;
	font-weight : bold;
}

.mainmenu  {
	font-family : Verdana, Arial;
	color : red;
	text-decoration : underline;
	font-size : x-small;
}

.mainmenu:hover  {
	font-family : Verdana, Arial;
	color : red;
	text-decoration : underline;
	font-weight : bold;
	font-size : x-small;
}

A  {
	font-family : Verdana, Arial;
	color : red;
	text-decoration : underline;
}

A:hover  {
	font-family : Verdana, Arial;
	color : blue;
	text-decoration : underline;
}

BODY  {
	font-family : Verdana, Arial;
}

INPUT  {

	font-size : xx-small;
	font-family : Verdana, Arial;
	color : Black;
}

.frontinput  {
	font-size : xx-small;
	font-family : Verdana, Arial;
	color : Black;
	width: 140;
}

SELECT  {
	font-size : xx-small;
	font-family : Verdana, Arial;
	color : Black;
}

.menutext  {
	font-family : Verdana, Arial;
	font-size : x-small;
}

.fplatest
{
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 175px;
}
	.fplatest h2
	{
		margin: 0;
		padding: 0;
		font-size: 16px;
		height: 38px;
	}
	.fplatest a
	{
		text-decoration: none;
	}
	.fplatest img
	{
		border: 0;
	}

	
	
.clearleft
{
	clear: left;
}
