
/* -------------------------- */
/*                            */
/*        Print Styles        */
/*                            */
/* -------------------------- */


/* =================================================== */
/* DONT PRINT */
/* =================================================== */

#headerdiv, #header, #navcolumn, #navcolbase, #footer {
	display: none;
	}
	

/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	font-family: verdana;
	}

body #content * {
	color: #000;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: normal;
	clear: both;
	margin-bottom: 2em;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	}

h1 {
	margin-bottom: .5em;
	font-size: large;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	}

h3 {
	font-size: large;
	}

h4 {
	font-size: large;
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#poweredshell {
	font-size: x-small;
	border-top: solid #000 1px;
	margin-top: 2em;
	}
	
#poweredby {
	float: left;
	margin: 0 10px 0 0;
	}

.small {
	font-size: x-small;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}

