@charset "utf-8";
.handheldgps {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: overline;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
}
.small-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.normal-text {
	font-family: "Myriad Web Pro";
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}
.normal-text-arial {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
}
.sub-title {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: overline;
}
.sub-title-without-overline {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.sub-title-normal_case {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}
.table-border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: thin solid #674613;
	letter-spacing: 2px;
	word-spacing: 1px;
	white-space: pre;
	display: table-cell;
	text-transform: capitalize;
}
body {
	background-image: url(images/bg-x-y.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.title-red {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.title-big {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}
.title-whiteCopy {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	text-decoration: blink;
	border: 2px none #FF0000;
}

