body {
	background-color: #333333;
	font-family: Helvetica, arial, 'sans-serif';
	font-size: 7pt;
	margin: 0px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
table {
	text-align: center;
	color: #666666;
	margin-top: 0;
	align: center;
}
table.header {
	background-color: #333333;
	background-image:url('images/header.png');
	background-repeat:repeat-x;
	background-position:left middle;
	margin: 0px;
}
td {
	font-size: 9pt;
}
td.body {
	background-color: white;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	z-index: 99;
	text-align: center;
	color: #666666;
	margin-top: 0;
	align: center;
}
p.text {
	font-size: 9pt;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	text-transform: none;
}
p.text2 {
	font-size: 9pt;
	text-align: RIGHT;
	margin-left: 30px;
	margin-right: 30px;
	text-transform: none;
}
p.text_glance {
	font-size: 11pt;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	text-transform: none;
}
td.title {
	background-color: white;
	filter:alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	z-index: 99;
	text-align: right;
	text-transform: lowercase;
	font-family: georgia, arial, serif;
	font-size: 14pt;
	color: #663333;
	font-style: italic;
	letter-spacing: 0.5em;
	word-spacing: 1em;
}
td.title1 {
	text-align: center;
	text-transform: lowercase;
	font-family: georgia, arial, serif;
	font-size: 18pt;
	color: #336600;
	letter-spacing: 0.30em;
}
td.title2 {
	text-align: center;
	text-transform: lowercase;
	font-family: georgia, arial, serif;
	font-size: 12pt;
	color: #663333;
	letter-spacing: 0.20em;
}
td.title3 {
	text-align: center;
	text-transform: lowercase;
	font-family: georgia, arial, serif;
	font-size: 10pt;
	color: #336600;
	letter-spacing: 0.15em;
}
td.sidebar {
	text-align: left;
	font-family: Helvetica, arial, 'sans-serif';
	color: #ffffff;
}
td.link {
	width: 125px;
	text-transform: uppercase;
	color: #336600;
	vertical-align: top;
	align: justify;
}
td.half {
	width: 30%;
	vertical-align: top;
}
.spacedtitle {
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	word-spacing: 0.25em;
}
ul {
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	text-transform: none;
}
ul.sidebar {
	padding: 0px;
	text-transform: uppercase;
}
li {
	text-indent: 20px;
}
li.body {
	padding-left: 10px;
	text-indent: 0px;
	font-size: 10pt;	
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color:#69891f;
}      /* unvisited link */
a:visited {
	color:#69891f;
}  /* visited link */
a:hover {
	color:#666666;
}  /* mouse over link */
a:active {
	color:#69891f;
}  /* selected link */

