/**
 * Style sheet basic
 */
html,
body,
div,
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,
captio
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	font-size:100%;
	outline:0;
	background:transparent;
}

body
{
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:75%;
	color:#333333;
	line-height:1.5;
}

input,
textarea,
select
{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:1.1em;
	color:#333333;
}

pre,
code
{
	font-family:"Andale Mono", monospace;
	font-size:1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1
{
	margin-bottom:0.25em;
	font-size:2.1em;
}

h2
{
	margin-bottom:0.4em;
	font-size:1.75em;
}

h3
{
	margin-bottom:0.65em;
	font-size:1.5em;
}

a
{
	color:#006233;
}

a:hover
{
	color:#000;
}

ol,
ul
{
	list-style-type:none;
}

blockquote,
q
{
	quotes:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

caption,
th,
td
{
	text-align:left;
}

ins
{
	text-decoration:none;
}

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:2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:2em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.4em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	margin-bottom:1.4em;
}


hr
{
	border:1px solid #dfdfdf;
}

.toplink
{
	float:right;
}