.redBorder {
	border: 2px solid #ff0000;
}
.redBorderThin {
	border: 1px solid #ff0000;
}
.whiteBorder {
	border: 1px solid #FFFFFF;
}
.whiteScript {
	font-family: "Script MT Bold";
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteScriptSmall {
	font-family: "Script MT Bold";
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
}
.whiteScriptMed {
	font-family: "Script MT Bold";
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
}
.blueborder {
	border: 1px solid #0000CC;
}
.yellowTitle {
	font-family: "Calisto MT";
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.whiteTitle {
	font-family: "Calisto MT";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteTitle a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.whiteTitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.whiteTitle a:hover {
     text-decoration: none;
     color: #333399;
}

.whiteTitle a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.whitePrint {
	font-family: "Calisto MT";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.print {
	font-family: "Calisto MT";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.print a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.print a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.print a:hover {
     text-decoration: none;
     color: #333399;
}

.print a:active {text-decoration: none;
		  color: #FFFFFF;
}
.redprint {
	font-family: "Calisto MT";
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}
.whitePrint a:link {
	text-decoration: none;
	color: #FFFF00;
}
.whitePrint a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.whitePrint a:hover {
     text-decoration: none;
     color: #FFFF00;
}

.whitePrint a:active {
	text-decoration: none;
	color: #FFFF00;
}
.footer {
	font-family: "Calisto MT";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFF00;
}
.footer a:hover {
     text-decoration: none;
     color: #333399;
}

.footer a:active {text-decoration: none;
		  color: #FFFFFF;
}

