.NAVBAR {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-decoration: none; }

A.NAVBAR:HOVER {
	text-decoration: underline; }

BODY {
	background-image: url("images/background.jpg");
	background-color: white; }

P.ERROR {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: green;
	text-decoration: none;
	border-style: solid;
	border-color: green;
	border-width: thin;
	padding: 5px;
	background-color: white;
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto; }

INPUT {
	vertical-align: middle; }

IMG.HEADER {
	padding-left: 10px;
	padding-right: 10px; }

/*
This drop-shadow code is courtesy of http://www.alistapart.com/articles/cssdropshadows/
*/
.p-shadow {
	clear: both;
	width: 99% !important;
	width: 95%;
	float: left;
	background: url("images/Image5.png") no-repeat bottom right !important;
	background: url("images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px; }

.p-shadow div {
	background: none !important;
	background: url("images/shadow2.gif") no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0; }

.p-shadow p {
	border: 1px solid #000000;
	background-color: #fff;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#quotejumper {
	border: 1px solid #000000;
	background-color: #eee;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#quote {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
	text-align: left;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#author {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
	text-align: right;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#announcementtitle {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #eee;
	text-align: left;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#announcement {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
	text-align: left;
	padding: 15px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#addressname {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #eee;
	text-align: left;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#address {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
	text-align: left;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

.p-shadow p#addressedit {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
	text-align: right;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0; }

