body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffcc;
}

td,tr {
	font-size: 11px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;	
	color: #000000;
}
.titlebg {
	background-image:  url(baggerkl.jpg);
}

.boldfont {
	font-weight: bold;	
}
.boldwhite {
	font-weight: bold;	
	color: #ffffff;
}

.bigfont {
	font-size: 16px;
	font-weight: bold;	
}

.monotype {
	font-family: Monotype Corsiva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;	
}

.smallfont {
	font-size: 9px;
}

.fullsize {
  height: 100%;
  width: 100%;
}

/*----- Hyperlinks ---------*/
a:link {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
a:active {
	color: #004bcb;
	font-weight: bold;	
	text-decoration: underline;
}
a:hover {
	color: #004bcb;
	font-weight: bold;	
	text-decoration: underline;
}

