
/* Font Definitions */

@font-face {
	font-family: "Libra BT";
	panose-1: 0 0 0 0 0 0 0 0 0 0;
}
@font-face {
	font-family: "Century Schoolbook";
	panose-1: 2 4 6 4 5 5 5 2 3 4;
}

/* Style Definitions */

body {
	background-color: rgb( 228, 229, 215 );
	background-image: url(images/ricebk.jpg);
	color: black;
}
p, blockquote, ol, ul, li, dl, dd, dt, 
table, tr, td, th {
	font-size: medium;
	font-family: "Century Schoolbook", serif;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12pt 0in 3pt 0in;
	page-break-after: avoid;
	background-color: transparent;
	color: black;
	font-family: "Aidan", "Libra BT", "Century Schoolbook", serif;
	font-weight: normal;
	text-align: center;
}
h1 { font-size: 36pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 12pt; }

a:link { 
	background-color: transparent; 
	color: #666633; 
	text-decoration: underline; 
}
a:visited { 
	background-color: transparent; 
	color: #333366; 
	text-decoration: underline; 
}
a:active, a:hover { 
	background-color: transparent; 
	color: red; 
	text-decoration: underline; 
}

img, img a, a img, .imageWrapper { 
	border: none; 
	margin: 6pt auto;
	text-align: center; 
}

.pageHeader, .pageFooter {
	margin: 0in;
	margin-bottom: 0.0001pt;
	font-size: medium;
	font-family: "Century Schoolbook", serif;
	color: black;
	font-style: italic;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in 1.0in 1.0in; /* // 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm 254mm 254mm; /* // 1.0in; */
}
div.isoA4 { page: isoA4; }
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 80%; margin: auto auto; }
} /* // @media screen */
