/* for actual type style setting */
/*
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
*/

.breadcrumb_txt {
	font-size: 10px;
	color: #8E8E8E;
	vertical-align: middle;
/*	position: relative;*/
	font-weight: bold;
}

#breadcrumb_container .breadcrumb_txt a {
	text-decoration: none;
	font-weight: bold;
	color:#8E8E8E;
}

#breadcrumb_container .breadcrumb_txt a:hover {
	text-decoration: underline;
	color: #cc0000;
}

#body_page_title {
	font-size: 11pt;
	font-weight: bolder;
	text-transform: uppercase;
	color: #E35E00;
}

.body_section_title {
	font-size: 10pt;
	font-weight: bold;
	color: #E35E00;
}

.body_section_subtitle {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}

.textSmall {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:7pt;
	font-style:regular;
	color: #000000;
}

.fontSmall {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:7pt;
	font-style:regular;
	color: #000000;
}

.label {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;	
	color: #000000;
}

.label_textBox {
	font-size: 9pt;
	font-weight: normal;
	text-transform: none;	
	color: #000000;
}
.borderFrame  {
	border: 1px solid #FF0000;
}

.table_content {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
}
.dottedRow {
	padding-top: 10px;
	line-height: 15px;
	background: url(../images/dot_orange.gif) repeat-x;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center;}

a.decreesIndent { text-indent: 45px; font-family: verdana, arial, geneva, sans-serif;
  	color: #666666; font-size: 9pt; margin: 0 0 0 34px; padding-left: 6px;
  	background: url(../images/leftnav_arrow_rt.gif) no-repeat; background-position:0 center;}
  	
a.decreesIndent:visited { text-decoration:none; color: #000000; } 
a.decreesIndent:hover { text-decoration: underline;  color: red; }

p.indent { margin: 0 0 0 34px; }
	
.button { background-color:#E35E00; padding: 0px; border:0px; 
	font-family: Verdana; color:#ffffff; font-size: 9pt; font-weight:normal;  }

.msgIndent { margin: 0 0 0 70px; }
