.OutsideBorder {
	border: 2pt solid #000000
}
.bottom-border {
	border-bottom-width: 1.5pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.backgroundrule {
	background-color: #FFFFAE;
	background-image: url(images/red-yellow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadow-border {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.right-shade {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.top-bottom-border {
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #941439;
	border-bottom-color: #941439;
}
.center {
	text-align: center;
}

.blue {
	color: #0033FF;
	text-decoration: underline;
}
h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}
