/**
 * ----------------------------------------------------------------------------
 * printlayout.css - Stylesheet for proyectasp.es 
 * Autor: Andreas Eberhard
 * Last changed: 29.06.2006
 * ----------------------------------------------------------------------------
 */

body {
	background-color : white;
	margin-right : 60px;
	margin-bottom : 60px;
	color : black; 
}
body, table, td { 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:link, A:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
	background-color: white;  
}

h1 { font-size: 1.4em; color: #000; font-weight: bold; }
h2 { font-size: 1.4em; color: #000; font-weight: bold; }
h3 { font-size: 1.2em; color: #000; font-weight: bold; }
h4 { font-size: 1.2em; color: #000; font-weight: bold; }
h5 { font-size: 1.0em; color: #000; font-weight: bold; }

#logo {
	margin-left:-30px;
	margin-bottom:30px;
	display:block;
}

#content { 
	width:550px;
	margin-left:30px;
	line-height:1.5em;
}
#content p {
	margin:0;
	padding:0;
}

#logo img { border: 0 }

#tbg1 { display: none; }

#tbg2 { display: none; }

#smallloginframe { display: none; }

#pageheader { display: none; }

#clickpath { display: none; }

#navcontainer { display: none; }

#footermenu { display: none; }
.toplink { display: none; }

.alphaindex, .zipindex { display: none; }

#date { display: none; }

#footercontent { 
	border-top: solid 1px black; 
	margin-top:50px;
}

#printfooter { 
	width:100%;
	font-size: 0.9em;
	border-top: solid 1px black; 
	margin-top:80px;
}
#printfooter td { 
	font-size: 0.9em;
}