/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.trans_box2 {
  font-family:verdana;
  border:solid 1px #555;
  padding:3px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/whit75.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(75p_honey.png);
}
.resource {
	font-size: 10px;
	padding: 4px 0px 4px 5px;
}

.main
{
	background-image:url(images/redshadow_bg.gif);
	background-repeat:repeat-y;
}
.style1 {font-size: 10px; padding: 2px 0px 2px 5px; font-weight: bold; }
.style2 {font-weight: bold}
a:link {
	color: #000099;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #0000FF;
}
