*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url('../res/layout/content-texture.jpg');
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #dedede;
}

h1, h2
{
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: bold;
}

h1
{
	font-size: 32pt;
	color: #ffffff;
}

h2
{
	font-size: 18pt;
	color: #a05050;
}

h3
{
	font-size: 13pt;
}

p, ul
{
	line-height: 16pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1, h3
{
	margin-bottom: 10px;
}

ul
{
	list-style-type: none;
}

a
{
	color: #ffffff;
	text-decoration: none;
	/*border-bottom: 1px dotted #dedede;*/
	padding-bottom: 1px;
	font-weight: bold;
}

a:hover
{
	background-color: #a00;
}

input
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #222222;
	border: none;
	height: 15px;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 10px;
	width: 250px;
}

textarea
{
	width: 100%;
	height: 150px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #222222;
	border: none;
	padding: 5px;
	padding-right: 0;
}

fieldset
{
	padding: 15px;
	border: none;
}
label
{
	font-size: 12pt;
}

legend
{
	display: none;
}


