/*
Art Management Group


Print stylesheet, v1.1
Designed by Benedict Eastaugh ( http://benedict.eastaugh.net/ )
*/


body {
	margin: 0 1em 1em 1em; border: none; padding: 0;
	text-align: left;
	font-size: 12pt; line-height: normal;
	font-family: 'Times New Roman', Times, serif; color: #000;
	background: #fff;
	}

#nav {
	display: none;
	}

#title {
	font-size: 18pt; font-weight: bold;
	margin: 1em 0 2em 0;
	}
	#title a:link, #title a:visited, #title a:hover, #title a:active {
		color: #000; text-decoration: none;
		}


	h1 {
		font-size: 24pt; font-weight: normal;
		margin: 1em 0;
		}
	h2 {
		font-size: 18pt; font-weight: normal;
		margin: 0.5em 0;
		}
	h3 {
		font-size: 10pt; font-weight: normal;
		text-transform: uppercase;
		margin: 0 0 1em 0;
		}

	ul {
		list-style: circle;
		margin: 0 0 1em 2em; padding: 0;
		}
		li {
			margin: 0 0 0.5em 0; padding: 0;
			}
	
	p {
		margin: 0 0 1em 0;
		}
	
	strong {
		font-weight: bold;
		}
	em {
		font-style: italic;
		}
	cite {
		font-style: italic;
		}

#footer {
	margin: 2em 0 0 0; border-top: 0.25pt solid #000; padding: 1em 0 0 0;
	font-size: 10pt; line-height: normal;
	font-family: 'Times New Roman', Times, serif; color: #000;
	}

a img {
	border: none;
	}

a:link, a:visited, a:hover, a:active {
	color: #000; text-decoration: underline;
	}