/**
 * Style sheet basic
 */
*
{
	margin:0px;
	padding:0px;
}

li
{
	list-style-type:none;
}

table
{
	border-spacing:0;
}

caption, th, td
{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

body
{
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#2d351a;
}

caption, th
{
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6
{
	margin-top:6px;
	font-weight:normal;
	font-size:100%;
	color:#000000;
}

h1
{
	overflow:hidden;
	font-family:Constantia,Georgia,"Palatino Linotype","Bookman Old Style","Bookman Antiqua",serif;
	font-weight:normal;
	font-size:2em;
}

h2
{
	font-weight:bold;
	font-size:123.1%;
	margin-bottom:3px;
	line-height:16px;
}

h3
{
	font-weight:bold;
	font-size:115.4%;
}

h4
{
	font-size:107.7%;
}

p, pre, blockquote, h1, h5, h6, ol, ul, dl, fieldset, table
{
	margin-bottom:12px;
}

h2, h3, h4
{
	margin-bottom:5px;
}

ol, ul, dl
{
	margin-left:3em;
}

ol li
{
	list-style-type:decimal;
	list-style-position:outside;
}

ul li
{
	list-style-type:disc;
	list-style-position:outside;
}

dl dd
{
	margin-left:1em;
}

form
{
	line-height:1;
}

fieldset
{
	margin:1em 0em;
	padding:1em;
	border:1px solid #CCCCCC;
}

legend
{
	padding:0px 3px;
}

#left h1
{
	overflow:hidden;
	margin-top:5px;
	margin-bottom:2px;
	padding-right:15px;
	text-align:right;
	border-bottom:3px solid #E6E0CE;
	font-family:Constantia,Georgia,"Palatino Linotype","Bookman Old Style","Bookman Antiqua",serif;
	font-weight:normal;
	font-size:1.35em;
	color:#786D4A;
}
