/* =====
Designer:	"BlueW";
Site:	"http://www.codeysworld.com/";
Path:	"desdownunder/definitions/";
File:	"definitions_styles.css";
Date:	"2007-08-23";
===== */


@font-face {
	font-family: "Perpetua";
	panose-1: 2 2 5 2 6 4 1 2 3 3;
}
@font-face {
	font-family: "Tahoma";
	panose-1: 2 11 6 4 3 5 4 4 2 4;
}

body {
	background-color: oldlace;
	background-image: url(images/deckle_edge_vertical.gif);
	background-attachment: scroll;
	background-position: top right;
	background-repeat: repeat-y;
	color: black;
}
p, ol, ul, li, dl, dt, dd,
table, tr, td, th {
	background: transparent;
	color: black;
	font-size: medium;
	font-family: "Arial", "Helvetica", sans-serif;
}
p {
	margin: 12pt 0pt 0pt 0pt;
	/* text-indent: 0.5in; */
}
p.pFirst {
	margin-top: 0.5in;
	/* text-indent: 0.5in; */
}
p.pDictionary, blockquote p.pDictionary,  {
	background: transparent;
	color: black;
	margin-left: 0.5in;
	font-family: "Perpetua", "Constantia", "Times New Roman", "Times", serif;
	font-size: large;
}

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #804000;
	margin-top: 12pt;
	margin-right: 0in;
	margin-bottom: 3pt;
	margin-left: 0in;
	page-break-after: avoid;
	font-family: "Perpetua", "Constantia", "Times New Roman", "Times", serif;
}
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
.mainTitle, h1.mainTitle { font-size: 300.00%; }
.separator, h3.separator {
	margin-top: 18pt;
	margin-bottom: 0pt;
	border-top: 3pt dotted #804000;
}

a {
	background: transparent;
	color: black;
}
a[href] { text-decoration: underline; }
a:link { 
	background: transparent;
	color: green; 
	text-decoration: underline;
}
a:visited {
	background: transparent;
	color: purple;
	text-decoration: underline;
}
a:active, a:hover {
	background: transparent;
	color: red;
	text-decoration: underline;
}

.imageCenter {
	margin: 12pt auto;
	text-align: center;
}
.notes {
	margin: 12pt 0in 6pt 0pt;
	font-size: small;
	font-family: "Arial", "Helvetica", sans-serif;
}
.endnotes {
	border-top: solid black 1.5pt;
	margin: 12pt 0in;
	padding: 6pt 0in;
}

/* 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; }
div.page {
}
@media print {
	div.page { page: usLetter; }
} /* // @media print */
@media screen {
	div.page { width: 80%; margin: auto auto; }
} /* // @media screen */

