	/*
	
		printlayout
		----------------------------------------------------------------------
	
	*/
	
	
	/*
		Global
		----------------------------------------------------------------------
	*/
	
	body {
		width: 100%;
		color: #000;
		background-color: #fff;
		background-image: none;
		border: none;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 0.625em;
	}
		

	h1 {
		margin-bottom: 0.7em;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 0;
		color: #555;
		background-color: #fff;
	}

	h2 {
		margin-bottom: 0.5em;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.4;
		color: #555;
		background-color: #fff;
	}

	h3 {
		margin-bottom: 0.5em;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4;
		color: #555;
		background-color: #fff;
	}

	p {
		font-size: 1.2em;
		margin-bottom: 1em;
		line-height: 1.6;
		color: #333;
		background-color: #fff;
	}

	a {
		color: #333;
		background-color: #fff;
	}

	a:hover {
		color: #000;
		background-color: #fce7b8;
		text-decoration: none;
		border-bottom: 1px solid #f2ae5d;
	}

	p.align-right {
		text-align: right;
	}
	
	p.align-justify {
		text-align: justify;
	}
	
	ul,
	ol {
		font-size: 120%;
		line-height: 1.6;
		margin-bottom: 1em;		
		color: #485671;
		background-color: transparent;
	}
	
	ul ul,
	ol ol {
		font-size: 1em;
		margin-top: 0.2em;
		margin-bottom: 0;
	}
	
	li {
		margin: 0;
		padding: 0 0 0 18px;
	}

	dl {
	}
	
	dt {
	}
	
	dd {
	}
	
	b,
	strong {
		color: #92af44;
		background-color: #fff;
	}
	
	b a,
	strong a {
		color: #92af44;
		background-color: #fff;
	}
	
	table {
	}
	
	caption {
	}
	
	table th {
	}
	
	table th p {
	}
	
	table td {
	}
	
	blockquote {
	}
		

