/* CSS Document */
body { 
 	background-color:#ffffff;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:13px; 
 	color:#060644; 
 	font-weight:normal;
}

p {
 	text-align:justify;
}

img {
	border:none;
}

#printbtn {
	width:614px;
	margin:auto;
	text-align:center;
}

h2 {
	color:#0b325f;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:bold;
	margin:5px 0;
}

#lstitle {
	width:614px;
	margin:auto;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}

#info {
 border-right:solid #a98b6f 1px;
 border-top:solid #a98b6f 1px;
 width:614px;
 margin:auto;
 font-size:11px;
}

#info th { 
 border-left:solid #a98b6f 1px;
 border-bottom:solid #a98b6f 1px;
 background-color:#dfd4ca;
 text-align:center;
}

#info td {
 border-left:solid #a98b6f 1px;
 border-bottom:solid #a98b6f 1px;
 vertical-align:top;
}

#info .tblheading {
	font-weight:bold;
	text-align:center;
	border:none;
}

#info .lsbook {
	text-align:right;
	vertical-align:top;
}

#info .prgrm {
	font-weight:bold;
	text-align:center;
}

