BODY {
margin : 0px 0px 10px 0px;
background-color : White;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
}

h1  {
	font-size : 14pt;
	margin: 20px;
	font : Arial, Helvetica, sans-serif;
}

h2  {
	font-size : 12pt;
	margin: 20px;
	font : Arial, Helvetica, sans-serif;
}

hr {
	color: #cccccc;
}

p  {
	margin: 20px;
}
	
ul {
	font-size: 10pt;
	list-style-image : url('../if/bullet.gif');margin-left:50px; margin-right:30px; margin-top:0px; margin-bottom:0px
}

ol {
	font-size: 10pt;
	margin: 15px 35px 0px 60px;
	list-style : decimal;
}

li {
	padding-bottom: 5px;
}

a:link {
  color: #333333;
  text-decoration: underline;
}

a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover { 
  color: #333333;
  background-color : #CCFF66;
  text-decoration: overline underline;
}



 /* this custom section*/
 
 .bar {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-image: url('../if/spacer.gif');
	font-variant : normal; padding-left:10px; padding-right:20px; padding-top:20px; padding-bottom:20px
}

 /*cookie-crumb menu in center column*/	
.cookie {
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	margin: 5px 20px 5px 20px;
	padding: 0px 0px 6px 3px;
}

 /*regular body text centered*/
.center {
	font-size: 10pt;
	text-align: center;
	margin: 0px 10px 0px 10px;
}

 /*white text on blue bg*/
.ftr {
	font-size: 8pt;
	color: #333333;
	text-align: center;
	margin: 3px 30px 3px 30px;
}

 /*headline tag*/	
.headline {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin: 5px 10px 5px 10px;
}

 /*menu style*/
.menu {
	font-size: 10pt;
	font-weight: normal;
	margin: 10px 3px 10px 10px;
}

 /*menu style*/
.menu div {
	font-size: 10pt;
	font-weight: normal;
	font : Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

 /*footer menu style*/
.menu2 {
	font-size: 10pt;
	text-align: center;
	margin: 10px 10px 0px 10px;
}

 /*regular body text*/
.normal {
	font-size: 10pt;
	margin: 0px 20px 0px 20px;
}

 /*regular body text*/
.right {
	font-size: 10pt;
	margin: 0px 10px 0px 10px;
	text-align: right;
}

.tb {
	background-image : url('../if/hdr-bg.gif');
	background-repeat : no-repeat;
	background-position :  left 50%;
}