body {
  background-color: #FFF;
  font-family: Verdana;
  font-size: 10pt;
  margin-top: 0px;
  }

a:link       { color:#0000FF; text-decoration: underline }
a:active     { color:#604604; text-decoration: underline }
a:visited    { color:#0000FF; text-decoration: underline }
a:hover      { color:#604604; text-decoration: underline }


.navmenu {
  font: 9pt Arial;
  color: #666;
  font-weight: bold;
  }

a.navmenu:link       { color: #666; text-decoration: none }
a.navmenu:active     { color: #666; text-decoration: none }
a.navmenu:visited    { color: #666; text-decoration: none }
a.navmenu:hover      { color: #000; text-decoration: underline }

.title {
  font: 14pt Arial;
  color: #000000; 
  font-weight: bold;
  }
  
.subtitle {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	top: auto;
}
  
.maintext {
  font: 10pt Verdana;
  color: #000000; 
  font-weight: normal;
  }

.hometxt {
  font: 8pt verdana;
  color: #000000;
  font-weight: normal;
  }
  
.btext {
	font-size: 13px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	top: auto;
}

.footer {
  font: 8pt Verdana;
  color: #666;
  font-weight: normal;
  }

a.footer:link       { color: #666; text-decoration: none }
a.footer:active     { color: #666; text-decoration: none }
a.footer:visited    { color: #666; text-decoration: none }
a.footer:hover      { color: #000; text-decoration: underline }

.advert {
  font: 7pt Arial;
  color: #666;
  font-weight: normal;
  }
  
.power {
  font: 8pt Arial;
  color: #666;
  font-weight: normal;
  }

a.power:link       { color: #666; text-decoration: none }
a.power:active     { color: #666; text-decoration: none }
a.power:visited    { color: #666; text-decoration: none }
a.power:hover      { color: #666; text-decoration: none }

.love {
  font: 8pt Arial;
  color: #000;
  font-weight: normal;
  }
  
a.love:link       { color: #000; text-decoration: none }
a.love:active     { color: #000; text-decoration: none }
a.love:visited    { color: #000; text-decoration: none }
a.love:hover      { color: #000; text-decoration: underline }

H1 {
    font-size: 12px;
	color: #595959;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	top: auto;
	margin:0px;
}

H2 {
    font-size: 12px;
	color: #595959;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	top: auto;
	margin:0px;
}

img.border {
	padding: 6px 6px 6px 6px ;
}

#dhtmlgoodies_contentBox {
  border:1px solid #666;
  height:0px;
  visibility:hidden;
  position:absolute;
  background-color:#EEE;
  overflow:hidden;
  padding:2px;
  width:100px;
}

#dhtmlgoodies_content {
  position:relative;  
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  width:100%;
  font-size:0.8em;
}

#dhtmlgoodies_slidedown {
  position:relative;
  width:100px;
}

/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow {display:none !important;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
}