/*---------------------------------------------------------------------------*/
	
	/* @group Defaults */
	
	* {
		font-style: normal;
		font-weight: normal;
		list-style: none;
		margin: 0;
		outline: none;
		padding: 0;
		text-decoration: none;
		vertical-align: baseline;
	}
	body {
		background: #ffffff;
		color: #000000;
		cursor: default;
		font: 75%/150% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;
	}
	body * {
		color: #000000;
		font: 1em/150% 'trebuchet ms', 'lucida grande', 'helvetica', 'arial', sans-serif;
	}
	
	q:before,
	q:after,
	blockquote:before,
	blockquote:after {
		content: "";
	}
	
	fieldset {
		border: none;
	}
	
	img,
	a img {
		border: none;
		vertical-align: middle;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/* @end */
	
/*---------------------------------------------------------------------------*/
	
	/* @group Formatted */
	
	.formatted a {
		color: #000;
		text-decoration: none;
	}
	
	.formatted a:hover {
		text-decoration: none;
		border-bottom: 1px dotted;
		color: #85bd3c;
	}
	
	.formatted em,
	.formatted em * {
		font-style: italic;
	}
	
	.formatted h1 {
		padding-left: 5px;
	}
	
	.formatted h2 {
		font-size: 1.5em;
		line-height: 130%;
		text-align: left;
		margin: .5em;
	}	

	.formatted h2,
	.formatted h2 * {
		font-weight: bold;
	}
	.formatted h3 {
		font-size: 1.3em;
		margin: .5em;
	}
	.formatted h3,
	.formatted h3 * {
		font-weight: bold;
	}
	.formatted h4 {
		font-size: 1em;
		margin: 1em;
	}
	.formatted h4,
	.formatted h4 * {
		font-weight: bold;
	}
	
	.formatted h2 a,
	.formatted h3 a {
		color: #000000;
		text-decoration: none;
	}
	
	.formatted ul {
		list-style: disc;
		margin: 1em 2em;
	}
	
	.formatted ul li {
		list-style: disc;
	}
	
	.formatted p {
		margin: .5em .9em;
	}
	
	.formatted li p {
		margin: .5em 0;
	}
	
	.formatted.error {
		background: #cc3300;
	}
	.formatted.error,
	.formatted.error * {
		color: #ffffff;
	}
	
	#social li	{
		display:inline;
		margin:0 13px 0 0;
	}
	#social {
		padding:10px 0 0;
	}
/*---------------------------------------------------------------------------*/