/***********************************************************************
DO NOT REMOVE THIS CHANGE LOG 
Ver		Updated By:						Update Date:	Description
1.0		Sanmita Inc.					7/28/2008		File created
1.0		Sanmita Inc.					10/08/2008		style changes
 **********************************************************************/
 
.bold {
	font-weight: bold;
	
}

.italic {
	font-style: italic;
}

.bold-italic-13px {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}


.extralarge {
	font-size: 1.5em;
	line-height: 1.5em;
}

span.more {
	background: url(/images/layout/bullet.gif) no-repeat 100% 70%;
	padding-right: 10px;
}

.table-row-lighter {
	background: #EAEFE0;
	}
	
.table-row-darker {
	background: #D9E6EF;
	}
/* text styles */

.notestyle {
	background: #D9E6EF;
	padding: 12px 8px 0 8px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

span.notestyle {
	padding: 12px 8px 0 8px;
}

p.notestyle {
	padding: 12px 8px;
}

.notestyle .CS_Textblock_Caption {
	background: url(/layout/icons/icn_excl.gif) no-repeat 0 0;
	padding: 2px 0 0 20px;
}

.text-highlight-red {
	background: #f0beb6;
}

.text-highlight-yellow {
	background: #f0ee9f;
}

.text-highlight-green {
	background: #c5ee9f;
}

.h3-subhead-14px-bold-green {
	font-size: 14px;
	font-weight: bold;
	color: #516925;
	}
	
.h4-13px-bold-italic-16px-line-height {
	font-size: 13px;
	font-weight: normal;
	}

.bold-allcaps-green {
	line-height: 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #516925;
	}
	


