/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.style1 {font-size: 12px}
.style2 {color: #000066}
.style3{
color: #000066;
font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	font-size: 12px;
}

#boutter{
	border:solid #003333;
	border-width:1px 0px 0px 1px;
}
#binner{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBBBBB;
	border-right-color: #EBBBBB;
	border-bottom-color: #EBBBBB;
	border-left-color: #EBBBBB;
}
