.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #438940;
	text-decoration: none;
	font-weight: normal;
}
a:active { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #438940;
	text-decoration: none;
	font-weight: normal;
}
a:visited { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #438940;
	text-decoration: none;
	font-weight: normal;
}
a:hover { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #438940;
	text-decoration: none;
	font-weight: bold;
}
.navlinks:link { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.navlinks:active { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.navlinks:visited { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.navlinks:hover { 
        font-family: Arial, Verdana;
	font-size: 12px;
        color: #99FF00;
	text-decoration: none;
	font-weight: bold;
}
.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F6FAFE;
	border: 0px dotted #5197D2;
	width: 15px;
}
.textarea2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 98%;
	border: 1px dotted #5197D2;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 250px;
	border: 1px dotted #5197D2;
}
.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px dotted #5197D2;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 100px;
	border: 1px dotted #5197D2;
}
.body {
	background-attachment: fixed;
	background-color: #E7FFD8;
	background-image: url(img/navbar_bg_cbissen.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.navbarbg {
	background-image: url(img/navbar_cbissen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
BODY {
	SCROLLBAR-FACE-COLOR: #44883F;
	SCROLLBAR-HIGHLIGHT-COLOR: #E7FFD8;
 	SCROLLBAR-SHADOW-COLOR: #E7FFD8;
	SCROLLBAR-3DLIGHT-COLOR: #E7FFD8;
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #E7FFD8;
 	SCROLLBAR-DARKSHADOW-COLOR: #E7FFD8;
}