/*-----------------------------------------------------------------------------
	Global
-----------------------------------------------------------------------------*/
	
	* {
		margin: 0;
		outline: none;
		padding: 0;
		text-decoration: none;
	}	
		
	body {
		background: #292728;
		color: #ffffff;
		font: 77% "georgia", "times", "times new roman", serif;		
	}
	
	body * {
		font: normal 100%/0.9 "georgia", "times", "times new roman", serif;		
	}	
	
	img,
	a img {
		border: none;
	}	
	
	p,
	em,
	span,
	li,
	dd {
		color: #626262;
	}
	
/*-----------------------------------------------------------------------------
	Formatting
-----------------------------------------------------------------------------*/
	
	.formatted * {
		line-height: 1.3;
	}
	
	.formatted a {
		color: #292728;
	}
	
	.formatted em,
	.formatted em * {
		font-style: italic;
	}
	
	.formatted h2,
	.formatted h3 {
		font-size: 1.3em;
	}

	.formatted h2 {
		position: absolute;
		margin: -2.2em 0 0 0;	
		
	}
		.formatted h2 em {
			border-bottom: 1px dotted #FCC80F;
		}
		
	.formatted h3 {
		margin: 0 0 1em 0;
			
	}
	.formatted h2,
	.formatted h2 *,
	.formatted h3,
	.formatted h3 * {
		clear: left;
		font-style: italic;
		text-transform: lowercase;
		text-decoration: none;
		color: #000;
	}
	.formatted h4 {
		margin: 0 0 1em 0;
	}
	.formatted h4,
	.formatted h4 * {
		font-weight: bold;
		font-style: italic;
	}
	
	.formatted dl {
		overflow: hidden;
	}
	#ie .formatted dl {
		height: 1%;
	}
	.formatted dl dt {
		clear: left;
		float: left;
	}
	.formatted dl dt,
	.formatted dl dt * {
		font-style: italic;
	}
	.formatted dl dd {
		margin: 0 0 0 12%;
	}
		
	.formatted ul {
		list-style: disc;
		margin: 0 0 1em 2em;
	}
	
	.formatted ul.wide-list {
		list-style: none;
		margin: 0 0 1em 0;
	}
		
	.formatted ul.commissions,
	.formatted ul.projects {
		list-style: none;
		margin: 0 0 1em 0;
		text-transform: lowercase;
	}
	.formatted ul.commissions *,
	.formatted ul.projects * {
		font-style: italic;
	}
	.formatted ul.commissions em,
	.formatted ul.commissions em *,
	.formatted ul.projects em,
	.formatted ul.projects em * {
		font-style: normal;
	}
	
	.formatted p {
		margin: 0 0 1em 0;
	}
	
	.formatted p strong,
	.formatted p strong span {
		font-weight: bold;
	}
	
	.formatted p.more,
	.formatted p.more * {
		font-weight: bold;
	}
	
	.formatted p.info,
	.formatted p.info * {
		font-style: italic;
		margin-top: -1em;
	}
	
	.formatted p.error,
	.formatted p.error * {
		color: red;
		font-style: italic;
	}
	
	.formatted p.cite {
		font-size: 0.8em;
		line-height: 1.6;
		padding: 0;
		text-align: right;
	}
	.formatted p.cite,
	.formatted p.cite * {
		font-style: italic;
		font-weight: bold;
	}
	.formatted p.cite a {
		text-decoration: none;
	}
	.formatted p.cite em,
	.formatted p.cite em * {
		font-style: normal;
	}
	
	.formatted blockquote * {
		font-style: italic;
	}
	.formatted blockquote em,
	.formatted blockquote em * {
		font-style: normal;
	}
	
	.formatted form .field {
		margin: 0 0 1em 0;
		position: relative;
	}
	.formatted form .field h3 {
		margin-bottom: 0.2em;
	}
	.formatted form .field input,
	.formatted form .field select,
	.formatted form .field textarea {
		width: 50%;
	}
	.formatted form .field .error {
		height: 1.7em;
		line-height: 1.9em;
		position: absolute;
		right: 49%;
		top: 0;
	}
	
	.formatted form .buttons button {
		background: transparent url('../images/button.png') no-repeat;
		border: none;
		cursor: pointer;
		height: 44px;
		margin: 0 0 0 -6px;
		text-align: center;
		text-transform: lowercase;
		width: 114px;
	}
	.formatted form .buttons button span {
		visibility: hidden;
	}
	
/*---------------------------------------------------------------------------*/