body
{
  background-color: #cfd4a5;
  margin: 0 auto;
  padding: 0;
}

.HeaderBg
{
  background-image: url('img/bg/HeaderBg.jpg');
  height: 240px;
  background-repeat: repeat-x;
}

.AllContent
{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.MainSheet
{
  min-width:79px;
  min-height:79px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
  width: 900px;
  position: relative;
}

.Navigation
{
  position: relative;
  margin: 0  auto;
  width: 884px;
  height: 24px;
  z-index: 100;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}

.MainSheetBody
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background-image: url('img/bg/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -53px;
  width: 106px;
  height: 106px;
  background-image: url('img/bg/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 53px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -53px;
  left: 0;
  width: 106px;
  height: 106px;
  background-image: url('img/bg/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 53px;
  height: 53px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -53px;
  left: -53px;
  width: 106px;
  height: 106px;
  background-image: url('img/bg/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 53px;
  right: 53px;
  height: 53px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  background-image: url('img/bg/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 53px;
  right: 53px;
  height: 53px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -53px;
  left: 0;
  width: 100%;
  height: 106px;
  background-image: url('img/bg/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 53px;
  left: 0;
  width: 53px;
  bottom: 53px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 106px;
  height: 100%;
  background-image: url('img/bg/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 53px;
  right: 0;
  width: 53px;
  bottom: 53px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -53px;
  width: 106px;
  height: 100%;
  background-image: url('img/bg/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 53px;
  left: 53px;
  right: 53px;
  bottom: 53px;
  background-image: url('img/bg/Sheet-c.png');
}


.MainSheet
{
  margin-top: -8px;
}

.Menu a, .Menu a:link, .Menu a:visited, .Menu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.Menu, .Menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.Menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.Menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.Menu li li
{
  float: none;
}

.Menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.Menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.Menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.Menu:after, .Menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.Menu, .Menu ul
{
  min-height: 0;
}

.Menu ul
{
  background-image: url(img/bg/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.Menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

.Menu
{
  padding: 0px 0px 0px 0px;
}

.Navigation .l, .Navigation .r, .Navigation .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 24px;
}

.Navigation .l
{
  left: 0;
  right: 0px;
}

.Navigation .r
{
  right: 0;
  width: 0px;
}

.Navigation .r div
{
  width: 884px;
  right: 0;
}


.Navigation .l, .Navigation .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('img/bg/Navigation.png');
}

.Menu ul li
{
  clear: both;
}

.Menu a , .Menu a span
{
  height: 24px;
  display: block;
}

.Menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.Menu a span span
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 17px;
  margin: 0 0px;
  line-height: 24px;
  text-align: center;
  background-image: url('img/bg/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}

.Menu a:hover span span
{
  color: #000000;
  background-position: left -24px;
}

.Menu li:hover a span span
{
  color: #000000;
  background-position: left -24px;
}

.Navigation .separator
{
  display: block;
  width: 1px;
  height: 24px;
  background-image: url('img/bg/NavigationSeparator.png');
}

.Menu ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 30px;
  width: 207px;
  overflow:hidden;
  line-height: 30px;
  margin-right: auto;
  background-image: url('img/bg/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #72783A;
}

.Navigation ul.Menu ul span, .Navigation ul.Menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.Menu ul a, .Menu ul a:link, .Menu ul a:visited, .Menu ul a:hover, .Navigation ul.Menu ul span, .Navigation ul.Menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 30px;
  color: #454823;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.Menu ul ul a
{
  margin-left: auto;
}

.Menu ul li a:hover
{
  color: #FCF6EE;
  border-color: #9B9736;
  background-position: 0 -30px;
}

.Menu ul li:hover>a
{
  color: #FCF6EE;
  border-color: #9B9736;
  background-position: 0 -30px;
}

.Navigation .Menu ul li a:hover span, .Navigation .Menu ul li a:hover span span
{
  color: #FCF6EE;
}

.Navigation .Menu ul li:hover>a span, .Navigation .Menu ul li:hover>a span span
{
  color: #FCF6EE;
}

div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 884px;
  height: 100px;
}

div.Header-jpg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 884px;
  height: 100px;
  background-image: url('img/bg/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.AllContentTwo
{
  margin-bottom: 8px;
  width: 884px;
  position: relative;
}

.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.Block
{
  margin: 10px;
}

.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}



.Post
{
  overflow: hidden;
  min-width:21px;
  min-height:21px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.Post-body
{
  position: relative;
  z-index: 0;
  margin: 14px;
}

.Post-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url('img/bg/Post-s.png');
}

.Post-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
}

.Post-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -14px;
  width: 28px;
  height: 28px;
  background-image: url('img/bg/Post-s.png');
}

.Post-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
}

.Post-bl div
{
  position: absolute;
  z-index: -1;
  top: -14px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url('img/bg/Post-s.png');
}

.Post-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
}

.Post-br div
{
  position: absolute;
  z-index: -1;
  top: -14px;
  left: -14px;
  width: 28px;
  height: 28px;
  background-image: url('img/bg/Post-s.png');
}

.Post-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 14px;
  right: 14px;
  height: 14px;
}

.Post-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-image: url('img/bg/Post-h.png');
}

.Post-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 14px;
}

.Post-bc div
{
  position: absolute;
  z-index: -1;
  top: -14px;
  left: 0;
  width: 100%;
  height: 28px;
  background-image: url('img/bg/Post-h.png');
}

.Post-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 14px;
  left: 0;
  width: 14px;
  bottom: 14px;
}

