/* Snippet Styles */


.snippet {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	position:relative;
	margin-bottom:20px;	
}

/* Headings and Text
-----------------------------------------------------------------------*/
.snippet h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px; 
	color:#84a32a; 
	margin: 4px 0px;
	line-height:12px;
}

.snippet h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px; 
	color:#a1ce44; 
	margin: 4px 0px;
	line-height:12px;
}

.snippet p,
.snippet .snippet-text{
	line-height:12px;
	font-size:11px;
	color:#1e1e1e; 
	padding: 4px 0px;
}

/* Content
-----------------------------------------------------------------------*/


.snippet .snippet-content{
	font-size:11px; 
	color:#1e1e1e; 
	font-style:italic;
}

.snippet hr{
	border:1px solid #CCCCCC;
	height:1px;
}

/* Links
-----------------------------------------------------------------------*/
.snippet a:link,
.snippet a:visited,
.snippet a:hover,
.snippet a:active{
	color:#660000;  
	font-size:11px;
}


.snippet label {
	white-space:nowrap;
	margin-right:4px;
}
