@charset "utf-8";
body  {
	background:none;
	background-color:#FFF;
	font:62.5% Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
p {
	line-height:16px;
	padding:3px 0 8px 0;
}
a {
	color:#009;
}
a:hover {
	color:#009;
}
table {
	margin: 0.4em 0;
}
td, th {
	padding:5px;
}
th {
	font-weight:bold;
}
hr {
	height:1px;
	border:none;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
h1 {
	font-size:2.6em;
	line-height: 16px;
	padding:.3em 0;
}
h2 {
	font-size:2.4em;
	line-height:2em;
	margin-top:0.8em;
	padding:.3em 0;
}
h3 {
	font-size:1.6em;
	line-height:1.8em;
	margin-top:0.6em;
	padding:.2em 0;
}
h4 {
	font-size:1.4em;
	line-height:1.6em;
	margin-top:0.4em;
	padding:.2em 0;
}
h5 {
	font-size:1.2em;
	line-height:1.4em;
	margin-top:0.2em;
	font-weight:bold;
	padding:.2em 0;
}
h6 {
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
	padding:.2em 0;
}
.note {
	font-style:italic;
}
.notice {
	color:#900;
}
.req {
	color: #900;
}
hr {
	height:2px;
	border-top:1px solid #333;
}


/* CUSTOM STYLES THAT USERES CAN USE */
.tableStyle1 {
	border:1px dashed #CCC;
	width:500px;
}
.tableStyle1 td, .tableStyle1 th {
	font-size: 1em;
	padding:3px;
	border:1px dashed #CCC;
}
.detailText1 {
	font-size: 0.9em;
}
.detailText2 {
	color:#666;
	font-size: 0.9em;
}

div.mediagallerybox {
	height:350px;
	width:100%;
	overflow:auto;
	padding: 1px;
}

.mediagallerybox h3 {
	margin:0px!important;
	padding-top:0px!important;
}

.mediagallerybox div.styledhr {
	height:3px;
	background-color:#405060;
}

.mediagallerybox img {
	margin:0.8em 0;
	border:1px solid #000000;
}

#sb-content {
	text-align:center!important;
}