body
{
}

h1
{
	font: bold 22px Segoe UI,Tahoma,Verdana,Arial,sans-serif;
	margin: 10px 0 15px 0;
}

h2
{
	font: 19px Segoe UI,Tahoma,Verdana,Arial,sans-serif;
	margin: 15px 0 12px 0;
}

p
{
	font: 13px/17px Segoe UI,Tahoma,Verdana,Arial,sans-serif;
	margin: 8px 0;
}

td
{
	font: 13px/17px Segoe UI,Tahoma,Verdana,Arial,sans-serif;
}

small
{
	font-size: 11px;
}

a
{
	color: #0030FF;
	text-decoration: none;
	border-bottom: solid 1px #0030FF;
}

hr
{
	border-top: 0;
	border-right: 0;
	border-bottom: dotted 1px gray;
	border-left: 0;
}

form
{
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea
{
	font: 13px Segoe UI,Tahoma,Verdana,Arial,sans-serif;
	border: 0;
	background: #E8E8E8;
	margin-top: 1px;
}

input[type="radio"],
input[type="checkbox"]
{
	margin: 0 4px 0 0;
}

input[type="button"],
input[type="submit"]
{
	color: #0030FF;
	border: 0;
	border-bottom: solid 1px #0030FF;
	padding: 0;
	font: 13px Segoe UI,Tahoma,Verdana,Arial,sans-serif;
	background: transparent;
	cursor: pointer;
}

b.error
{
	color: #D04000;
}

