/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-family: Verdana, Tahoma, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

A:link
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial
}
A:visited
{
    FONT-SIZE: 12px;
    COLOR: #ffcccc;
    FONT-FAMILY: verdana,arial
}
A:active
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial

}
A:hover
{
    FONT-SIZE: 12px;
    COLOR: #ffcccc;
    FONT-FAMILY: verdana,arial
}

.searchInput
{
	font-size: 12px;
	background-image: none;
	text-transform: none;
	color: #333399;
	background-color: #fffff1;
}
.searchSubmit
{
	font-weight: normal;
	font-size: 12px;
	background-image: none;
	color: #33ccff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #c4a6b1;
	border-bottom-style: none;
}

.bodyTekst
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}
.kleinVet
{
	font-weight: bold;
	font-size: 12px;
	color: #3333cc;
	font-family: Verdana, Tahoma, 'Times New Roman';
}
.kopTekst
{
	font-weight: bold;
	font-size: 30pt;
	color: #3333cc;
	font-family: Verdana, Tahoma, 'Times New Roman';
}
.bodyTekstVet
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}
.h4Groot
{
	font-size: 20px;
	color: #336699;
	font-family: Verdana, Tahoma, Arial;
}

SELECT.pvselect
{	
	padding-bottom: 0px;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold; 
	color:#5D768C; 
	width:120px;
	background-color:#FFFFFF;
	background:#FFFFFF;	  
}

.tab
{
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	background-color: midnightblue;

}
.bnt
{
	width:60px;
}

.tdedge
{
	border-right: midnightblue 1px solid;
	border-top: midnightblue 1px solid;
	border-left: midnightblue 1px solid;
	border-bottom: midnightblue 1px solid;
}

.belowNav
{
	font-size: 12px;
	font-family: Verdana;
}

.topheader
{
	background-attachment: fixed;
	background-image: url(http://www.telephonyindex.co.uk/images/top.gif);
	background-repeat: no-repeat;
	
}

.bodytekst
{
	font-size: 12px;
}

.topborder
{
	
}

.blauwbalk
{
	background-color: #263995;
}

.tekstbalk
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 12px;
	padding-left:12px;
	padding-right:12px;
}

.bgGrey
{
	font-weight: bold;
	font-size: 12px;
	color: #88000d;
	background-color: #eaf1f3;
}

.bgOdd
{
	font-weight: bold;
	font-size: 12px;
	color: #BA0012;
	background-color: #f5ffff;
}

A:Grey:link
{
    COLOR: #88000d;
    FONT-FAMILY: verdana,arial;
	font-weight: bold;
	font-size: 12px;
}
A:Grey:visited
{
    COLOR: #88000d;
    FONT-FAMILY: verdana,arial;
	font-weight: bold;
	font-size: 12px;

}
A:Grey:active
{
    COLOR: #88000d;
    FONT-FAMILY: verdana,arial;
	font-weight: bold;
	font-size: 12px;
}
A:Grey:hover
{
    COLOR: #88000d;
    FONT-FAMILY: verdana,arial;
	font-weight: bold;
	font-size: 12px;
}
td
{
	height:10px;
}

a.VacMenu
{
	text-decoration: none;
}
a.VacMenu:visited
{
	color: #b20504;
	text-decoration: none;
}
a.VacMenu:hover
{
	color: #b20504;
	text-decoration: underline;
}



UL LI {	
		list-style-type:	disc;
	}	

UL LI LI	{	
		list-style-type:	 circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	