@import "reset.css";

body
{
	color: #666;
	/*font: .9em Helvetica, Arial;*/
	font: .9em/1.3em Arial;
}

a
{
	color: #f76600;
}

h1
{
	/*font: 1.4em HelveticaNeue, Helvetica Neue, Helvetica, Arial;*/
	font: 1.4em Arial;
	color: #4e3b32;
}

h1 a
{
	color: #4e3b32;
	text-decoration: none;
}

h2
{
	font-size: 1.07em;
	line-height: normal;
}

h2 a, h3 a, h4 a
{
	color: #666;
	text-decoration: none;
}

h3
{
	font-size: 1.02em;
	line-height: normal;
	font-weight: bold;
}

h4
{
	font-size: 1.02em;
	line-height: normal;
	font-weight: bold;
}

hr
{
	height: 0px;
	border: none;
	border-top: solid 1px #e0e0e0;
}

.clearBoth
{
	clear: both;
}

strong, b
{
	font-weight: bold;
}

input.button
{
	background: #09264d;
	border: none;
	color: #FFF;
	padding: 3px;
}

p
{
	margin: .5em 0;
}

ul
{
	padding-left: 1em;
	margin: .5em 0;
}

ul li
{
	list-style: disc;
}