body	{
	color: #5F4130;
	font-family: Minion, Georgia, "Book Antiqua", "Times New Roman", serif;
	font-size: 12px;
	margin: 8px;
	padding: 0;
	align: center;
	background: transparent url(img/paperback2.jpg) repeat;
		}
		
.hide	{
		display: none;
		}
		
img		{
		display: inline-table;
		border: 0;
		}
		
a:link	{
		font-weight : normal;
		text-decoration: none;
		color: #AD785A;
		background: transparent;
		}
a:visited	{
		font-weight : normal;
		text-decoration: none;
		color: #AD785A;
		background: transparent;
		}
a:hover	{
		font-weight : normal;
		text-decoration: underline;
		color: #000;
		background: transparent;
		}
a:active	{
		font-weight : normal;
		text-decoration: none;
		color: #BB8B57;
		background: transparent;
		}
	
/* Navigation bar components */

table#emphasis {
	background: transparent url(img/paperback2.jpg) repeat;
	margin: 0;
	padding: 0;
	spacing: 0;
	font-family: Minion, Georgia, "Book Antiqua", "Times New Roman", serif;
	font-size: 12px;
	}


p {
	font-family: Minion, Georgia, "Book Antiqua", "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	margin: 6px 6px 10px 6px;
	}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 8px 3px 8px 4px;
	}

	
h1 {
	font-size: 18px;
	color: #3576BA;
	font-weight: bold;
	margin: 14px 18px 4px 0px;
	}
	
h2 {
	font-size: 15px;
	color: #AD785A;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
	}
	
h3 {
	font-size: 13px;
	color: #3576BA;
	font-weight: bold;
	margin: 16px 24px 2px 0px;
	}

h4 {
	color: #5C5C5C;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 7px 0px 7px;
	}


		
strong {
	font-weight: bold;
	}

li {
	font-size: 11px;
	color: #000;
	list-style-image: url(img/bullet.gif);
	list-style-type: disc;
	margin: 8px 18px 0px 12px;
	}
	
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 34px;
	margin-right: 30px;
	}

