body {
	margin:0px;
	overflow:auto;
	background-color: #E4E4E4;
}
label {
	cursor: pointer;
}
.bottomfooter {
	background-color: #3A738F;
}
.HomeLeftColumn, .Home2LeftColumn, .HomeMiddleColumn, .Home2MiddleColumn, .HomeRightColumn, .Home2RightColumn, .LeftTableBG, .Left2TableBG {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-repeat: no-repeat;
}

.HomeLeftColumn {
	background-image: url(/images/headers/leftColumnBG.gif);
	/* this image is 280 x 27 */
}
.Home2LeftColumn {
	background-image: url(/images/headers/leftColumnBG.gif);
	/* this image is 280 x 27 */
}
.HomeMiddleColumn {
	background-image: url(/images/headers/middleColumnBG.gif);
	/* this image is 350 x 27 */
}
.Home2MiddleColumn {
	background-image: url(/images/headers/middle2ColumnBG.gif);
	/* this image is 350 x 27 */
}
.HomeRightColumn {
	background-image: url(/images/headers/rightColumnBG.gif);
	/* this image is 269 x 27 */
}
.Home2RightColumn {
	background-image: url(/images/headers/right2ColumnBG.gif);
	/* this image is 269 x 27 */
}

.MiddleTableBG, .Middle2TableBG {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 10px;
}
.RightTableBG {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.Right2TableBG {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.RightColumn2xBG {
	background-image:url(/images/headers/rightColumn2xBG.gif);
	background-repeat: no-repeat;
	/* this image is 620 x 27 */
}
.ServicesLeftText,
.HomeLeftText,
.ServicesBullets,
.ServicesSubpageText,
.ContactPageText,
.ContactPageSelect,
.LoginPageText,
.LoginPageSelect,
.HomeNetworkMonitoringText {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4E4E4E;
	text-align: left;
	line-height: 14px;
}

.ServicesLeftText {
	margin-left: 21px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin: 10px;
}
.HomeLeftText {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.ServicesBullets {
	margin-left: 19px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ServicesSubpageText {
	margin-left: 19px;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin:10px;
}

.ContactPageText {
	margin-left: 19px;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 0px;
	width:280px;
}

.LoginPageText {
	margin: 0px;
	line-height: 12px;
}

.HomeNetworkMonitoringText {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}

#ajax a {
	text-decoration: none;
}

#ajax a:link {
	color:Blue;
}
#ajax a:visited {
	color:Blue;
}
#ajax a:hover {
	color: #0095C6;
}
#ajax a:active {
	color: #0095C6;
}

.footer {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
}

a.footer:link{
	color: #4E4E4E;
	text-decoration: none;
}

.footer a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	color: #FFFFFF;
}

.footer a:hover {
	color: #FF0000;
}
.footer a:active {
	color: #FF0000;
}

.toggleHide {
	display:none;
}

.toggleShow {
	display:inline;
}

p.toggleShow, div.toggleShow {
	display:block;
}
