@charset "utf-8";
body  {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-top:3px;
	background-image:none !important;
	background-color:#fff !important;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
p, .content li, #subNav li, #btmNav li {
	/*padding: .1em 0 .8em 0;
	font-size:1.2em;*/
	padding-bottom:20px;
}
.content li, #subNav li, #btmNav li {
	padding: 0;
	font-size:1.2em;
}
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 {font-size:30px;line-height:30px; padding:0;}
h2 {font-size:24px;line-height:24px; margin:0; padding:0;}
h3 {font-size:18px;line-height:18px;}
h4 {font-size:14px;line-height:14px;}
.content ul , .content ol {
	margin:0 0 10px 0;
}
.content ul li, .content ol li {
	list-style-position: inside;
	margin-left:15px;
}
.content ol li {
	list-style-type:decimal;
}
.content ul li {
	list-style-type:disc;
}
.note {
	font-style:italic;
}
.notice {
	color:#900;
}
.req {
	color: #900;
}


/* 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;
}

#leftCol {background:none !important;}

.transRoll {
	opacity: .80 !important;
	-moz-opacity: .80 !important; /* older Gecko-based browsers */
	filter:alpha(opacity=80) !important; /* For IE6&7 */
	background: #fffaf4 !important;
}
.transRoll:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important; /* older Gecko-based browsers */
	filter:alpha(opacity=100) !important; /* For IE6&7 */
}
.transRoll a {background: #fffaf4 !important;}
