/* CSS Document - Print */
/* Things we hide
----------------------------------------------- */
#header {display:none;}

body{
	background:white;
	width:100%;
	color:black;
	margin:.25in .5in .25in .25in;
	font:12pt/18pt Georgia,Serif;
}

/******* hyperlink and anchor tag styles *******/

a:link {text-decoration:underline; color:#012A5C;}
a:visited {text-decoration:underline; color:#012A5C;}


/******* image tag styles *******/
img{
	border:0px;
}


#footer {
	font:10pt/16pt Georgia,Serif;
	margin-top: .65in;
}

