html,body,td,th {
	margin:0;
	padding:0;
	height:100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454438;
}
a:link {
	text-decoration: none;
	color: #454438;
}
a:visited {
	text-decoration: none;
	color: #454438;
}
a:hover {
	text-decoration: none;
	color: #1BB8B8;
}
a:active {
	text-decoration: none;
	color: #148989;
}

/***************************************/
div#header1 {
	font-size: 10px;
	font-weight: bold;
	color: #181814;
}
div#header1padded {
	font-size: 10px;
	font-weight: bold;
	color: #181814;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #181814;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	color: #565547;
	font-weight: bold;
}

h5 {
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

/***************************************/

div#breadcrumbs {
	font-size: 10px;
	font-weight: bold;
	color: #181814;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div#breadcrumbs a {
	text-decoration: none;
	color: #454438;
}
div#breadcrumbs a:hover { 
	color: #1BB8B8;
}
div#breadcrumbs a:active { 
	color: #148989;
}

/***************************************/

div#content {
	padding-left: 15px;
	padding-bottom: 20px;
}

div#heading {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#author {
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#date {
	padding-left: 15px;
	font-size: 10px;
}
div#caption {
	font-size: 10px;
	padding-left: 15px;
}
div#search {
	padding-left: 15px;
	padding-bottom: 10px;
}
div#smallnote {
	font-size: 9px;
}
