/* DEFAULT FONT */

.snippet {
}

.snippet,
.snippet p, 
.snippet td, 
.snippet th {
	font-size:11px;
	font-family:Geneva,Tahoma,sans-serif;
	color:#464646;
	line-height:14px;
	
}

/* FONTS */
.snippet h1 { 
	background-color:#656d6e;
	margin-bottom:10px;
	padding:4px 8px 4px;
	line-height:18px; 
	font-size:14px; 
	font-weight:normal;
	color:#fff;
	border:none;
	letter-spacing:.04em;
} 
.snippet h2 { 
	margin-top:0px; 
	margin-bottom:4px; 
	line-height:13px;
	font-size:12px;
	color:#103a4c;
	font-weight:normal;	
} 
.snippet h3 { 
} 
.snippet h4 { 
} 
.snippet h5 { 
} 
.snippet h6 { 
} 

/* LINKS */

.snippet a:link,
.snippet a:visited,
.snippet a:hover,
.snippet a:active {
	color:#2882b9;
}

/* HR */

.snippet hr {
	margin:10px 0px 10px;
}

/* LISTS */

.snippet ul {
}

.snippet ol {
}

.snippet li {
}

/* FORMS */

.snippet form {
	background-color:#ededed;
	padding:10px;
}
.snippet input {
	width:190px;
	border:1px solid #c0c0c0;
	padding:4px;
	font-size:11px;
	color:#387A94;
}
.snippet textarea {
	width:190px;
	height:60px;
	padding:4px;
	border:1px solid #c0c0c0;
	font-size:11px;
	color:#387A94;
}
.snippet select {
	width:100%;
	border:1px solid #999;
	padding:2px;
}

.snippet .form-label {
	margin-bottom:6px;
	color:#000;
}

.snippet .form-element {
	margin-bottom:9px;
	color:#fc9003;
}

.snippet .form-submit {
}

.snippet .form-submit input {
	width:75px;
	border:2px solid #25637b;
	background-color:#387a94;
	color:#fff;
	padding:3px 16px 3px 16px;
	height:28px;
	font-size:12px;
	cursor:pointer;
}
.snippet .date {
	font-size:9px;
	color:#a29e9e;
}
.email-text {
	font-size:11px;
	line-height:normal;
	padding-bottom:4px;
}
.blog-entries {
	line-height:18px;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
