﻿html {
	color: #000;
}

/**********************************

Use: Reset Styles for all browsers

***********************************/
	
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

a img, iframe { border: 0; }
	

/* Tables
------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}


/* Headers
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* Text
------------------------------*/

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {

}
	
select { padding: 0; }

input,
button,
textarea,
select,
optgroup,
option {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}
