/* CSS Print Style
-----------------------------------------------
Author: Benjamin Weiss
Website: www.johnjoliver.com
Version: 1.0 - June 2006
(c) 2006 Benjamin Weiss. All Rights Reserved. 
----------------------------------------------- */




/* General Settings
----------------------------------------------- */

body {
    font-family: arial, verdana, helvetica, sans-serif;
    background-color: #FFFFFF;
    color:#000000;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
	line-height: 16px;
	width: 85%;
	height: 100%;
}

p {
    margin: 0px;
    padding: 0px;
}




/* Div Layers
----------------------------------------------- */



#johnjoliver {
	display: none;
}

#date {
	display: none;
}

#navigation {
	display: none;
}

#navbackground {
	display: none;
}

#ad {
	display: none;
}




/* Span Classes
----------------------------------------------- */

.justdisplay {
	display: none;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.subheadline {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.linethrough {
	text-decoration : line-through;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

a:link, a:active, a:visited {
	text-decoration:underline;
	font-weight: bold;
	color: #000000;
}

a:hover, a:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

a.linktop {
	display: none;
}












/* Contact Form
----------------------------------------------- */

.contactbox {
	width: 280px;
}


.contactboxtext {
	width: 280px;
}
