@charset "UTF-8";
/* Print CSS Document (if regular is set to screen) */

@page: left {size: 21cm 29.7cm; margin: 1in 1in .5in .5in}

@page: right {size: 21cm 29.7cm; margin: 1in .5in .5in 1in}

body {color: #000;
	font: 12pt/20pt Georgia, serif;
}

h1, h2, h3 {
	color: #666;
}

h1 {
	font-size: 20pt;
	text-align: center;
	margin-bottom: 0;
	padding-top: 20px;
}

h2 {
	font-size: 16pt;
	border-bottom: 1px solid #666;
	padding: 20px 5px 5px;
}

h3 {
	font-size: 14pt;
	border-bottom: 1px solid #999;
	padding: 15px 5px 5px;
}

p {
	margin-top: 10px;	
}

.pod {
	color: #333;
	padding: 0 .5in;
}

#footer p {
	color: #999;
	text-align: center;
	font-size: 10pt;
	width: 5in;
	border-top: 1px solid #CCC;
	margin: .5in 1in;
}

a {
	color: #333;
	font-weight: bold;
}

a:after { 
	content:" ["attr(href)"/"]; 
	font-weight: normal;
}

a:after { 
	content:" ["attr(href)"."]; 
	font-weight: normal;
}

a[href^="/"]:after {
	content: "";
}

td	{
	vertical-align:top;
	}
	
.small {
	font-size: 85%;
}

.x-small {
	font-size: 70%;
}

.smaller{
	font-size: smaller;
	}

.large{
	font-size: large;
	}

.larger{
	font-size: larger;
	}
	
.x-large{
	font-size: x-large;
	}

.xx-large{
	font-size: xx-large;
	}