/* CSS Document */

@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	margin-bottom: 0em;
}

h2 {
	margin-bottom: 0em;
}

h3 {
	margin-bottom: 0em;
}

h4 {
	margin-bottom: 0em;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

iframe {
	border: none;
	width: 100%;
	height: 100%;
}

img {
	border-color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:11px;
	margin-right:110px;
	margin-top:18px;
	margin-bottom:10px;
}

.headerText a:link {
	text-decoration:underline;
	color:#000000;
}

.headerText a:visited {
	color:#000000;
}

.headerText a:hover {
	color:#000000;
	text-decoration: none;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	text-transform: none;
}

.footerText a {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}

.footerText a:visited {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}

.footerText a:hover {
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}

.breadCrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-transform: none;
}

.breadCrumbs a:link {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

.breadCrumbs a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

.line {
    border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

#myProperty {
    background-repeat: no-repeat;
    background-position: center center;
}

#backButton {
	padding-right: 2px;
}

#forwardButton {
	padding-left: 2px;
}