body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0px;
	padding: 0px;
	color: #222;
	line-height: 140%;
}

a:link {
	color: #479621;
}

a:visited {
	color: #777;
}

a:hover {
	color: #EE560D;
	text-decoration:none
}

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #008532;
	font-weight: bold;
	line-height: 140%;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EF670C; /*#EE560D;   #EB870F;*/
	margin: 0px 0px 5px 0px;
	line-height: 140%;
}

h2.pagehead {
	margin-left: -6px;
	padding: 10px 10px;
	background: #f2f2f2;
}

h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	margin: 20px 0px 5px 0px;
}

h4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px 0px 5px 0px;
}

p.pagehead {
	margin-top: -5px;
	background: #f2f2f2;
}


p {
	line-height: 150%;
	margin: 0px 0px 10px 0px;
}

p.highlight_box {
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #ddd;
}

blockquote.highlight_box {
	padding: 5px;
	background: url(/images/bg_highlight_box.png) repeat-x;
	border: 1px solid #83CD5F;
	margin: 0px 0px 10px 0px;
}


p.top {
	text-align: right
}

p.top a:link, p.top a:visited{
	color: #5BBC2A;
	text-decoration: none;
}

p.top a:link:hover{
	text-decoration: underline;
}

p.caption {
	font-size:11px;
	line-height: 20px;
	font-weight: bold;
	color: #008532;
	margin: 5px 0px 0px 0px;
	padding-left: 16px;
	background: url(/images/bullet_circle_arrow_down_16.gif) no-repeat;
}


.font_energy {
	font-size: 16px;
	color: #5BBC2A;
	font-weight: bold;
}

img.img {
	margin: 0px 10px 10px 0px;
	padding: 3px;
	border: 1px solid #ddd;
}

img.imgLeft {
	margin: 0px 10px 10px 0px;
	padding: 3px;
	float: left;
	border: 1px solid #ddd;
}

img.imgRight {
	margin: 0px 0px 10px 10px;
	padding: 3px;
	float: right;
	border: 1px solid #ddd;
}



ul li {
	list-style-image:url(/images/bullet_circle_arrow.gif);
	margin-bottom: 10px;
}

ul li ul li{
	list-style: square;
	list-style-image: none;
	margin-bottom: 10px;
}

ol li {
	list-style-image: none;
}

table {
	width: 95%;
	border-top: 1px solid #bbb;
	border-left:  1px solid #bbb;
	margin-bottom: 20px;
}

th {
	background: #f2f2f2;
	color: #555;
	text-align: center;
}

th.left {
	text-align: left;
}


th, td {
	border-bottom: 1px solid #bbb;
	border-right:  1px solid #bbb;
	vertical-align: top;
	padding: 3px;
}

td {
	text-align: left;
}

td a {
	text-decoration: none;
}

td.filesize {
	width: 60px;
	text-align: right;
	color: #777
}

th.number, td.number {
	width: 80px;
	text-align: right;
}


hr {
	border: 0px;
	border-bottom: 1px solid #ddd;
	height: 1px;
}


hr.green {
	border: 0px;
	border-bottom: 1px solid #83CD5F;
	height: 1px;
}


/*ul.toc {
	width: 250px;
	margin: 0px 50px 20px 0px;
	padding: 0px;
	background: none;
	float: left;
	border-bottom: 1px solid #ddd
}

ul.toc li{
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.toc li h2{
	font-size: 13px;
	margin-bottom: 5px;
	padding: 0px;
}

ul.toc li img{
	border: 1px solid #ddd;
	padding: 4px;
}

ul.toc li h2 a{
	text-decoration: none;
	color: #008532;
}

ul.toc li h2 a:hover{
	text-decoration: underline;
	color: #EB870F;
}
*/

table.toc {
	margin-top: 0px;
}

table.toc, table.toc td {
	border: 0px;
}

table.toc td {
	width: 230px;
	border-bottom: 1px solid #ddd;
	
}

table.toc ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: none;
}



table.toc ul li{
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

table.toc ul li h2{
	font-size: 13px;
	margin-bottom: 5px;
	padding: 0px;
}

table.toc ul li img{
	border: 1px solid #ddd;
	padding: 4px;
}

table.toc ul li h2 a{
	text-decoration: none;
	color: #EF670C;
}

table.toc ul li h2 a:hover{
	text-decoration: underline;
	color: #EF670C;
}


table.toc ul li.bullet{
	list-style: none;
	list-style-image:url(/images/bullet_circle_arrow.gif);
	margin: 0px 0px 5px 20px;
}

.bg_grey {
	border: 1px solid #ddd;
	background: #f2f2f2;
	padding: 5px;
}

.bg_grey img.img {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}


.highlight {
	color: #008532;
}

.highlight_sm{
	font-size: 10px;
	font-style:italic;
	color: #008532;
}


#photos_content div{
	padding-right: 40px;
	text-align: justify;
}

