.yellowTopSides {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
a.navlinks:link {
	color: #FFCC00;
	text-decoration: none;
}
a.navlinks:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	color: #666666;
}
.blueborder {
	border-top: 1px solid #1A516F;
	border-right: 1px solid #1A516F;
	border-bottom: 1px solid #1A516F;
	border-left: 1px solid #1A516F;
}
a:link {
	color: #0D8796;
	text-decoration: none;
}
a:visited {
	color: #0D8796;
	text-decoration: none;
}
a:hover {
	color: #1A516F;
}
.verticalLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #0D8796;
	border-right-color: #0D8796;
	border-bottom-color: #0D8796;
	border-left-color: #0D8796;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
