body {
	background-color: #425BC0;
	background-image: url(images/gradient_bkg.jpg);
	background-repeat: repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
.frameleft {
	background-image: url(images/frame_left.png);
	background-repeat: repeat-y;
}
.frameright {
	background-image: url(images/frame_right.png);
	background-repeat: repeat-y;
}
.subtitle {
	line-height: 200%;
	font-weight: bold;
	color: #BA190D;
	font-size: 20px;
}
.copyright {
	font-size: 12px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.notes {
	font-size: 16px;
	font-weight: bold;
	color: #909;
}
.subtitle2 {
	font-weight: bold;
	color: #BA190D;
}
ul {
	list-style-image: url(images/bullet_star.png);
}
.subtitleCenter {
	line-height: normal;
	font-weight: bold;
	color: #BA190D;
	font-size: 20px;
	text-align: center;
}
.tablestyle {
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF6;
}
.tabletitle {
	font-weight: bold;
	color: #FFF;
	background-color: #BA190D;
}
