/* Global - CSS Document */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
	
p {
	}
	
h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 16px;
	}
	
h3 {
	font: 15px;
	}
	
h4 { 
	font: 14px;
	}
	
h5 { 
	font: 12;
	}
	
.title1 {
	font-family: "Trebuchet MS", "Book Antiqua";
	font-size: 38px;
	color: #0000CC;
}

.title2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	color: #0000CC;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.janswede {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: 0000CC;
	font-weight: bold;
}

.bbbureau a:link, a:visited {
	font:;
	color:;
	background-color:#FFFFFF;
	padding: 0 4px 0 4px;
	color: #7792A0;
	font-weight: bold;
	}

.shoe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
}
	
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	background: none;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #0000CC;
	background: none;
	}
	
acronym {
	border-bottom: none;
	}
	
/* id/containers */

#shell {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 1px dotted #CC6699;
	}
	
#banner {
	background-color: #FFFF66;
	border: thin solid #CACA52;
	padding: 5px;
	position: relative;
	text-align: center;
 }
	
#navbar {
	padding: 0;
	position: relative;
	background-image: url(../images/navbar-background2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
 }
 

/* Footer */
	
#footer {
	text-align: center;
	position: relative;
	border-top: solid #666666 thin;
	padding: 4px;
	}

#bbb {
	height: 84px;
	padding: 10px 0 4px 145px;
 	}
	
#bbbicon {
	height: 84px;
	width: 53px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#bbbjswede {
	margin: 0;
	padding: 0 0 0 4px;
	top: -42px;
	left: 54px;
	position: relative;
	width: 475px;
	}
	
#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#footer .update {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#footer .webmaster {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
