.cellPage{
	background-color: #ADD8E6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: center;
}

.cellSite{
	width: 275px;
	height: 80px;
	vertical-align: top;
	text-align: center;
}

.tablePage{
	width: auto;
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	background-color: #ADD8E6;
	vertical-align: top;
	text-align: center;
}

a.txtPage{
	color: steelblue;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

a.txtPage:hover{
	color: red;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

a.txtSect{
	color: black;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

a.txtSect:hover{
	color: red;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

a.txtSite{
	color: black;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

a.txtSite:hover{
	color: red;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.outerTable{background-color: #4682B4;}

.innerTable{background-color: #ADD8E6;}

.hr{color: #8B0000;
	width: 70%;
}