/* Special Styles for Printable Forms */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

table.booklist {
		 padding: 4px 6px 1px 10px;
		 }

td.formlabel {font-weight: bold;
		 text-align: right;
		 }
		 
td.formcoltitle {font-weight: bold;
		 }

td.bookname {font-weight: bold;
		 text-align: left;
		 border-bottom: 1px solid #CCCCCC;
		 }
		 
td.booknamenoline {font-weight: bold;
		 text-align: left;
		 }
		 
td.underlined {
		 border-bottom: 1px solid #CCCCCC;
		 }
		 
td.underlinedright {
		 border-bottom: 1px solid #CCCCCC;
		 text-align:right;
		 padding-right:12px;
		 }
		 
div.formEnd {text-align: center; 
				padding-top: 1em;
				margin-top: 1em;
				}

td {padding: 0.5em 0.125em;}

tr.required td.formlabel {text-decoration: underline;}

.writein {border-width: 0; 
			border-bottom: 1px solid black;
			font-size: 1em;
			line-height: 1.3em;
			font-family:"Times New Roman", Times, serif;}
			
.writeinright {border-width: 0; 
			border-bottom: 1px solid black;
			font-size: 1em;
			line-height: 1.3em;
			font-family:"Times New Roman", Times, serif;
			text-align:right;}

input.writein:focus {background: yellow;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#002279;
	margin: 0.25em 0.25em 0em 0em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002279;
	margin: 0em 0.25em 0.125em 0em;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	margin: 0.25em  0.25em 0.125em 0em;
}

