/*-------------printStyle coding for University of Cincinnati, Division of Professional Practice webpage --http://www.uc.edu/propractice--*/

body {
	color: #000000;
	}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	}

td {
	border-style: none;
	}

a:link {
	text-decoration: none;
	color: #fc1921;
	}

a:visited {
	text-decoration: none;
	color: #fc1921;
	}

.noPrint {
	display: none;
	}

.hideScreen {
	display: visible;
	}

.fontLarger {
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	}

.fontSmaller {
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	}

