/*------------------------------------------------------------
		STUFF WE DON'T WANT TO PRINT
------------------------------------------------------------*/

.noprint {
	display: none; }

.beams, #header, #menu {
	display: none; }

.presentation .picture {
	display: none; }

/*------------------------------------------------------------
		PAGE OUTLINE
------------------------------------------------------------*/
	
body {
	background: none;
	font-family: serif;
	font-size: 10pt;
	padding: 2em 4em; }
	
#footer {
	margin-top: 4em; text-align: center; }

/*------------------------------------------------------------
		TEXT
------------------------------------------------------------*/
		
h1, h2 { letter-spacing: -0.05em; font-size: 1.5em;}
h1, h2, h3 { font-family: verdana; font-weight: bold; }
h2 { border-bottom: solid 1px #ccc; margin-top: 2em; }
h3 {font-size: 10pt; }
h4 { margin-bottom: 0.2em; color: #aaa;}
h4 + h2 { margin-top: 0; }

p.quote { padding-left: 2em; font-style: italic; background: url(../images/quotation_mark.png) 0% 0% no-repeat; }
.presentation .picture { float: right; max-width: 200px; max-height: 200px; margin: 0 0 2em 1em; }

a img {
	border: none; }

.dim { color: #888; }

/*------------------------------------------------------------
		TABLES & LISTS
------------------------------------------------------------*/


table.two_colors { background: #def; border: solid 1px #66a; border-spacing: 0; padding: 0.5em; border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; }
	.two_colors th { text-align: left; background-color: #cde; border: solid 0 #66a; border-bottom-width: 1px;}
	.two_colors.vertical th { text-align: right; border-bottom-width: 0; border-right-width: 1px; }
	.two_colors th,
	.two_colors td { padding: 0.2em 0.5em; }
	table.two_colors .info { display: none; }

table.one_color td { border-bottom: solid 1px #ccc; vertical-align: top; padding: .2em 1em; }
	
/*------------------------------------------------------------
		MISC
------------------------------------------------------------*/

