body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

p {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-family: Arial, Helvetica, sans-serif;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.white a:link {
	color: #66CCFF;
	text-decoration: underline;
	font-weight: bold;

} /* link */

.white a:visited {
	color: #CC99FF;
	text-decoration: underline;
	font-weight: bold;

} /* visited link */

.white a:hover {
	color: #ccffcc;
	text-decoration: none;
	font-weight: bold;

		
} /* the mouse "hovers" over the link */

.white a:active {
	color: #99FFFF;
	text-decoration: underline;
	font-weight: bold;

}

a:link {
		color: #000080;
		text-decoration: underline;
} /* link */

a:visited {
		color: #3333cc;
		text-decoration: underline;
} /* visited link */

a:hover {
		color: #990099;
		/* background-color: #ccffcc; */
		text-decoration: underline;
} /* the mouse "hovers" over the link */

a:active {
		color: #880088;
		text-decoration: underline;
}
	
.leftnav {
	background-color: #003399;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;


}

.leftnav a:link {
		color: #FFFFCC;
		text-decoration: underline;
}

.leftnav a:visited {
		color: #EEFFCC;
		text-decoration: underline;
}

.leftnav a:hover {
		color: #000000;
		background-color: #ffffdd;
		text-decoration: none
		
} /* the mouse "hovers" over the link */

.leftnav:active {
		color: #FFFFAA;
		text-decoration: underline;
}

.highlight {
	color: #000000;
	background-color: #FFFF00;
}

.inverse {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.verse {
	font-family: "Times New Roman", Times, serif;
}
.navbar {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.navbar a:link {
		color: #000080;
		text-decoration: underline;
}

.navbar a:visited {
		color: #000080;
		text-decoration: underline;
}

.navbar a:hover {
		color: #ffffff;
		background-color: #000080;
		text-decoration: none
		
} /* the mouse "hovers" over the link */

.navbar:active {
		color: #880088;
		text-decoration: underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeff;
	margin: 0px;
	padding: 0px;

}
.swnote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #FFFF99;
	height: auto;
	width: auto;
	font-weight: bold;

}

.tinylabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;

}
.swnote-blue {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCeeFF;
	height: auto;
	width: auto;
	margin: 6px;
	padding: 6px;

}
.swnote-lightpurple {

	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddddFF;
	height: auto;
	width: auto;
	margin: 6px;
	padding: 6px;
}
