/* Styles specific to the Internet section */
H1, H2 {
	color: #00AAE7;
}
A {
	color: #7FB8DD;
}
TH {
	background-color: #00AAE7;
}
TH, TR.type1, TR.type2 {
	font-size: 0.9em;
}

/* Styles specific to the home page
   (which happens to be in the Internet section) */
.notices {
	font-size: 1em;
}
.notices H1 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.notices P {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.notices .date {
	color: #0072BC;
	font-weight: bold;
}
.banners {
	text-align: center;
}
/* Styles specific to the FTP guide */
.ftp-title, .web-title {
	color: #000000;
}
.ftp-files, .web-sites {
	margin-left: 0.75em;
	padding-left: 0.75em;
}
.ftp-details, .web-details {
	font-size: 0.9em;
}
/* Styles for the user login */
.login {
	font-size: 0.9em;
}
.login .field {
	width: 80px;
}

span
{
	font-size:14px;
	color:#00AAE7;
	font-weight:bold;
}

