/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}

.TitleMenu {
	font-size: 18;
    color: White;
	font: Arial, Georgia, Verdana, Times New Roman;
	text-decoration: none;
}
.TitleMenu:visited {
	font-size: 18;
    color: White;
	font: Arial, Georgia, Verdana, Times New Roman;
	text-decoration: none;	
}
.TitleMenu:active {
	font-size: 18;
    color: #A82507;
	font: Arial, Georgia, Verdana, Times New Roman;
	text-decoration: none;	
}
.TitleMenu:hover {
	font-size: 18;
    color: #EB6923;
	font: Arial, Georgia, Verdana, Times New Roman;
	text-decoration: none;
}

.TopLine {
	font-size: 15;
    color: Black;
	font: Arial, Georgia, Verdana, Times New Roman;
	font-style: italic;
	font-weight: bold;
}	

.MainTitle {
	font-size: 26;
    color: #1F708D;
	font: Arial, Verdana, Times New Roman;
	font-weight: bold;
}

.Content {
	font-size: 16;
    color: Black;
	font: Arial, Georgia, Verdana, Times New Roman;
	font-weight: bold;
	text-align: justify;
}

.CityName {
	font-size: 18;
    color: #1F708D;
	font: Arial, Verdana, Times New Roman;
	font-weight: bold;
	text-align: left;
}

.SubTitle {
	font-size: 16;
    color: Black;
	font: Arial, Georgia, Verdana, Times New Roman;
	font-weight: bold;
	text-decoration: underline;
}
.bottomcontent {
	font-size: 14;
    color: Black;
	font: Verdana, Times New Roman;
	font-weight: bold;
}
.bottomcontent:visited {
	font-size: 14;
    color: Black;
	font: Verdana, Times New Roman;
	font-weight: bold;
}
.bottomcontent:active {
	font-size: 14;
    color: #A82507;
	font: Verdana, Times New Roman;
	font-weight: bold;
}

.bottomcontent:hover {
	font-size: 14;
    color: #EB6923;
	font: Verdana, Times New Roman;
	font-weight: bold;
}

.bottomlink {
	font-size: 16;
    color: Blue;
	font: Arial, Georgia, Verdana, Times New Roman;
	font-weight: bold;
}
.bottomlink:hover {
	font-size: 16;
    color: #EB6923;
	font: Arial, Georgia, Verdana, Times New Roman;
	font-weight: bold;
}