body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

/* Font size */
.font09 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }

/* Line height */
.lheight1 { line-height: 1em; }
.lheight1.5 { line-height: 1.5em; }
.lheight1.8 { line-height: 1.8em; }
.lheight2 { line-height: 2em; }
.lheight3 { line-height: 3em; }

/* Color */
.darkgrnx2 { color: #4A7A0D; }
.darkgrn { color: #A5D400; }
.litegrn { color: #E4F5A2; }
.litegrey { color: #8B8E88; }
.grey { color: #666666; }
.darkgrey { color: #4D4D4D; }


.container {
  border: 1px dashed #B6B5B5;
  background-color: #F9F8F8;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 539px;
  }

.pic {
  width: 159px;
  padding-right: 10px;
  padding-top: 10px;
  float: left;
  font-size: 10px;
  }

/* float */
.divRight { float: right; }
.divLeft { float: left; }
.divNone { float: none; }
.divClearBoth { clear: both; }
.divClearLeft { clear: left; }
.divClearRight { clear: right; }

/* border color, size, mode */
.bdrBottomGrey { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0E0E0; }
.bdrLeftGrey { border-left-width: 1px; border-left-style: solid; border-left-color: #E0E0E0; }
.bdrRightGrey { border-right-width: 1px; border-right-style: solid; border-right-color: #E0E0E0; }
.bdrTopGrey { border-top-width: 1px; border-top-style: solid; border-top-color: #E0E0E0; }

.bdrBottomdarkGrey { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999; }
.bdrLeftdarkGrey { border-left-width: 1px; border-left-style: solid; border-left-color: #999999; }
.bdrRightdarkGrey { border-right-width: 1px; border-right-style: solid; border-right-color: #999999; }
.bdrTopdarkGrey { border-top-width: 1px; border-top-style: solid; border-top-color: #999999; }

.bdrBottomGrey01 { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #E0E0E0; }

/* Margins */
.marginBottom00 { margin-bottom: 0px; }
.marginLeft00 { margin-left: 0px; }
.marginRight00 { margin-right: 0px; }
.marginTop00 { margin-top: 0px; }

.marginBottom05 { margin-bottom: 5px; }
.marginLeft05 { margin-left: 5px; }
.marginRight05 { margin-right: 5px; }
.marginTop05 { margin-top: 5px; }

.marginBottom10 { margin-bottom: 10px; }
.marginLeft10 { margin-left: 10px; }
.marginRight10 { margin-right: 10px; }
.marginTop10 { margin-top: 10px; }

.marginBottom15 { margin-bottom: 15px; }
.marginLeft15 { margin-left: 15px; }
.marginRight15 { margin-right: 15px; }
.marginTop15 { margin-top: 15px; }

.marginBottom20 { margin-bottom: 20px; }
.marginLeft20 { margin-left: 20px; }
.marginRight20 { margin-right: 20px; }
.marginTop20 { margin-top: 20px; }

.marginBottom35 { margin-bottom: 35px; }
.marginLeft35 { margin-left: 35px; }
.marginRight35 { margin-right: 35px; }
.marginTop35 { margin-top: 35px; }

/* Paddings */
.paddBottom00 { padding-bottom: 0px; }
.paddLeft00 { padding-left: 0px; }
.paddRight00 { padding-right: 0px; }
.paddTop00 { padding-top: 0px; }

.paddBottom05 { padding-bottom: 5px; }
.paddLeft05 { padding-left: 5px; }
.paddRight05 { padding-right: 5px; }
.paddTop05 { padding-top: 5px; }

.paddBottom08 { padding-bottom: 8px; }
.paddLeft08 { padding-left: 8px; }
.paddRight08 { padding-right: 8px; }
.paddTop08 { padding-top: 8px; }

.paddBottom03 { padding-bottom: 3px; }
.paddLeft03 { padding-left: 3px; }
.paddRight03 { padding-right: 3px; }
.paddTop03 { padding-top: 3px; }

.paddBottom10 { padding-bottom: 10px; }
.paddLeft10 { padding-left: 10px; }
.paddRight10 { padding-right: 10px; }
.paddTop10 { padding-top: 10px; }

.paddBottom15 { padding-bottom: 15px; }
.paddLeft15 { padding-left: 15px; }
.paddRight15 { padding-right: 15px; }
.paddTop15 { padding-top: 15px; }

.paddBottom20 { padding-bottom: 20px; }
.paddLeft20 { padding-left: 20px; }
.paddRight20 { padding-right: 20px; }
.paddTop20 { padding-top: 20px; }

.paddBottom40 { padding-bottom: 40px; }
.paddLeft40 { padding-left: 40px; }
.paddRight40 { padding-right: 40px; }
.paddTop40 { padding-top: 40px; }

a:link { text-decoration: none; color: #969596; }
a:visited { text-decoration: none; color: #969596; }
a:hover { text-decoration: none; color: #B5E300; }

a.home:link { text-decoration: none; color: #000000; }
a.home:visited { text-decoration: none; color: #000000; }
a.home:hover {
	text-decoration: none;
	color: #000000;
	background-color: E4F5A2;
}

a.green:link { text-decoration: underline; color: #678E15; }
a.green:visited { text-decoration: underline; color: #678E15; }
a.green:hover { text-decoration: underline; color: #B5E300; }

a.sgreen:link { text-decoration: none; color: #000000; }
a.sgreen:visited { text-decoration: none; color: #000000; }
a.sgreen:hover { text-decoration: underline; color: #678E15; }

a.grey:link { text-decoration: none; color: #8B8E88; }
a.grey:visited { text-decoration: none; color: #8B8E88; }
a.grey:hover { text-decoration: underline; color: #8B8E88; }

/* homepage layer or div features */
#homecolumn01 { font-size: 11px; line-height: 1.5em; padding-left: 10px; padding-top: 10px; width: 180px; float: left; clear: right; border-left-width: 1px; border-left-style: solid; border-left-color: #E0E0E0; overflow:hidden;}
#homecolumn02 { font-size: 11px; line-height: 1.5em; padding-left: 10px; padding-top: 10px; width: 180px; float: left; clear: right; overflow:hidden;}
#homecolumn03 { font-size: 11px; line-height: 1.5em; padding-left: 10px; padding-top: 10px; padding-right: 10px; width: 179px; float:left; clear:right; overflow:hidden;}
#homenews { font-size: 11px; line-height: 1.5em; padding-left: 10px; padding-right: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0E0E0; }
#abtus_content { font-size: 11px; line-height: 2em; padding-top: 10px; padding-left: 10px; padding-right: 10px; border-left-width: 1px; border-left-style: solid; border-left-color: #E0E0E0; }
