/* for actual type style setting */
/*
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
*/


.starSuperscript { 
	font-weight: bold;
	color: #FF0000;
	vertical-align: super; 
}

.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; #062C82*/
	color: #FF0000;
}


.body_section_title {
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
}

.body_section_subtitle {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.borderFrame  {
	border: 1px solid #FF0000;
}

.table_content {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
}

.textSmall {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:7pt;
	font-style:regular;
	color: #000000;
}

.alignCenter { text-align: center;	}

************** sitemap style ************************

.siteMap {	
	font-family: Verdana, Arial, Geneva, sans-serif; color:#666666;
	padding: 0px; margin: 0 0 0 0; list-style-type: none; line-height: 18px; 
}
	.siteMap  a, .sitemap li a:visited {text-decoration:none; color: #000000; padding: 0px; margin: 0px;}
	.siteMap a:hover {text-decoration: underline; color: red;	}
	.siteMap a:active {text-decoration: none; color:#666666; font-weight: bold; }	

h1 { background-color: #C1BEAF; margin: 0px; padding: 0px;
	text-decoration none; text-indent: 2px;
	color:#E35E00; font-size: 9pt; text-transform:capitalize;
	/* border-bottom: 1px solid blue; */}

h2 { text-decoration none; font-size: 8pt; font-weight: normal;
	padding-left: 5px; margin: 0px;
	/* border-bottom: 1px solid blue; */ }
 
h3 { text-decoration none; font-size: 8pt; font-weight: normal;
	padding-left: 12px; margin: 0px;
	/* border-bottom: 1px solid blue; */ }
h4 { text-decoration none; font-size: 8pt; font-weight: normal;
	padding-left: 25px; margin: 0px;
	/* border-bottom: 1px solid blue; */ }
.forwardArrows  { color: #E35E00; }

*****************************************************

.alignCenter {
	text-align: center;
}

/* Begin: Submit/Cancel buttons */
.PositiveButton{
	color: #ffffff;
	background-color: #E35E00;
	font-family:  Verdana, Arial, Geneva, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;  
	margin: 0;
	cursor: hand; 
	border: 1px solid #E35E00;
	padding: 1px 0 0 0;
}

html>body .PositiveButton{
	cursor: pointer;
	padding: 2px 0 2px 0;	
}

.negativeButton{
	color: #E35E00;
	background-color: #ffffff;
	font-family:  Verdana, Arial, Geneva, sans-serif; 
	font-size:8pt; 
	font-style: normal; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;  
	border: 1px solid #E35E00;
	padding: 1px 1px 0 1px;
	cursor: hand;		
}


html>body .negativeButton{
	cursor: pointer;
	padding: 2px 1px 2px 1px;
}

/* End: Submit/Cancel buttons */