body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/page_bg.gif);
}

#top-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #021C4F;
	font-size: 13px;
	padding: 10px 0 0 15px;
	font-weight: bold;
}

#top-nav a{
	color: #2C3A47;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 1px;
	border-top: 1px solid #2C3A47;
	border-right: 1px solid #2C3A47;
	border-left: 1px solid #2C3A47;
	background: url(images/nav_bg.gif) repeat;
}

#top-nav a:hover{
	color: #666666;
}

#footer-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C1CDD9;
	font-size: 13px;
	padding: 4px 0 4px 10px;
	background: #021C4F;
}

#footer-nav a{
	color: #C1CDD9;
	text-decoration: none;
	padding: 5px;
}

#footer-nav a:hover{
	text-decoration: underline;
}

#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #021C4F;
	font-size: 10px;
	padding: 15px 0 15px 10px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C3A47;
	font-size: 12px;
	padding: 5px 0 7px 10px;
}

h1 {
	border-bottom: 1px solid #042457;
	color: #2C3A47;
	font-size: 15px;
	background: #C1CDD9;
	margin: 5px;
	padding: 1px 5px 1px 5px;
	margin: 10px 10px;
}

h2 {
	border-bottom: 1px solid #042457;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background: #C1CDD9;
	padding: 0 0 0 5px;
}



.faqlinks {
width: 850px;
font-size: 13px;
padding: 5px 15px 15px 15px;
display: block;
line-height: 1.8em;
background: #E9EEF2;
text-align: left;
border: 1px solid #2A3A47;
margin: 10px 10px;
}

.nav-up {
background-image: url(images/back_to_top.gif);
}


/* for rounded corner body text use the following */

#cornerexample {
	position: relative;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding:1em;
	text-align:left;
	}
	.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('http://home.tiscali.nl/developerscorner/liquidcorners/images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */