.cyan {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	color: #66FFFF;
	font-variant: normal;
	text-transform: none;
}
.greenheader {
	font-size: 21px;
	font-weight: 500;
	text-transform: capitalize;
	color: #00FF00;
}
.caption {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #FFFF00;
}

.RedLine {
	font-family: Times New Roman;
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	line-height: 50px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #FF0000;
	margin: 10px;
	height: 50px;
	width: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-bottom-color: #8B8B8B;
	border-left-color: #CFCFCF;
	position: static;
}

.navigate {
	font-family: "Times New Roman";
	font-size: 20pt;
	font-weight: 800;
	text-transform: none;
	color: #009966;
	background-color: #FFFF00;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #999999;
	border-bottom-color: #4D4D4D;
	border-left-color: #C4C4C4;
	font-style: normal;
	line-height: 50pt;
	letter-spacing: normal;

}
.cyan {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #B3FFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: justify;
}

.MapBorder {
	border: 6px solid #FFFF00;
}
