html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.padding3 {
	padding: 3px;
}
#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	text-indent: 25px;
	line-height: 15px;
	vertical-align: middle;
}
#breadcrumb a:link {
	color: #999999;
}
#breadcrumb a:visited {
	color: #999999;
}
#breadcrumb a:hover {

	color: #333333;
}
.nogap {
	margin-top: -15px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#breadcrumb .secondLink {
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;
}

h3 {
	padding: 0px;
	margin: 0px;
}
