body{
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
/*  background-image: url(images/page_fill.gif); */
  background-repeat: repeat-x;
  font-size: 10pt;
  font-family: Arial;
}



ul {
  list-style: none;
  margin: 0 0 20px 20px;
  padding: 0;
}
  
li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 2px;
  background: url(images/bullet_orange.gif) no-repeat 0 3px;
}

p{
  font-size: 10pt;
  margin-top: 8px;
  margin-bottom: 8px;
}

/*Slogan text style*/
.slogan{
	font-family: Arial;
	color: #BDBDBD;
	font-size: 11pt;
	font-weight: bold;
}

a:hover{
  color: #6699FF;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}
a{
  color: #003399;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1px solid #003399;
}

.hmenu{
  color: #A8A8A8;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  background-image: url(images/menu_fill.gif);
}

.hmenu a:hover, .vmenu a:hover{
  color: #6699FF;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.hmenu a, .vmenu a{
  color: #003399;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

h1{
  color: #003399;
  font-size: 14pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

.content
{
  padding-top: 4px; 
  padding-left: 0px; 
  padding-right: 6px;
  font-size: 10pt;

}
.promo_head{
  padding-left:6px;
  font-size:11pt;
  font-weight: bold;
  color: #003399;
}

h2{
  font-size: 13pt;
  font-weight: bold;
  color: #003399;
  margin-top: 12px;
  margin-bottom: 12px;
}

h3{
  font-size: 11pt;
  font-weight: bold;
  color: #003399;
  margin-top: 8px;
  margin-bottom: 8px;
}

.promo_body{
  padding-top: 5px;
  padding-left:12px;
  padding-right:12px;
  font-size:10pt;
  font-weight: normal;
  color: #000000;
}

.promo_body a:hover{
  color: #6699FF;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}
.promo_body a{
  color: #003399;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

.news_date{
  color: #6699FF;
  font-size: 8pt;
  font-family: Arial;
}
.news_head{
  color: #003399;
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial;
}
.news{
  color: #000000;
  font-size: 9pt;
  padding-bottom:5px;
  font-family: Arial;
}

.right_col{
  font-size: 9pt;
}
.promo1_head{
  background-image: url(images/promo1_head.gif);
}
.promo2_head{
  background-image: url(images/promo2_head.gif);
}
.promo1_fill{
  background-image: url(images/promo1_fill.gif);
}
.promo2_fill{
  background-image: url(images/promo2_fill.gif);
}
.promo1_footer{
  background-image: url(images/promo1_footer.gif);
}
.promo2_footer{
  background-image: url(images/promo2_footer.gif);
}
.dots{
  background-image: url(images/dots.gif);
}
.big_bg{
  background-image: url(images/big_bg.gif);
}
.footer_fill{
/*  background-image: url(images/footer_fill.gif); */
  background-image: url(images/page_fill.gif);
}

.divButton
{
  color: black;
  background-color: #FFFFCC;
  padding: 4px 4px 4px 4px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px dotted #FFCC33;
}