﻿html,body
{
    height:100%;
    width:100%;
 	margin:0;
	padding:0;
}

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;
	outline:none;
	vertical-align:top;
}

caption,th
{
	text-align:left;
}

q:before,q:after
{
	content:'';
}

abbr,acronym
{
	border:0;
	font-variant:normal;
}

input,textarea,select
{
	font-family:inherit;
	font-weight:inherit;
	font-size:100%;	
    padding:0;
    margin:0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:bold;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

legend
{
	color:#000;
}

del,ins
{
	text-decoration:none;
} 


table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img
{
	border:0;
}

fieldset
{
	padding:0;
	margin:0;
}

ul
{	
	margin:0;
	padding:0;
	list-style-type:none;
}

li
{
	list-style:none;
}

h1
{	
	font-size:24px;	
	margin-bottom:15px;
}

h2
{	
	font-size:20px;
}

h3
{
	font-size:16px;
}

h4
{
	font-size:14px;
}

hr
{
	border-style:none;
	height:1px;
}

dd
{
	margin:0;
	padding:0;
}

a
{
	text-decoration:none;	
	color:#FFFFFF;
}

a:hover
{
	text-decoration:underline;		
}