/* Print Style Sheet :: jeanwarren.co.uk */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

body {
    font-family: Arial, Helvetica, Sans-Serif; 
	color: #444;
}

/* Formatting Styles */

img {
	border: 0px;
}

.italic {
	font-style: italic;
}

/* Hide DIVs */

#image, #navigation, #info, #sidebar, #footer {
	display: none;
}

/* Hide Elements */

hr, .noprint, .content_right {
	display: none;
}

/* Text Styles */

#logo a span {
	font-size: 1.2em;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	width: 100%;
}

h1 {
	margin-top: 1em;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

h2 {
	margin-top: 0;
	font-size: 0.9em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666;
}

h3 {
	margin-top: 0.75em;
	padding: 0;
	font-size: 0.9em;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}

/* Link Styles */

a, acronym {
	text-decoration: none;
	border: none;
	color: #000;
}

/* List Styles */

li {
	font-size: 0.8em;
}

/* Table Styles */

table {
	width: 100%;
	margin-bottom: 1em;
}

th, td {
	font-size: 0.7em;
	text-align: left;
}

tr.alt {
	background: transparent;
}

.col1, .col2, .col3, .col4 {
	width: 20%;
}
