﻿/*  print stylesheet */

/*  main elements */
body {
margin: 0; padding: 0; font-family: times, serif; margin: 0px; font-size: 12pt;}

.search {width: 10em;font: 11pt times, serif; color: #000000;}
h1, h2, h3{font-family: times, serif;}

p, th, td, dd, dt, ul, li {
font-size: 12pt;
font-family: times, serif;
color : black;
margin: 0px;}

/*  formatting elements */
img	{border: 0;}
td img {vertical-align: bottom;}
form {margin: 0px;padding: 0px;}
#leftnavigation, #footer, #header
{
	display:none;
}
#content, #centercontent, #pagecontent{
	margin: 0; padding: 0;
	}
}
.title, .title a:hover, .title a:link, title a:visited {
font-family: times, serif;
font-size: 14pt;
color: black;
font-weight: bold;
margin: 5px;}

a:link {color: black;}
a:visited {color: black;}
a:hover, a:visited:hover {color: black; text-decoration:none;}

