/***********************************************/
/* print.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font:12pt "Times New Roman", Times, serif;
	color:#000;
	margin:0px;
	padding:0px;
}

a:link, a:visited{
	color:blue;
	text-decoration:underline;
}
				
input{
	font-family: "Times New Roman", Times, serif;
}

td {
	font:12pt "Times New Roman", Times, serif;
}

th  {
	font:12pt "Times New Roman", Times, serif;
}


#page {
	width:7in;
}

#row1, #row1Left, #row1Right, #row2, #row2Left, #row2Right, #row3, #row4, #row5, #row7, #sectionNav, #row6Left, #displayScreenOnly, #breadcrumbs, .skipLinks {
	display: none;
}

.idForPrint {
	display:block;
	font:16pt "Times New Roman", Times, serif;
	font-weight:bold;
	width:98%;
	color:#003366;
	margin-bottom:10pt;
	text-align:center;
}

#pageTitle {
	font:16pt "Times New Roman", Times, serif;
	font-weight:bold;
	width:98%;
	color:#003366;
	margin-bottom:10px;
	text-align:center;
}

#row6 {
	font:12pt "Times New Roman", Times, serif;
	width:98%;
}

#row6Right {
	width:100%;
}

#row6Image {
	font:10pt "Times New Roman", Times, serif;
}

#row8 {
	color:#000;
	font:12pt "Times New Roman", Times, serif;
	text-align:center;
}

#row6 h1 {
	font:14pt "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold;
}

#row6 h2 {
	font:14pt "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold;
}

/*#row8 A {
	color:blue;
	text-decoration:underline;
}*/

#pageTitle {
	font:16pt "Times New Roman", Times, serif;
}

#announcement h1{
	font:12pt "Times New Roman", Times, serif;
}

#announcement p{
	margin-left:25px;
}

.displayPrintOnly {
	display:block;
}
#row8{display:none;}
