@charset "utf-8";
/* CSS Document */


/* CSS Document */

body  {
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Candara, "Trebuchet MS", Verdana, Geneva, Helvetica;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
h1,h2,h3,h4,h5,h6,li {
	padding:0px;
	margin:0px;
	font-size: 1em;
}
p {
	font-size: 1em;
}
li li {
	font-size: 1em;
}
a {
	color: #4B5C83;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited, a:active {
	color: #4B5C83;
}

h1 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: .5em;
	padding-bottom: 0.5em;
}

.heading {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.breadcrumbs {
	padding-top: 0.1em;
	padding-left: 2em;
}

