@charset UTF-8;

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

a:hover
{
    color:#000;
}

abbr,acronym
{
	border:0;
	border-bottom:1px dotted #000;
	cursor:help;
	font-variant:normal;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:400;
}

blockquote,ul,ol,dl
{
	margin:1em;
}

body
{
	font:x-small;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	padding:0;
	text-align:left;
	color: #333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}

caption
{
	margin-bottom:.5em;
	text-align:center;
}

caption,th
{
	text-align:left;
}

del,ins
{
	text-decoration:none;
}

dl dd
{
	margin-left:1em;
}

em
{
	font-style:italic;
}

fieldset,img
{
	border:0;
}

h1,h2,h3
{
	margin:10px 0;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:400;
}

h1,h2,h3,h4,h5,h6,strong,th
{
	font-weight:700;
}

h2
{
	font-size:123.099998%;
}

h3
{
	font-size:108%;
}

html
{
	background:#FFF;
	background-color:#fff;
	color:#000;
}

input,textarea,select
{
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
}

input[type = text],input[type = password],textarea
{
	width:11.9em;
}

legend
{
	color:#000;
}

li
{
	list-style:none;
}

ol li
{
	list-style:decimal outside;
}

ol,ul,dl
{
	margin-left:2em;
}

p,fieldset,table,pre
{
	margin-bottom:1em;
}

pre,code,kbd,samp,tt
{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}

q:before,q:after
{
	content:'';
}

select,input,button,textarea
{
	font:99% arial, helvetica, clean, sans-serif;
}

sub
{
	vertical-align:text-bottom;
}

sup
{
	vertical-align:text-top;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	font:100%;
	font-size:inherit;
}

th,td
{
	border:1px solid #000;
	padding:2px 6px 2px 6px;
}

/*ul li
{
	list-style:disc outside;
}*/