/**
 * Style sheet basic
 */
body
{
	margin: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;
	line-height: 16px;
}

h1
{
	margin:0px 0px 18px 0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana;
	font-weight:bold;
	font-size:18px;
	color:#F60;
	line-height:18px;
}

h2
{
	margin:4px 0px 12px 0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana;
	font-weight:bold;
	font-size:13px;
	color:#85521F;
	line-height:13px;
}

.n10 h2
{
	margin:4px 0px 12px 0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;

}
.n10 h2 a
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:17px;
	font-style: italic;
	text-decoration:none;
	color:#F90;
}
.n10 h2 a:hover
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:17px;
	font-style: italic;
	text-decoration:underline;
	color:#F90;
}

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

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

img
{
	display:block;
	border:0px;
}

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

ul
{
	margin-bottom:16px;
}