.Post-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
  background-image: url('img/bg/Post-v.png');
}

.Post-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 14px;
  right: 0;
  width: 14px;
  bottom: 14px;
}

.Post-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -14px;
  width: 28px;
  height: 100%;
  background-image: url('img/bg/Post-v.png');
}

.Post-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  background-image: url('img/bg/Post-c.png');
}

.Post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 1px;
  border-color: #C6CC94;
  margin-right: 4px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}

.PostMetadataHeader
{

  background-color: #E2E4C8;
  border-color: #C6CC94;
  border-style: solid;
  border-width: 1px;
  padding:2px;
}

.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #3B3E1E;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #3B3E1E;
}

.PostHeader a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4B4F26;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4B4F26;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #626732;
}

body
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  color: #2E3017;
}

.PostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  letter-spacing: 1px;
  color: #2E3017;
}

a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #656B33;
}

a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #656B33;
}

a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #000000;
}

a:hover, a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #585E22;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  letter-spacing: 3px;
  text-align: left;
  color: #656B33;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: left;
  color: #656B33;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #212211;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: left;
  color: #2E3017;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
  color: #2E3017;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
  color: #2E3017;
}

ul
{
  list-style-type: none;
  color: #17180C;
  margin:0;
  padding:0;
}

li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
}

.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 884px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('img/bg/Footer.png');
  width: 884px;
  height: 100px;
  bottom:0;
  left:0;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#1D1F0F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #5F6430;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #1D1F0F;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #6D6B26;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#AC7420;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#838A42;
}

.AllContentTwo .LeftBar
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 150px;
}

.AllContentTwo .Content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 728px;
}

.AllContentTwo .RightBar
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 5px;
}

.postview
{
  font-size:11px;
  color:#666666;
}

.comments
{
font-size:18px;
font-weight:bold;
}

.search
{
text-align:right;
}

.input_t
{
border:#333333 1px solid;
background-color:#FFEAD5;
}

.button
{
border:#333333 1px solid;
background-color:#FFB000;
}

.search_nothing
{
height:500px;
font-size:16px;
font-weight:bold;
text-align:center;
margin-top:50px;
}

.post_img
{
text-align:center;
}




.BlockContent
{
  overflow: hidden;
  min-width:19px;
  min-height:19px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 4px;
}

.BlockContent-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  background-image: url('img/bg/BlockContent-s.png');
}

.BlockContent-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
}

.BlockContent-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -9px;
  width: 18px;
  height: 18px;
  background-image: url('img/bg/BlockContent-s.png');
}

.BlockContent-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 9px;
}

.BlockContent-bl div
{
  position: absolute;
  z-index: -1;
  top: -9px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url('img/bg/BlockContent-s.png');
}

.BlockContent-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
}

.BlockContent-br div
{
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  background-image: url('img/bg/BlockContent-s.png');
}

.BlockContent-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 9px;
  right: 9px;
  height: 9px;
}

.BlockContent-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background-image: url('img/bg/BlockContent-h.png');
}

.BlockContent-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 9px;
  right: 9px;
  height: 9px;
}

.BlockContent-bc div
{
  position: absolute;
  z-index: -1;
  top: -9px;
  left: 0;
  width: 100%;
  height: 18px;
  background-image: url('img/bg/BlockContent-h.png');
}

.BlockContent-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 9px;
  left: 0;
  width: 9px;
  bottom: 9px;
}

.BlockContent-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-image: url('img/bg/BlockContent-v.png');
}

.BlockContent-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 9px;
  right: 0;
  width: 9px;
  bottom: 9px;
}

.BlockContent-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -9px;
  width: 18px;
  height: 100%;
  background-image: url('img/bg/BlockContent-v.png');
}

.BlockContent-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-color:#dcdfbc;
}


.BlockContent-body
{
  color:#1A1C0D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.BlockContent-body a:link
{
  color: #212211;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #212211;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #626732;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.BlockContent-body li
{
  font-size:11px;
  color:#666666;
}

.toptitle
{
font:Verdana;
font-size:12px;
}


