html, body, div.contents {
min-height: 100%;
height: 100%;
}
html>body, html>body div.contents {
height: auto;
}
Table
{
}
td {
	
	padding: 2px;
}
td p
{
   line-height: 1.1em;
   margin-top: 1.1em;
}
div p
{
   margin-top: .4em;
  
}
p
{
  margin-top: .4em;
  
}
li
{
   list-style: square inside;
   margin-left: 8px;
}
h1
{
   font-size:180%;
   font-weight: bold;
}
h2
{
   font-size:160%;
   font-weight: bold;
  text-align: center;
}
h3
{
   font-size:130%;
   font-weight: bold;
  width: 483px;
}
h4
{
   font-size:120%;
   font-weight: bold;
}
h5
{
   font-size:110%;
   font-weight: bold;
}
h6
{
   font-size:105%;
}
blockquote {
  margin-left: 12px;
}
ul
{
  list-style-type: disc;
  left: 2em;
}
ul li
{
  
  list-style-type: square;
  list-style-position: inside;
  left: 2em;
}
ol
{
  left: 2em;
}
ol li
{
  
  list-style-type: decimal;
  list-style-position: inside;
}
/*fck editor*/
strong
{
 font-weight:bold;
}
em
{
 font-style:italic;
}
/*fck editor*/
#doc2
{
  background-color: white;
  border-bottom: 1px solid Black;
  border: 1px solid #000000;
  width: 950px;
}
.yui-b
{
	/*padding: 8px;*/
}
#hd
{
  height: 163px;
  width: 950px;
}
#bd
{
  padding: 18px;
  color: #2A2A2A;
  font: 120%/1.3em Tahoma, Geneva, sans-serif;
  width: 913px;
}
#ft
{
  font-size: 60%;
}
.adminNewsletterCreateDiv
{
  border: 2px solid #666666;
  width: 570px;
  text-align: left;
  background-color: #FFFFE1;
  padding: 10px;
}
.adminNewsletterBtnSpan
{
 width:100%;
 height:35px;
 text-align:right;
 margin-top:10px;
}
.adminNewsletterComposeDiv
{
  border: 2px solid #666666;
  width: 650px;
  text-align: left;
  background-color: #FFFFE1;
  padding: 10px;
}
.contentHeader
{
  text-align:center;
  color:#D26900;
  margin-top:-38px;
  margin-bottom: 35px;
  font: bold 130% Verdana, Geneva, sans-serif;
}