body {
	background: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
hr {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* header styles */

#container-header-left {
	width: 258px;
}
#container-header-right {
	width: 450px;
	text-align: right;
	line-height: 18pt;
	font-size: 8pt;
}
#container-header-right a.header:link, a.header:active, a.header:visited {
	color: #000000;
	text-decoration: none;
}
#container-header-right a.header:hover {
	text-decoration: underline;
}

#container-content-left-menu {
	width: 120px;
	padding-right: 15px;	
}

/* position styles */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* image styles */

img {
	border: 0px;
}
img.float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* font styles */

.telephone {
	font-weight: bold;
	color: #bd1f25;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.searchurl {
	font-style: italic;
	color: #a8a8aa;
}
ul .subsubsection {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
}
.subsubsection li {
}

.small {
	font-size: 7pt;
}
