@charset "utf-8";
/* CSS Document */

div.transbox
  {
	margin:10px 20px;
	background-color:#333;
	border:1px #0B152D;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	font-style: normal;
	color: #FFF;
  }
div.transbox p
  {
	margin:10px 20px;
	color:#fff;
	font-style: italic;
  }
.Mark-Body-Bold {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
}
.Mark-Body {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: normal;
}
.Mark-Title1 {
	font-family: "Bell Gothic Std Black";
	font-size: 20pt;
	text-transform: none;
}
.Mark-Title2 {
	font-family: "Blackoak Std";
	font-size: 26pt;
}
.Shane-Title {
	font-family: "Impact";
	font-size: 20pt;
	text-transform:uppercase;
	font-style: italic;
}
.Shane-TitleSub {
	font-family: "Impact";
	font-size: 20pt;
	text-transform: none;
}
.Shane-Body {
	font-family: "Book Antiqua";
	font-size: 12pt;
	font-weight: normal;
	}
.Shane-Body-Bold {
	font-family: "Book Antiqua";
	font-size: 12pt;
	font-weight: bold;
	}
.Index-Title {
	opacity: 1.00;
	font-family: Verdana, Arial;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
.Index-TitleSub {
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}
.Index-Body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
}
.Index-BodyBold {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-weight: bold;
}

