/* Common styles across all pages */

body, html {
	margin : 0;
	padding : 0;
	background-color: #b8b896;
	background-image: url('../images/bg_body_rpt.gif');
	background-repeat : repeat-x;
}
img {
	border : none;
}
p br {
	clear:none;
}
p, ol, li, td, th, blockquote, a, span, h1, h2, h3, h4, h5, h6, div {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
td, th {
	font-size : 9pt;
	color : #FFF;
	line-height : 120%;
}
table.cfdump_struct td {
	color:#000;
}
/* Form styles */
form {
	padding:0;
	margin:0;
}
form p {
	padding:0;
	margin:4px 0;
	clear:left;
}
label, input, textarea, option {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height : 9pt;
}
select {
	z-index : 10;
	height:20px;
}
label {
	float : left;
	text-align : left;
	font-size : 8pt;
	font-weight : bold;
	width : 120px;
	color : #000;
}
div#j3_body div#j3_main form input#trip_wire {
	display : none;
	visibility : hidden;
	position : absolute;
	border : none;
}
h1, h2, h3, h4, h5, h6 {
	margin : 6px 0 10px 0;
	color : #000;
}
h1 {
	font-size : 11pt;
	line-height : 10pt;
	color : #000;
	margin : 0 0 12px 0;
	padding : 0;
	font-weight : bold;
}
h2 {
	font-size : 12pt;
	line-height:12pt;
}
h4 {
	margin : 3px 0 0 10px;
	font-size:10.5pt;
}
h5 {
	font-size : 8pt;
	font-weight : bold;
}
p,#j3_main td {
	color: #000;
	padding : 0;
	margin : 3px 0 4px 0;
	font-size : 9pt;
	line-height : 11pt;
}
p.faint {
	color:#5b5b5b;
}
.error {
	color:#900;
}
a:link, a:visited {
	color : #026396;
	text-decoration : underline;
}
a:hover, a:active {
	color : #9d9d77;
	text-decoration : none;
}
ul, ol {
	padding : 6px 0;
	margin : 0 0 0 6px;
	text-indent : 0;
	z-index : 888 !important;
}
li {
	margin-left : 12px;
	margin-bottom : 4px;
	padding-left : 2px;
	font-size : 9pt;
	z-index : 999 !important;
	line-height : 11pt;
}
ul.no_bull, ul.no_bull li {
	list-style-type : none;
	margin-left : 0;
	font-size : 9pt;
}
div#j3_left li {
	font-size:8.5pt;
}
.pad_med {
	padding : 12px 14px;
}
.pad_ten {
	padding : 10px;
}
.prop {
	clear : left;
	height : 1px;
	font-size : 0px;
	overflow : hidden;
}
div#j3_body {
	padding : 8px;
	width : 980px;
	margin : 0 auto;
	background-color: #FFF;
}
div#j3_top {
	position : relative;
	z-index:80;
	width : 980px;
	height : 105px;
	display : block;
}
div#j3_top img#got_fish {
	float : left;
	position : relative;
	margin : 4px 0 0 14px;
}
div#j3_left div#icon_def {
	padding:10px;
}
div#j3_left div#icon_def p {
	margin:0;
	padding:0;
	height:21px;
	line-height:21px;
}
div#j3_left div#icon_def img {
	float:left;
}
div#j3_footer {
	width : 980px;
	position : relative;
	height : 28px;
	margin : 8px auto;
}
div#j3_footer p {
	margin : 0;
	padding : 0;
	color : #000;
	font-size : 8pt;
	text-align : center;
}
div#j3_footer a, div#j3_footer a:link {
	color : #000;
	text-decoration : none;
}
div#j3_footer a:hover {
	text-decoration : underline;
}
div#j3_top div#log_msg {
	height:26px;
	display:none;
	position:absolute;
	right:60px;
	top:-100px;
	text-align:right;
}
div#j3_top div#log_msg p {
	text-align:right;
	font-size:8.5pt;
	text-decoration:none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
