﻿body
{
}

.PageHeaderText
{
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	color: Black;
	text-align: center;
	vertical-align: middle;
}
 
.UnselectedMenuText
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.HoveredMenuText
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.FooterText
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-align: center;
}

.PageText
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: White;
	text-align: center;
}

.SatelliteImageHeaderText
{
	font-family: Verdana;
	font-size: 28px;
	font-weight: bolder;
	color: Yellow;
}

.AboutPageText
{
	font-family: Georgia;
	font-size: 20px;
	color: White;
	text-align: left;
}

.HyperLink
{
	color: Yellow;
	cursor: pointer;
	font-weight: bold;
}

.DropDownListLabelText
{
	font-family: Verdana;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.GridViewHeaderText
{
	font-family: Verdana;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	background-color: Silver;
	text-align: center;
}

.GridViewItemText
{
	font-family: Verdana;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
