* {
 margin: 0;
 padding: 0;
}

body {
	padding: 0px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #fff;
	background-image: url(images/butbar.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

p { margin-bottom: 1em; }

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 1em;
}

h1,h2,h3 {
 margin-bottom: .5em;
 font-family: Arial, Helvetica, sans-serif;
 line-height: normal;
}

h1 {
	font-weight: normal;
	font-size: 10px;
	text-indent: 1px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.dropdown-upward {
 margin-top: 400px !important;
}
