@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0058A4;
	font-weight: bold;
}

H2 {
	font-size: 16px;
	color: #FDB036;
	font-weight: bold;
}

#navcontainer {
	font-size: 14px;
}
#navlist {
	padding: 5px 0;
	margin-left: 2px 0 2px;
	border-bottom: 2px solid #FFB60D;
	font-weight: bold;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 6px ;
	margin-left: 3px;
	border-bottom: 1px solid #FFAD04;
	text-decoration: none;
	background-color: #981411;
	border-top: 1px solid #FFAD04;
	border-right: 1px solid #FFAD04;
	border-left: 1px solid #FFAD04;
}
#navlist li a:link {
	padding: 6px;
	margin-left: 3px;
	border-bottom: 1px solid #FFAD04;
	text-decoration: none;
	background-color: #981411;
	border-top: 1px solid #FFAD04;
	border-right: 1px solid #FFAD04;
	border-left: 1px solid #FFAD04;
	color: #FFAA00;
}
#navlist li a:visited {
	padding: 6px;
	margin-left: 3px;
	border-bottom: 1px solid #FFAD04;
	text-decoration: none;
	background-color: #981411;
	border-top: 1px solid #FFAD04;
	border-right: 1px solid #FFAD04;
	border-left: 1px solid #FFAD04;
	color: #FFAA00;
}
#navlist li a:hover {
	padding: 6px;
	margin-left: 3px;
	border-bottom: 1px solid #FFAD04;
	text-decoration: none;
	color: #981411;
	border-color: #FFAE03;
	background-color: #FFAE03;
}
.divaGPS-here {
	color: #981411 !important;
	border-color: #FFAE03 !important;
	background-color: #FFAE03 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 6px !important;
	margin-left: 3px !important;
}
.blackregular {
	color: #000000;
}
.blacksmall {
	color: #000000;
}
.blacksregularbold {
	color: #000000;
	font-weight: bold;
}
.redregular {
	color: #A11311;
	font-weight: normal;
}
.redbold {
	color: #A11311;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #A11311;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.bluebold {
	font-size: 18px;
	color: #0058A4;
	font-weight: bold;
}
.blue {
	font-size: 12px;
	color: #0058A4;
	font-weight: normal;
}
.gray-small {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.coupon {
	border: 8px dashed #333333;
}
.Purple-Large-Bold {
	font-size: 18px;
	color: #FFB005;
	font-weight: bolder;
}
.Purple-Large-Italics {
	font-size: 18px;
	color: #FFB005;
	font-weight: bolder;
	font-style: italic;
}
.Green-Large-Bold {
	font-size: 18px;
	color: #038103;
	font-weight: bolder;
}
.Green-Med-Bold {
	font-size: 14px;
	color: #038103;
	font-weight: bolder;
}
.Burgundy-Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A11311;
	font-weight: bold;
}
.Burgundy-Regular-Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A11311;
	font-weight: bold;
}
.Bergundy-Small {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #990C1C;
}
.Blue-Bold-Large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0058A4;
	font-weight: bold;
}
.coupon-2 {
	border: 4px dotted #DC0516;
	width: 400px;
	margin: 5px auto 0px;
	padding: 3px;
}
.alert {
	color: #981411;
	border-color: #FFAE03;
	background-color: #FFAE03;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	margin-left: 3px;
	border: thin solid #E5193A;
}
.alert-1 {
	color: #0058A4;
	border-color: #FFAE03;
	background-color: #C4BDBD;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border: thin solid #E5193A;
	margin: 6px 0px;
	background-image: url(images/fallenbikerbackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

