/* Snippet Styles */


.snippet {
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	 
	position:relative;
	margin-bottom:20px;	
	line-height:15px;
}

/* Headings and Text
-----------------------------------------------------------------------*/
.snippet h1 {
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	 
	font-weight:bold;
	font-size:14px; 
	color:#0d0d08; 
	margin: 2px 0px 10px 0px;
	line-height:12px;
}

.snippet h2 {
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	 
	font-weight:bold;
	font-size:12px; 
	color:#474527; 
	margin:2px 0px;
	line-height:14px;
}

.snippet p,
.snippet .snippet-text{
	line-height:18px;
	font-size:12px;
	color:#2c2c1f; 
	padding: 4px 0px;
}

/* Content
-----------------------------------------------------------------------*/


.snippet .snippet-content{
	line-height:18px;
	font-size:12px; 
	color:#2c2c1f; 
}

.snippet hr{
	border:1px solid #CCCCCC;
	height:1px;
}

/* Links
-----------------------------------------------------------------------*/
.snippet a:link,
.snippet a:visited,
.snippet a:hover,
.snippet a:active{
	color:#960e0e;  
	font-size:11px;
}


.snippet label {
	white-space:nowrap;
	margin-right:4px;
}