BODY {
margin : 10px;
background-color : White;
background-image: url(../if/bg.gif);
background-position : center;
 background-repeat : repeat-y;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666666;

}

h1  {
	font-size : 14pt;
	margin: 20px;
	font : Arial, Helvetica, sans-serif;
}

hr {
	color: #cccccc;
}

p  {
	margin: 20px;
}
	

li {
	padding: 0px 0px 10px 20px;
}

a:link {
  color: #666666;
  text-decoration: underline;
}

a:visited {
  color: #666666;
  text-decoration: underline;
}

a:hover { 
  color: #666666;
  background-color : #FFEBCD;
  text-decoration: overline underline;
}



 /* this custom section*/
 
 .bar {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #666666;
	background-image: url(../if/bar.gif);
	background-repeat: no-repeat;
	background-position : left;
	padding: 38px 20px 20px 75px;
	font-variant : normal;
}

 /*cookie-crumb menu in center column*/	
.cookie {
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin: 5px 10px 5px 10px;
	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;
	color: #333333;
	text-align: left;
	margin: 5px 10px 5px 10px;
}

 /*menu style*/
.menu {
	font-size: 10pt;
	font-weight: normal;
	margin: 10px 3px 10px 3px;
}

 /*footer menu style*/
.menu2 {
	font-size: 10pt;
	text-align: center;
	margin: 10px 20px 10px 20px;
}

 /*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;
}