{ background-position: 0% 0%; background-image:url('../images/rockarbg24.jpg'); background-repeat:repeat; background-attachment:scroll  }
table, tr, td { background-color:transparent; border:0px none; }
body {
	background-image:url('../images/rockarbg24.jpg');
	background-attachment: fixed;
	background-repeat:no-repeat; background-position-y:top center
        }
        .trans_box2 {
  border: 0px none;
  background-image:url('../images/whitebk1.png');
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)
}

/* stop child elements inheriting the parents alpha opacity in ieWin */
.trans_box2* {
/* A position:absolute or position:relative is required for ieWin to actually set the filter? */
position:relative;
}

 .trans_box3 {
  border: 0px none;
  background-image:url('../images/whitebkg.png');
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}

/* stop child elements inheriting the parents alpha opacity in ieWin */
.trans_box3* {
/* A position:absolute or position:relative is required for ieWin to actually set the filter? */
position:relative;
}


h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #0000FF;
	font-weight: bold;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
	font-weight: bold;
}