/**
 * Style sheet basic
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	font-size:100%;
	outline: 0;
	background: transparent;
}

body
{
	font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	font-size:80%;
	color:#504d4d;
	line-height:1.6em;
}

a, a:visited
{
	border-bottom:1px solid #e1eeda;
	font-weight:bold;
	text-decoration:none;
	color:#449777;
}

a:hover
{
	border-bottom:1px solid #595959;
	text-decoration:none;
	color:#595959;
}

h1, h2, h3, h4, h5, h6
{
	font-family:'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-weight:normal;
	color:#449777;
}

h1
{
	margin-bottom:0.2em;
	font-size:1.5em;
}

h2
{
	margin-bottom:0.2em;
	font-style:italic;
	font-size:1.5em;
}

h3, h4, h5
{
	margin-bottom:0.3em;
	font-size:1.3em;
}

h6
{
	margin:10px 0px;
	padding-bottom:10px;
	font-family:'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size:1.2em;
	color:#6b3603;
	background: none;
}

p
{
	margin:0.5em 0em;
}

ul, ol, dl
{
	margin:0em 0em 1em 1em;
	line-height:1.5em;
	list-style-type:none;
}

dt
{
	font-weight:bold;
}

dd
{
	margin:0em 0em 1em 1.5em;
}

cite, blockquote, q
{
	font-style:italic;
	color:#dddddd;
	quotes: none;
}

blockquote
{
	margin:0em 0em 1em 1em;
}

strong, b
{
	font-weight:bold;
}

em, i
{
	font-style:italic;
}

pre, code
{
	font-family:monospace;
	font-size:1.1em;
}

acronym, abbr
{
	border-bottom:.1em dashed #c00;
	letter-spacing: .07em;
	cursor: help;
}

address
{
	margin-left:40px;
}

table
{
	border-collapse:collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align:left;
}

ins
{
	text-decoration:none;
	color:#595959;
}

del
{
	text-decoration:line-through;
}

*:focus
{
	outline: 0;
}

/* Fix background image bug in IE5 */
* html ul, * html ol
{
	position:relative;
}

/* Fix ordered list in IE6 */
* html ol
{
	margin-left:3em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:3em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.6em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	margin-bottom:1.6em;
}

.big
{
	font-size:1.3em;
}

.small
{
	font-size:0.9em;
}

.fett
{
	font-weight:bold;
}
