@media print
	{
	body 
	{font-family: "times new roman", "palatino", serif;
	font-size: 12pt;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 14pt;
	text-align: left;
	}

	#linkhome
	{
	display: none;	
	}

	h3
	{
	clear: both
	}
	
	.menu
	{
	display: none;
	}

	a
	{
	color: #000;
	}

	img
	{
	border: none;
	float: right;
	margin-left: 10px;
	}

	a
	{
	text-decoration: none;
	}

	
	.printmessage
	{
	height: 140px;
	border-bottom: solid 1px #888
	}

	td.date		{
			padding-right: 2em;
			margin-right: 4em;
			width: 150px;
			vertical-align: top	
			}

	.spacer		{
			clear: both;
			height: 1px;
			border-bottom: solid .05px #eee;
			}

	.jumpto		{
			display: none;
			}		
}

@media screen
{

.printmessage	{
		display: none
		}
		
body			{
			background: #eee;
			font-size: 78%;
			font-family: helvetica, sans-serif; 
			}

img			{
			border: solid thin #000
			}
		
h1			{
			text-align: left;
			margin-bottom: 1em;
			padding-bottom: 1em;
			font-size: 300%;
			}
			
h3			{
			border-bottom: solid 1px #ccc;
			clear:both
			}

fieldset		{
			border: none;
			}	

td.date			{
			padding-right: 2em;
			margin-right: 4em;
			width: 19em;
			vertical-align: top	}

li.none			{
			list-style-type: none;
			}
			
#linkhome		{
			margin-top: 3em;
			margin-bottom: 5em;
			}

#linkhome
	li,a 		{
			color: #8989d9;
			display: inline;
			}

#linkhome a:hover	{
			background: #ffffcc;
			}
		
#content		{
			padding: 3em;
		        width: 70%;	
			margin: auto; 
			background: #fff; 
			border: solid 1px #ccc;
			text-align: left;
			}

acronym			{
			cursor: help;
			}
			
.box			{
			float: right;
			}

.spacer			{
			clear: both;
			height: 1px;
			border-bottom: solid .05px #eee;
			}	
		}		


