BODY {
	background-image : url(pinkback.gif);
	font-family : "Comic Sans MS",serif;
	font-size : small;
	font-weight : normal;
}

.centerAlignText {
	text-align: center;
}

.smallText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : small;
	font-weight : normal;
}

.smallCenterText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : small;
	font-weight : normal;
	text-align : center;
}

td.width25 {
	width: 25%;
}

td.width75 {
	width: 75%;
}

li.disc { list-style-type: disc
}


.medText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : medium;
	font-weight : normal;
}

.medCenterText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : medium;
	font-weight : normal;
	text-align : center;
}

.medLgText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : 20px;
	font-weight : bold;
}

.medLgCenterText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : 20px;
	font-weight : bold;
	text-align : center;
}

.largeText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : large;
	font-weight : bold;
}

.largeCenterText {
	font-family : "Comic Sans MS",sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : center;
}

P.disclaimer {
	font-size : xx-small;
	font-family: "Comic Sans MS",sans-serif;
}

hr.pinkbar {
	width: 98%;
	height: 3px;
	color: #FF69B4;
	background-position: center;
}

