﻿@charset "utf-8";
/* CSS Document */

body	{
	behavior:url(csshover.htc);
	background-color: #A9BE99;
	font-family: tahoma, arial;
	font-size: 9pt;
	margin-top: 10px;
	/*
	scrollbar-base-color: #8EAD81;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #98B88A;
	scrollbar-darkshadow-color: #719063;
	scrollbar-face-color: #8EAD81;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: gray;
	scrollbar-track-color: #A9BE99;
	*/

}

p	{
	font-size: 9pt;
}

img	{
	border: none;
}

h1 {
	margin: 0px;
	font-family: tahoma, arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

h4 {
	margin: 0px;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

.seo	{
	font-size: 10pt;
	text-align: left;
	margin-left: 70px;
	margin-right:50px;
	margin-top: 5px;
	margin-bottom:5px;
	font-weight: bold;
}

a	{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover	{ text-decoration: none; }

a:visited	{ color: black; }


.navlink	{
	border-bottom: 1px solid #8EAD81;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}

.navlink:hover
	{
	background: #8EAD81 url(../images/nav-bullet.gif) no-repeat left;
	cursor: pointer;
	/* text-decoration: none; */
}

.active:hover
	{
	background: #ebebeb;
	cursor: pointer;
}
.TextArea{
	
	padding:10px 11px 10px 11px;
}






#leftnav {
	width: 184px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #AABE99;
	margin: 0 auto;
}


#leftnav ul {
	margin: 0 auto;
	list-style-type: none;
	display: block;
	padding: 0px;
}

#leftnav li {
	padding-top: 2px; padding-bottom: 2px;
	/* height: 15px; */
	display: block;	
	border-bottom: 1px solid #8EAD81;
	font-size: 8pt;
}

#leftnav a {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0px;
}

#leftnav a:hover {
	text-decoration: none;
	margin: 0px;
	background: #8EAD81 url(../images/nav-bullet.gif) no-repeat left;
}

.list	{
	background: #FFFF00; padding: 0px; text-align: center;
}


.divboxheader	{
	width: 176px;
	height: 14px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid #8EAD81;
	background: #8EAD81 url(../images/bgbar2.gif);
}

.divboxcontent	{
	width: 176px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #8EAD81;
	border-top: none;
	background-color: white;
}

#blockstable	{
	background: #AABE99 url(../images/horgradbg.gif) repeat-y;
	border: 1px solid black;
	font-size: 8pt;
}

#productstable	{
	font-size: 8pt;
}


.sublink	{
	padding-left: 10px;
	font-size: 8pt;
	font-weight: normal;
}


.centerer {
	margin: 0 auto;
	text-align: center;
}






.block-content {
	width: 100%;
}
.block-content img {
	border: 1px solid gray;
	float: right;
	margin: 6px;
}
.block-content table {
	width: 58%; font-size: 10px;
}
.block-content-left img {
	border: 1px solid white;
	float: left;
	margin: 6px;
}
