/* Snippet Styles */


.snippet {
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	position:relative;
	margin-bottom:15px;	
	line-height:18px;
}

/* Headings and Text
-----------------------------------------------------------------------*/
.snippet h1 {
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	font-weight:bold;
	font-size:12px; 
	color:#84a32a; 
	margin: 4px 0px;
	line-height:12px;
}

.snippet h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333030;
	margin:0px;
}
.snippet h3 {
	font-weight:normal;
	margin:2px 0px; 
	line-height:16px; 
	font-size:12px; 
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	 
	color:#695c06;
}
.snippet h4 {
	font-weight:normal;
	color:#333030;
}
.snippet p,
.snippet .snippet-text{
	line-height:16px;
	font-size:11px;
	color:#333030; 
	padding: 4px 0px 0px 0px;
}

/* Content
-----------------------------------------------------------------------*/


.snippet .snippet-content{
	font-size:11px; 
	color:#999999;
}

.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;
}


