body
{
	font-family: Calibri, Verdana;
}

#templatetd {width:600px;}

#template {width:600px; height:850px; 
	font-family: Calibri, "Arial Narrow", "Times New roman" ; 
	font-weight:bold;font-size: 14pt;
	text-align: center; }

.noteN
{
	border: 1px solid red;
	padding: 10px;
	background-color: rgb(255, 228, 228);
}

.noteY
{
	border: 1px solid rgb(0, 155, 6);
	padding: 10px;
	background-color: rgb(228, 255, 228);
}

.pageTitle
{
	font-size: 16pt;
	color: rgb(0, 171, 238);
	font-weight: bold;
}

.inputPair {margin-top: 6px; font-size: 13pt;}
.inputTitle {font-weight: bold;}