/* This is the stylesheet modern browser will use to print your pages. */

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

body {
	font-family: serif;
	font-size: 12pt;
}

#name {
	font-weight: bold;
	margin: 0 0 6pt 0;
	font-size:16pt;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0 0 6pt 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

.left {
	text-align:left;	
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

/*** BEGIN TABLES ***/
table {
	margin:0 0 1em 0;
	padding:0;
	width:100%;
	border:1px solid #ccc;
}

th {
	line-height:2em;
	text-align:left;
	background:#ccc;
}

.alternate {
	background:#dfdfdf;
}

/*** END TABLES ***/

#menu, #sidebar, img, .print {
	display: none;
}

#footer {
	font-family:"Adobe Garamond Pro", "Garamond", Georgia, "Times New Roman", Times, serif;
	clear:both;
	text-align:center;
}

#footer p {
	margin:0;

}