/*
 * pale blue: (153, 204, 255)
 * 		   #99CCFF
 * dark blue: (60, 100, 130)
 * 		   #3C6482
 * dark grey: (150, 150, 150)
 *		   #969696
 * pale grey: (240, 240, 240)
 * 		   #EEEEEE
 */

body {
	background-color: rgb(255, 255, 255); /* white */
	color: rgb(0, 0, 0); /* black */
	font-family: tahoma, arial;
	font-size: 10pt;
}

a:link {
	text-decoration: none;
}

a:hover {
	font-size: 10.5pt;
}

a:visited {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

h1 {
	font-weight: bold;
	color: rgb(60, 100, 130);
	font-size: 28pt;
}

strong { /* emphasis in dark blue */	
	font-weight: bold;
	color: rgb(60, 100, 130);
	font-size: 10pt;
}

.here {	/* current page in nav. bar */
	font-weight: bold;
	color: rgb(254, 254, 254);
	font-size: 10pt;
	vertical-align: middle;
}

.nav {	/* links in nav bar */
	color: rgb(60, 100, 130);
	text-decoration: none;
	font-weight: bold;
}

.bottom { /* bottom of page text */
	color: rgb(150, 150, 150);
	font-family: arial;
	font-size: 8pt;
}

.blue {  /* pale blue emphasis */
	color: rgb(90, 150, 230);
	font-weight: bold;
	font-size: 10pt;
}

h2 {	/* sub-titles */
	font-weight: bold;
	color: rgb(60, 100, 130);
	font-size: 10pt;
}

h3 {
	color: rgb(90, 150, 230);
	font-weight: bold;
	font-size: 10pt;
}