/* Snippet Styles */


.snippet {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

/* Headings and Text
-----------------------------------------------------------------------*/
.snippet h1 {
	font-family:"Lucida", "Lucida Grande", Arial, sans-serif;	
	font-weight:normal; 
	color:#36104f; 
	font-size:12px; 
	margin: 4px 0px;
	line-height:12px;
}

.snippet h2 {
	font-family:"Lucida", "Lucida Grande", Arial, sans-serif;	
	font-weight:normal; 
	color:#36104f; 
	font-size:18px; 
	margin: 4px 0px;
	line-height:12px;
}

.snippet h3 {
	font-family:"Lucida", "Lucida Grande", Arial, sans-serif;	
	font-weight:normal; 
	color:#36104f; 
	font-size:14px; 
	margin: 4px 0px;
}


.snippet p,
.snippet .snippet-text{
	line-height:18px;
	font-size:12px;
	color:#302739; 
	padding: 4px 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:#36104f;  
	font-size:11px;
}



