/**
 * Style sheet basic
 */
* html .block
{
	overflow:hidden;
}

body
{
	margin:0px 0px 24px 0px;
	padding:0px;
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:Verdana, sans-serif;
}

a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
	font-size:11px;
	color:#333333;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #666666;
	font-family:"Trebuchet MS", "Lucida Grande",Arial, san-serif;
	font-size:15px;
	color:#666666;
}

.header_start
{
	width:350px;
	margin:0px 0px 12px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #666666;
	font-family:"Trebuchet MS", "Lucida Grande",Arial, san-serif;
	font-size:15px;
	color:#666666;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

a
{
	text-decoration:none;
	color:#a84204;
}

a:hover
{
	text-decoration:underline;
	color:#a84204;
}

img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

