/**
 * Style sheet basic
 */
#Copyright
{
	text-align:center;
	vertical-align:bottom;
	font-weight:normal;
	font-size:9px;
}

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;
}

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

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

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

h3
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}

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

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

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

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

hr
{
	width:100%;
	height:1px;
	color:#ff6633;
}
