body.main {
	margin-right:0;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	font-family:Verdana,Helvetica;
	color:#000000;
  	scrollbar-base-color:#68B500;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#ffffff;
  	scrollbar-darkshadow-color:#68B500;
  	scrollbar-face-color:#68B500;
  	scrollbar-highlight-color:#68B500;
  	scrollbar-shadow-color:#ffffff;
  	scrollbar-track-color:#A4D366;		
}

div.content {
	overflow:auto;
	width:100%;
	height:100%;	
	
}

.custom_bgc {
	background-color: #A4D366;
}

.custom_border {
	border: solid 1px #A4D366;
}

.custom_price {
	font-size: 12pt;
	font-weight: bold;
	color:#006235;
}

.custom_productname {
	font-size: 12pt;
	font-weight:bold;
}

th.custom {
	background-color: #A4D366;
}


b {
	color:#000000;
}

b.red {
	color:#AE0B05;
}

.red {
	
}

hr {
	color: #68B500;
	border: dashed 1px #68B500;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height:1px;
}

td {
	font-size: 8pt;
}

th {
	font-size: 8pt;
}

td.text {
	font-size: 8pt;
	line-height: 20px;
}

td.small {
	font-size: 7pt;
	color: #cccccc;
}


h1 {
	font-size: 12pt;
	font-weigth:bold;
	color:#006235;
	margin-bottom:20px;
	margin-top:0px;
}

h2 {
	color:#006235;
	font-size:10pt;
	font-weigth:bold;
	margin-bottom:5;
	margin-top:0px;
}

h3 {
	color:#006235;
	font-size:8pt;
	font-weigth:bold;
	margin-bottom:5;
	margin-top:0px;
}

ul {
	margin-top:8;
	margin-bottom:8;
}

li {
	list-style-type:square;
}

.bordered {
	border: solid 1px #F1AB00;
}

input, textarea, select, button {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family:Verdana,Helvetica;
	font-size:8pt;
	height: 18px;
}

a.custom_link_bright {
	color: #ffffff;
	text-decoration:none;
}

a.custom_link_bright:hover {
	text-decoration:none;
	color: #68B500;
}

a {
	color:#A4D366;
	text-decoration:none;
}

a:hover {
	color:#68B500;
	text-decoration:none;
}



