@charset "UTF-8";
/* CSS Document */

body {
  background-color: #006699;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height:18px;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height:18px;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-size: 12px;
	}
a:visited {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	}
a:hover {
	color: #000099;
	text-decoration: none;
	font-size: 12px;
	}
.navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
.navlist:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}

.navlist:hover {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	}
.quote {
  font-family: Garamond, Times New Roman, Times, serif;
  font-size: 14px;
  color: #006699;
  font-style: italic;
  font-weight: normal;
  line-height:18px;
}
.heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FF99FF;
  font-style: normal;
  font-weight: bold;
  line-height:18px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCCCC;
	text-decoration: none;
	}
.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF99CC;
	text-decoration: none;
	}


.postit {
    background: url(gfx/bottom_NOTE.gif) 0% 100% no-repeat;
}

.bgdtop {
    background: url(gfx/top.gif) 100% 0% no-repeat;
}

.bgdbottom {
    background: url(gfx/bottom.gif) 0% 100% no-repeat;
}

