*
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

body
{
	background-color: #ffffff;
	margin: 10px;
}

h2
{
	margin-bottom: 14px;
}

input
{
	border-color: #b5b5b5;
	border-style: solid;
	border-width: 1px;
	font-family: arial, sans-serif;
	font-size: 1em;
}

textarea
{
	border-color: #b5b5b5;
	border-style: solid;
	border-width: 1px;
	font-family: arial, sans-serif;
	font-size: 1em;
	overflow: scroll;
}

select
{
	border-color: #b5b5b5;
	border-style: solid;
	border-width: 1px;
	font-family: arial, sans-serif;
	font-size: 1em;
}

label
{
	font-family: arial, sans-serif;
	font-size: 1em;
}

div
{
	font-family: arial, sans-serif;
	font-size: 1em;
}

p
{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 14px;
}

ul
{
	margin-bottom: 14px;
}

ul li
{
	font-family: arial, sans-serif;
	font-size: 1em;
}

td
{
	font-family: arial, sans-serif;
	font-size: 1em;
}

