@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.imageLeft {
	float: left;
	padding-right: 5px;
}
.imageRight {
	float: right;
	padding-left: 5px;
}
.imageCenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.modelNames {
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
.division {
	font-size: 16px;
	font-weight: bold;
}.pr {
	font-size: 14px;
}