body {
	color: #c1c1c1;
	background-repeat: repeat;
	background-image: url(../global/site_bground.jpg);
	margin: 0px;
}

td.ds_left {
	background-repeat: repeat-y;
	background-image: url(../global/shadow_left.png);
}
td.ds_right {
	background-repeat: repeat-y;
	background-image: url(../global/shadow_right.png);
}
td.sbar {
	background-repeat: repeat-y;
	background-image: url(../global/sbar_bground.jpg);
}
td.main {
	background-repeat: repeat-y;
	background-image: url(../global/main_bground.jpg);
}
h1 {
	margin-right: 25px;
	color: white;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 24pt;
}
h2 {
	margin-right: 25px;
	margin-bottom: 0px;
	color: #bd9d65;
	font-style: normal;
	font-weight: normal;
	font-size: 18pt;
	font-family: serif;
}
h3 {
	margin-right: 25px;
	margin-bottom: 0px;
	color: #bd9d65;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	font-family: serif;
}
p {
	margin-top: 0px;
	font-size: 12pt;
	font-family: serif;
	margin-right: 25px;
	line-height: 1.7em;
}
li {
	margin-right: 25px;
	line-height: 1.3em;
	font-size: 12pt;
	font-family: serif;
}
a:link {
	text-decoration: none;
	color: #c9a45c;
}
a:visited {
	text-decoration: none;
	color: #c9a45c;
}
a:hover {
	text-decoration: underline;
	color: #c9a45c;
}
tr.head {
			                           	font-weight: bold;
			                           	font-size: 10pt;
			                           	font-family: sans-serif;
			                           	background-color: #4a6133;
			                           	color: white;
			                           }
tr.light {
			                           	font-size: 10pt;
			                           	font-family: sans-serif;
			                           	background-color: #f4edf0;
			                           	color: #282828;
			                           }
tr.dark {
			                           	font-size: 10pt;
			                           	font-family: sans-serif;
			                           	background-color: #cdc7ca;
			                           	color: #282828;
			                           }
p.tags {font-family: sans-serif;
			font-size: 1pt;
			color: #142d1a;}
