@charset "iso-8859-1";

/* author: G Smith */
/* Creation date: January 17, 2005 */
/* Last modified: June 22, 2008 */

body {direction: ltr;   
	background-color: #EDDAC8;   
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-image: url(../pics/parchment.jpg);}

	

/* --------BASIC DECLARATIONS----------- */
blockquote {margin-left:3em; margin-right:3em; text-align:justify;}
dfn, dt, dd {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:90%; font-style:normal;}
dt {display:inline; font-weight:bold}
dd {display:inline; margin:0px;}
h1, h2 {text-align: center; color: #405A7F; font-family: Georgia, 'Times New Roman', Times, serif;}
h2 {margin-top: 2em;}
hr {color: #405A7F; clear: both;}
hr.divider {width: 50%; text-align: center;}
img {border: none;}
ol li {list-style: upper-roman;}
ol ol li {list-style: upper-alpha;}
ol ol ol li {list-style: decimal;}
ol ol ol ol li {list-style: lower-alpha;}
ol ol ol ol ol li {list-style: lower-roman;}
p {text-indent: 3em;}
q:before {content: open-quote;}
q:after {content: close-quote;}
a.pdf-doc:after {content: " [PDF]";}   /* add pdf indicator after link to pdf file */
			


/* -------GENERIC CLASS SELECTORS-------- */
.aside {font-size: 85%;}
.bold {font-weight: bold;}
.bolder {font-weight: bolder;}
.center {text-align: center;}
.centerobj {display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;}
.clear {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}
.copyright {text-align: center;
		font-size: 70%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-indent: 0em;
		font-style: italic;}
.footer {text-align: center;
		font-size: 70%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-indent: 0em;}
.header {text-align: center;
		font-size: 2em;
		font-weight: bolder;
		color: #405A7F;
		font-family: Georgia, 'Times New Roman', Times, serif;}
.headersmaller {color: #405A7F;
		font-size: 1.25em;
		font-weight: bolder;
		font-family: Georgia, 'Times New Roman', Times, serif;}
.italic {font-style: italic;}
.left {text-align: left;}
.leftfloat {float: left;}
.middle {vertical-align: middle;}
.noindent{text-indent: 0em;}
.right {text-align: right;}
.rightfloat {float: right;}
.small {font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif;}
.underline {text-decoration: underline;}


/* ----------MEDIA SPECIFIC RULES--------*/
@media print {
	body {font: 12pt 'Century Schoolbook', 'Times New Roman', 'TimesNR', Times, serif;}
	table, tr, td, thead, tfoot, th {page-break-inside: avoid;
		border: 1pt outset #000000;}
}

