blockquote {
	background-color : transparent;
	color : #333366;
	font-size : 90%;
	margin-left : 1.5em;
}

body {
	background-color : White;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 10%;
	margin-right : 10%;
}

h1 {
	background-color : transparent;
	color : Navy;
	margin-bottom : 0%;
	margin-top : 2%;
	font-size : 140%;
}

h2 {
	background-color : transparent;
	color : Black;
	margin-bottom : 0%;
	margin-top : 2%;
	font-size : 120%;
}

h3 {
	background-color : transparent;
	color : Navy;
	margin-bottom : 0%;
	margin-top : 2%;
	text-indent : 1em;
	font-size : 100%;
}

h4 {
	background-color : transparent;
	color : Navy;
	margin-bottom : 0%;
	margin-top : 2%;
	font-style : italic;
	text-indent : 1em;
	font-size : 90%;
}


table.row1 {
	background-color : #CC3333;
	color : #FFFFFF;
	width : 100%;
}

table.row2 {
	background-color : Navy;
	color : #FFFFFF;
	width : 100%;
}

td {
	font-family : Arial, Helvetica, sans-serif;
}

td.cat {
	font-weight : bold;
	width : 40%;
}

ul, ol {
	margin-bottom : 0%;
	margin-left : 5%;
	margin-top : 0%;
}

.author {
	font-size : small;
	font-weight : bold;
	margin-bottom : 0%;
	margin-top : 1%;
	text-align : left;
}

.center {
	text-align : center;
}

.centersmall {
	font-size : 80%;
	text-align : center;
}

.chaptertitle {
	text-align : left;
	text-transform : uppercase;
}

.header {
	background-color : transparent;
	color : #333366;
	font-size : medium;
	font-weight : bold;
}

.indent {
	text-indent : 1em;
}

.italic {
	font-style : italic;
}

.left {
	text-align : left;
}

.leftsmall {
	font-size : 80%;
	text-align : left;
}

.maintitle {
	border-left-width : medium;
	color : #FFD700;
	font-size : 200%;
	margin-right : 5%;
	margin-top : 5%;
	padding-left : 5%;
	text-align : left;
	font-family : "Times New Roman", Times, serif;
}

.raised{
	font-size : 120%;
}




.navigate {
	background-color : transparent;
	color : Blue;
	font-size : 80%;
	margin-bottom : 0%;
	margin-top : 0%;
	text-align : right;
}

.navigatebold {
	background-color : transparent;
	color : #980000;
	font-size : 80%;
	font-weight : bold;
	margin-bottom : 0%;
	margin-right : 5%;
	margin-top : 0%;
	text-align : right;
}

.right {
	text-align : right;
}

.rightred {
	background-color : transparent;
	color : #FF0000;
	text-align : right;
}

.rightsmall {
	font-size : 80%;
	text-align : right;
}

.titleline {
	color : White;
	font-size : 80%;
	font-weight : bold;
	margin-right : 5%;
	margin-top : 5%;
	padding-right : 5%;
	text-align : right;
}

.subtitle {
	font-size : medium;
	margin-top : 0%;
	text-align : left;
}

.title {
	font-size : small;
	margin-bottom : 0%;
	margin-left : 5%;
	margin-top : 0%;
	text-align : left;
}

hr{
	background-color : transparent;
	color : #C8C4B0;
	height: 1px;
}
p{
	margin-top : 1%;
	margin-bottom : 1%;
}

a:link {text-decoration: none;color: blue;}
a:visited {text-decoration: none; color: #800080; }
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: red;}
