/* color */
a, a.menuLink, a:hover.menuLinkCountry, .contentParagraphTitle, .contentRow2 { color:#312ED7; } /* logo blue */
a:hover, a:hover.menuLink, a.menuLinkCountry, .contentTitle, .bannerText, .tariffTitle { color:#FD9303; } /* logo orange */
body, td { color:#000080; } /* old blue */
.contentHeader, a.alphabetLink, .compareTitle { color:#FFFFFF; } /* white */

/* background-color */
/* white     */ .tariefwijzerFormField, .bannerTable, .cdRow1 { background-color:#FFFFFF; } 
/* blue logo */ a.alphabetLink, .contentHeader { background-color:#312ED7; } 
/* grey      */ .contentRow1, .sideBar, .cdRow2 { background-color:#ECECEC; } 




h3
{
	color:#312ED7;
	font-weight:bold;
	font-size: 16px;
}


/* menu */
a.menuLink{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.menuLinkCountry{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: Red;
}

/* content */
body{
	margin: 0px 0px 0px 0px;
	font-family:Arial;
}

.sideBar{
	width:175px;
	vertical-align:top;
}
.contentBar{
	border-left: solid 2px #312ED7;
	border-right: solid 2px #312ED7;
	vertical-align:top;
}

/*	content table	*/
.contentTable{
	width:100%;
	font-size:12px;
	border:solid 0px #FD9303;
}
.contentHeader{
	font-weight:bold;
	font-size:12px;
}
.contentTitle{
	font-weight:bold;
	font-size:20px;
}
.contentParagraphTitle{
	font-weight:bold;
}
.contentData{
	font-size:12px;
}

.contentRow2{
	border-bottom:solid 1px #312ED7;
}

.tariffTitle{
	font-weight:bold;
}

/*	link	*/
a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

/*	categorize on alphabet	*/
.alphabet{
	font-size:12px;
	text-align:center;
}
a.alphabetLink{
	width:10px;	
	font-weight:bold;
	text-decoration:none;
	border-top:solid 1px #D0D0D0;
	border-left:solid 1px #D0D0D0;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
a:hover.alphabetLink{
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #D0D0D0;
	border-bottom:solid 1px #D0D0D0;
}

/* tarief wijzer */
.tariefwijzerTable{
	font-size:10px;
}
.tariefwijzerFormField{
	font-weight:12px;
	border:solid 1px #312ED7;
	text-align:center;
}
.tariefwijzerSelect{
	font-size:10px;
	border:solid 1px #312ED7;
}

/* banner */
.bannerTable{
	width:140px;
	border:solid 1px #312ED7;
}
.bannerText{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* forms */
.formSubmitButton{
	border:solid 1px #312ED7;
	background-color:#ECECEC;
	font-weight:bold;
}

.otherlink
{
	color: Red;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a:hover.otherlink
	{
	color: blue;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	}
	
a:link.otherlink
	{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	}
	
a:vlink.otherlink
	{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	}
	
a:alink.otherlink
{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
}