body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/woodrepeat.jpg);
	color: #FFFFFF;
	background-color: #000000;
	overflow: -moz-scrollbars-vertical;
}
a:link { color: #0066FF; font-weight: bold;}
a:visited {color: #999999; font-weight: bold;} 
a:hover {color: #0000FF; font-weight: bold;}
a:active {color: #FFFFFF; font-weight: bold;}  

.smallnbsp
{
font-size:1px;
}
.imgborder {
   padding:1px;
   border:1px solid  #FFFFFF;
   margin:5px;
}

.trans_box_title2 {
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
}
.trans_box_title2[class] {
  background-image:url(images/75p_honey.png);
}

.trans_box_title {
  width:100%;
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_white.png');
}
.trans_box_title[class] {
  background-image:url(images/75p_white.png);
}

.trans_box1 {
  width:400px;
  border:solid 1px #555;
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.trans_box1[class] {
  background-image:url(images/75p_white.png);
}

.trans_box2 {
  width:300px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/75p_honey.png);
}


#topleft {
	background: url(images/sog/backleft.png) no-repeat top left;
	float:left;
	width:12px;
	height:24px;
}
#topcenter {
	background: url(images/sog/backmiddle.png) repeat-x;
	margin-right:12px;
	margin-left:12px;
	height:24px;
}
#topright {
	background: url(images/sog/backright.png) no-repeat top right;
	float:right;
	width:12px;
	height:24px;
}


#left {
	background: url(images/sog/backshadowleft.png) repeat-y left;
	width:100%;
	height:100%;
}
#center {
	background: url(images/sog/backrepeat.png);
	margin-right:6px;
	margin-left:6px;
	padding:5px;
	height:100%;
}
#right {
	background: url(images/sog/backshadowright.png) repeat-y right;
	width:100%;
	height:100%;
}


#bottomleft {
	background: url(images/sog/backbottomleft.png) no-repeat top left;
	float:left;
	width:12px;
	height:12px;
}
#bottomcenter {
	background: url(images/sog/backbottommiddle.png) repeat-x;
	margin-right:12px;
	margin-left:12px;
	height:12px;
}
#bottomright {
	background: url(images/sog/backbottomright.png) no-repeat top right;
	float:right;
	width:12px;
	height:12px;
}