	body {
		background: #9C9ACE;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	table {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	tr.title {
		background: gray;
	}

	td {
		vertical-align: top;
		border-style: inset;
		border: 1px gray dotted;
	}

	td.label {
		background: gray;
	}

	div.intro {
		background: #CECEFF;
		border: 1px black solid;	
		width: 70%;
		text-align: center;
		padding: 5;
	}

	div.intro a {
		text-decoration: underline;
		color: gray;
		font-weight: bold;
	}

	div.intro2 {
		background: #CECEFF;
		border: 1px black solid;	
		width: 70%;
		text-align: left;
		padding: 5;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	div.intro2 a {
		text-decoration: underline;
		color: gray;
		font-weight: bold;
	}

	h1 {
		background: #63659C;
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 2px;
	}

	h3,h2 {
		background: #63659C;
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 2px;
	}

	div.title {
		background: #63659C;
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 2px;
	}

	div.title2 {
		background: #63659C;
		color: white;
		font-size: 12px;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		padding: 1;
		width: 30%;
	}

	a {
		text-decoration: none;
		color: white;
	}

	a:hover {
	        color: gray;
		background: #CECEFF;
	}

	.paypal {
		padding: 3px;
		border: 1px solid white;
        	background: navy;
	}

	.paypal:hover {
		color: gray;
		background: navy;
	}

.badnews {
	background: red;
	color: black;
	font-weight: bold;
	border: 1px solid black;
}
