/* CSS Document */

.background {
	background-color: #B1E3FF;
}
.sidenav {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #0033FF;
}
.linksub {
	font-size: 10px;
}
.linktext {
	font-size: 14px;
	font-weight: bold;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #0033FF;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
}
.pageheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0099;
	font-weight: bold;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0033FF;
	line-height: 130%;
}

.border {
	border: 0px solid #666666;
}
.pinkColor {
	color: #FF0099;
}
a.contentlink:link {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
a.contentlink:visited {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
a.contentlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.contentlink:active {
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

