@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	color:#999999;
}
a,b,body,cite,div,em,i,label,li,ol,p,strong,td,th,u,ul
{
	font-family:Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6
{
	font-family:Verdana, sans-serif;
}
fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}
a, body, div, fieldset, form, input,
label, li, ol, optgroup, p, select, 
td, th, textarea, ul
{
	font-weight:normal;
	font-size:12px;
	color:#999999;
}
img
{
	border:0px;
}
p,pre,form
{
	margin:0px;
	padding:0px;
}

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

a:hover
{
	text-decoration:underline;
}