/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/

	body		{ color: black; background-color: white }
	p			 { color: #4c3927; font-size: 10pt; line-height: 140% }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #b28b4c; font-style: normal; font-weight: normal; text-decoration: none }
	a:visited	 { color: #9a8466; font-weight: bold; text-decoration: none }
	a:hover		 { color: #4c3927; text-decoration: underline }
	a:active	 { color: #b28b4c }

	div			{ }
	span		{ }
	
	td			{ }
	table		{ }

	h1			{ font-weight: bold; font-size: 2em; margin: 0.67em 0px }
	h2			{ font-weight: bold; font-size: 1.5em; margin: 0.83em 0px }
	h3			{ font-weight: bold; font-size: 1.17em; margin: 1em 0px }
	h4			{ font-weight: bold; margin: 1.33em 0px }
	h5			 { color: #b28b4c; font-size: 9pt; font-family: "Times New Roman"; font-style: italic; font-weight: normal; margin-top: -5pt }
	h6			 { color: #9a8466; font-size: 9.5pt; font-family: "Times New Roman"; font-weight: normal; line-height: 120%; margin-top: -7pt }

	ol			{ margin: 1em 0px 1em 40px; list-style-type: decimal }
	ol ol		{ margin-top: 0px; margin-bottom: 0px }
	ol ul		{ margin-top: 0px; margin-bottom: 0px }

	ul			{ margin: 1em 0px 1em 40px; list-style-type: disc }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }
#facebook {
	width: 222px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#facebook a {
	color: #b28b4c;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#facebook a:hover {
	color: #b28b4c;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#facebook .image {
	border: 1px solid #b28b4c;
	padding: 2px;
	margin: 2px;
}

#fb {
	width: 222px;
	display: block;
	text-align: left;
}
#fb a {
	color: #b28b4c;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#fb a:hover {
	color: #b28b4c;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#fb .image {
	border: 1px solid #b28b4c;
	padding: 2px;
	margin: 2px;
}

