/* Print Style Sheet :: wmsolicitors.com */
/* Author :: Alex Stanhope for Profile Design */
/* 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 */

#sidebar, #breadcrumbs, #toplink, #footer, #validators {
	display: none;
}

/* Hide Elements */

hr, form, #masthead img {
	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;
	text-align: justify;
}

/* Link Styles */

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

/* List Styles */

li, dl {
	font-size: 0.8em;
	line-height: 1.3em;
}

dt {
	padding: 0.5em 0em;
	font-size: 1em !important;
	font-weight: bold;
}